update: update dependency @types/source-map-support to v0.5.1 (#231)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
parent
88bc53cf0d
commit
9e2ce03fb6
|
@ -48,7 +48,7 @@
|
||||||
"@types/recursive-readdir": "2.2.0",
|
"@types/recursive-readdir": "2.2.0",
|
||||||
"@types/sinon": "7.5.1",
|
"@types/sinon": "7.5.1",
|
||||||
"@types/sinon-chai": "3.2.3",
|
"@types/sinon-chai": "3.2.3",
|
||||||
"@types/source-map-support": "0.5.0",
|
"@types/source-map-support": "0.5.1",
|
||||||
"@types/yargs": "15.0.0",
|
"@types/yargs": "15.0.0",
|
||||||
"@typescript-eslint/eslint-plugin": "2.17.0",
|
"@typescript-eslint/eslint-plugin": "2.17.0",
|
||||||
"@typescript-eslint/eslint-plugin-tslint": "2.17.0",
|
"@typescript-eslint/eslint-plugin-tslint": "2.17.0",
|
||||||
|
|
|
@ -371,10 +371,10 @@
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-7.5.1.tgz#d27b81af0d1cfe1f9b24eebe7a24f74ae40f5b7c"
|
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-7.5.1.tgz#d27b81af0d1cfe1f9b24eebe7a24f74ae40f5b7c"
|
||||||
integrity sha512-EZQUP3hSZQyTQRfiLqelC9NMWd1kqLcmQE0dMiklxBkgi84T+cHOhnKpgk4NnOWpGX863yE6+IaGnOXUNFqDnQ==
|
integrity sha512-EZQUP3hSZQyTQRfiLqelC9NMWd1kqLcmQE0dMiklxBkgi84T+cHOhnKpgk4NnOWpGX863yE6+IaGnOXUNFqDnQ==
|
||||||
|
|
||||||
"@types/source-map-support@0.5.0":
|
"@types/source-map-support@0.5.1":
|
||||||
version "0.5.0"
|
version "0.5.1"
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.0.tgz#40f47e68bc0bdf54d19dddad4550f521cdb9968c"
|
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.1.tgz#b13e4de5bf2e5858e0dfe33fac90556b0f652dc3"
|
||||||
integrity sha512-OrnAz5K5dXDgMdeRRoXIjDAvkodQ9ESvVJCyzrhzUJKmCkXgmYx/KLUBcVFe5eS4FiohfcY7YPxsdkmSwJz9wA==
|
integrity sha512-VDqnZe9D2zR19qbeRvwYyHSp7AtUtCkTaRVFQ8wzwH9TXw9kKKq/vBhfEnFEXVupO2M0lBMA9mr/XyQ6gEkUOA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue