diff --git a/package.json b/package.json index 18e1020d4..9f17fb54d 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,9 @@ "sinon": "^14.0.1", "typescript": "^4.8.4" }, + "resolutions": { + "source-map": "^0.7.4" + }, "prettier": { "trailingComma": "es5", "tabWidth": 2, diff --git a/yarn.lock b/yarn.lock index 63f9abb55..10ef43da6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3145,10 +3145,10 @@ slice-ansi@^4.0.0: astral-regex "^2.0.0" is-fullwidth-code-point "^3.0.0" -source-map@^0.7.3: - version "0.7.3" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz" - integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== +source-map@^0.7.3, source-map@^0.7.4: + version "0.7.4" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656" + integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== spdx-correct@^3.0.0: version "3.1.1"