update: update dependency source-map-support to v0.5.19 (#91)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
377afd9307
commit
848ff99544
|
@ -31,7 +31,7 @@
|
|||
"@types/mock-fs": "4.10.0",
|
||||
"@types/node": "13.13.14",
|
||||
"@types/sinon-chai": "3.2.4",
|
||||
"@types/source-map-support": "0.5.1",
|
||||
"@types/source-map-support": "0.5.2",
|
||||
"@typescript-eslint/eslint-plugin": "2.34.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "2.34.0",
|
||||
"@typescript-eslint/parser": "2.34.0",
|
||||
|
@ -64,7 +64,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
|
@ -420,12 +420,13 @@
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-7.0.13.tgz#ca039c23a9e27ebea53e0901ef928ea2a1a6d313"
|
||||
integrity sha512-d7c/C/+H/knZ3L8/cxhicHUiTDxdgap0b/aNJfsmLwFu/iOP17mdgbQsbHA3SJmrzsjD0l3UEE5SN4xxuz5ung==
|
||||
|
||||
"@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"
|
||||
|
||||
"@typescript-eslint/eslint-plugin-tslint@2.34.0":
|
||||
version "2.34.0"
|
||||
|
@ -3641,10 +3642,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