update: update dependency source-map-support to v0.5.19
This commit is contained in:
parent
2f8681c981
commit
a64a0c87c9
|
@ -50,7 +50,7 @@
|
|||
"@types/recursive-readdir": "2.2.0",
|
||||
"@types/sinon": "9.0.4",
|
||||
"@types/sinon-chai": "3.2.4",
|
||||
"@types/source-map-support": "0.5.1",
|
||||
"@types/source-map-support": "0.5.2",
|
||||
"@types/yargs": "15.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "2.34.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "2.34.0",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"rollup-plugin-yaml": "2.0.0",
|
||||
"sinon": "9.0.2",
|
||||
"sinon-chai": "3.5.0",
|
||||
"source-map-support": "0.5.18",
|
||||
"source-map-support": "0.5.19",
|
||||
"standard-version": "8.0.2",
|
||||
"tslint": "6.1.2",
|
||||
"tslint-clean-code": "0.2.10",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -440,12 +440,13 @@
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.1.tgz#681df970358c82836b42f989188d133e218c458e"
|
||||
integrity sha512-yYezQwGWty8ziyYLdZjwxyMb0CZR49h8JALHGrxjQHWlqGgc8kLdHEgWrgL0uZ29DMvEVBDnHU2Wg36zKSIUtA==
|
||||
|
||||
"@types/source-map-support@0.5.1":
|
||||
version "0.5.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.1.tgz#b13e4de5bf2e5858e0dfe33fac90556b0f652dc3"
|
||||
integrity sha512-VDqnZe9D2zR19qbeRvwYyHSp7AtUtCkTaRVFQ8wzwH9TXw9kKKq/vBhfEnFEXVupO2M0lBMA9mr/XyQ6gEkUOA==
|
||||
"@types/source-map-support@0.5.2":
|
||||
version "0.5.2"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.2.tgz#35e7446d470e63ec3fff4d7eceee0bc40efad239"
|
||||
integrity sha512-krvWmwQ2Pzr+Yp8tKjhKC9UguRNg1ev9mNdlVVpVJvU9iynulYZsx3ydf1SPzNNxzhmbWAOAIw5hMWhAMDc2NA==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
source-map "^0.6.0"
|
||||
|
||||
"@types/yargs-parser@*":
|
||||
version "13.1.0"
|
||||
|
@ -3714,10 +3715,10 @@ slice-ansi@^2.1.0:
|
|||
astral-regex "^1.0.0"
|
||||
is-fullwidth-code-point "^2.0.0"
|
||||
|
||||
source-map-support@0.5.18:
|
||||
version "0.5.18"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/source-map-support/-/source-map-support-0.5.18.tgz#f5f33489e270bd7f7d7e7b8debf283f3a4066960"
|
||||
integrity sha512-9luZr/BZ2QeU6tO2uG8N2aZpVSli4TSAOAqFOyTO51AJcD9P99c0K1h6dD6r6qo5dyT44BR5exweOaLLeldTkQ==
|
||||
source-map-support@0.5.19:
|
||||
version "0.5.19"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
|
||||
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
|
||||
dependencies:
|
||||
buffer-from "^1.0.0"
|
||||
source-map "^0.6.0"
|
||||
|
|
Loading…
Reference in New Issue