diff --git a/package.json b/package.json index 707d105..a68b376 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/mock-fs": "4.10.0", "@types/node": "13.13.15", "@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-tslint": "3.9.1", "@typescript-eslint/parser": "3.9.1", diff --git a/yarn.lock b/yarn.lock index b169fec..4e7ebb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -416,12 +416,11 @@ 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.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== +"@types/source-map-support@0.5.3": + version "0.5.3" + resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.3.tgz#acb6b3e499c20692552d16934c16162c84594e16" + integrity sha512-fvjMjVH8Rmokw2dWh1dkj90iX5R8FPjeZzjNH+6eFXReh0QnHFf1YBl3B0CF0RohIAA3SDRJsGeeUWKl6d7HqA== dependencies: - "@types/node" "*" source-map "^0.6.0" "@typescript-eslint/eslint-plugin-tslint@3.9.1":