1
0
Fork 0

update: update dependency source-map-support to v0.5.19 (#217)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-07-23 05:40:58 -05:00 committed by GitHub
parent 72c8a04367
commit 29412e0f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

View File

@ -21,7 +21,7 @@
"@types/lodash": "4.14.158", "@types/lodash": "4.14.158",
"@types/mocha": "8.0.0", "@types/mocha": "8.0.0",
"@types/sinon-chai": "3.2.4", "@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": "2.34.0",
"@typescript-eslint/eslint-plugin-tslint": "2.34.0", "@typescript-eslint/eslint-plugin-tslint": "2.34.0",
"@typescript-eslint/parser": "2.34.0", "@typescript-eslint/parser": "2.34.0",
@ -55,7 +55,7 @@
"rollup-plugin-yaml": "2.0.0", "rollup-plugin-yaml": "2.0.0",
"sinon": "9.0.2", "sinon": "9.0.2",
"sinon-chai": "3.5.0", "sinon-chai": "3.5.0",
"source-map-support": "0.5.18", "source-map-support": "0.5.19",
"standard-version": "8.0.2", "standard-version": "8.0.2",
"tslint": "6.1.2", "tslint": "6.1.2",
"tslint-clean-code": "0.2.10", "tslint-clean-code": "0.2.10",

View File

@ -418,12 +418,13 @@
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-7.5.0.tgz#f5a10c27175465a0b001b68d8b9f761582967cc6" resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-7.5.0.tgz#f5a10c27175465a0b001b68d8b9f761582967cc6"
integrity sha512-NyzhuSBy97B/zE58cDw4NyGvByQbAHNP9069KVSgnXt/sc0T6MFRh0InKAeBVHJWdSXG1S3+PxgVIgKo9mTHbw== integrity sha512-NyzhuSBy97B/zE58cDw4NyGvByQbAHNP9069KVSgnXt/sc0T6MFRh0InKAeBVHJWdSXG1S3+PxgVIgKo9mTHbw==
"@types/source-map-support@0.5.1": "@types/source-map-support@0.5.2":
version "0.5.1" version "0.5.2"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.1.tgz#b13e4de5bf2e5858e0dfe33fac90556b0f652dc3" resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.2.tgz#35e7446d470e63ec3fff4d7eceee0bc40efad239"
integrity sha512-VDqnZe9D2zR19qbeRvwYyHSp7AtUtCkTaRVFQ8wzwH9TXw9kKKq/vBhfEnFEXVupO2M0lBMA9mr/XyQ6gEkUOA== integrity sha512-krvWmwQ2Pzr+Yp8tKjhKC9UguRNg1ev9mNdlVVpVJvU9iynulYZsx3ydf1SPzNNxzhmbWAOAIw5hMWhAMDc2NA==
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
source-map "^0.6.0"
"@typescript-eslint/eslint-plugin-tslint@2.34.0": "@typescript-eslint/eslint-plugin-tslint@2.34.0":
version "2.34.0" version "2.34.0"
@ -3653,10 +3654,10 @@ slice-ansi@^2.1.0:
astral-regex "^1.0.0" astral-regex "^1.0.0"
is-fullwidth-code-point "^2.0.0" is-fullwidth-code-point "^2.0.0"
source-map-support@0.5.18: source-map-support@0.5.19:
version "0.5.18" version "0.5.19"
resolved "https://artifacts.apextoaster.com/repository/group-npm/source-map-support/-/source-map-support-0.5.18.tgz#f5f33489e270bd7f7d7e7b8debf283f3a4066960" resolved "https://artifacts.apextoaster.com/repository/group-npm/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
integrity sha512-9luZr/BZ2QeU6tO2uG8N2aZpVSli4TSAOAqFOyTO51AJcD9P99c0K1h6dD6r6qo5dyT44BR5exweOaLLeldTkQ== integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
dependencies: dependencies:
buffer-from "^1.0.0" buffer-from "^1.0.0"
source-map "^0.6.0" source-map "^0.6.0"