diff --git a/package.json b/package.json index 81dece5..9e237f6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/lodash": "4.14.158", "@types/mocha": "8.0.0", "@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", @@ -55,7 +55,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", diff --git a/yarn.lock b/yarn.lock index 2ecc0d0..f1971b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -418,12 +418,13 @@ resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-7.5.0.tgz#f5a10c27175465a0b001b68d8b9f761582967cc6" integrity sha512-NyzhuSBy97B/zE58cDw4NyGvByQbAHNP9069KVSgnXt/sc0T6MFRh0InKAeBVHJWdSXG1S3+PxgVIgKo9mTHbw== -"@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" @@ -3653,10 +3654,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"