update: update dependency @types/source-map-support to v0.5.3 (#171)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
6170904344
commit
68b61eaca4
|
@ -31,7 +31,7 @@
|
||||||
"@types/mock-fs": "4.10.0",
|
"@types/mock-fs": "4.10.0",
|
||||||
"@types/node": "13.13.15",
|
"@types/node": "13.13.15",
|
||||||
"@types/sinon-chai": "3.2.4",
|
"@types/sinon-chai": "3.2.4",
|
||||||
"@types/source-map-support": "0.5.2",
|
"@types/source-map-support": "0.5.3",
|
||||||
"@typescript-eslint/eslint-plugin": "3.9.1",
|
"@typescript-eslint/eslint-plugin": "3.9.1",
|
||||||
"@typescript-eslint/eslint-plugin-tslint": "3.9.1",
|
"@typescript-eslint/eslint-plugin-tslint": "3.9.1",
|
||||||
"@typescript-eslint/parser": "3.9.1",
|
"@typescript-eslint/parser": "3.9.1",
|
||||||
|
|
|
@ -416,12 +416,11 @@
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-7.0.13.tgz#ca039c23a9e27ebea53e0901ef928ea2a1a6d313"
|
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==
|
integrity sha512-d7c/C/+H/knZ3L8/cxhicHUiTDxdgap0b/aNJfsmLwFu/iOP17mdgbQsbHA3SJmrzsjD0l3UEE5SN4xxuz5ung==
|
||||||
|
|
||||||
"@types/source-map-support@0.5.2":
|
"@types/source-map-support@0.5.3":
|
||||||
version "0.5.2"
|
version "0.5.3"
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.2.tgz#35e7446d470e63ec3fff4d7eceee0bc40efad239"
|
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.3.tgz#acb6b3e499c20692552d16934c16162c84594e16"
|
||||||
integrity sha512-krvWmwQ2Pzr+Yp8tKjhKC9UguRNg1ev9mNdlVVpVJvU9iynulYZsx3ydf1SPzNNxzhmbWAOAIw5hMWhAMDc2NA==
|
integrity sha512-fvjMjVH8Rmokw2dWh1dkj90iX5R8FPjeZzjNH+6eFXReh0QnHFf1YBl3B0CF0RohIAA3SDRJsGeeUWKl6d7HqA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "*"
|
|
||||||
source-map "^0.6.0"
|
source-map "^0.6.0"
|
||||||
|
|
||||||
"@typescript-eslint/eslint-plugin-tslint@3.9.1":
|
"@typescript-eslint/eslint-plugin-tslint@3.9.1":
|
||||||
|
|
Loading…
Reference in New Issue