diff --git a/package-lock.json b/package-lock.json index 8e61b0d..a710f4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/react-dom": "^17.0.18", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.12", - "@types/source-map-support": "^0.5.6", + "@types/source-map-support": "^0.5.10", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "chai": "^4.3.7", @@ -1850,9 +1850,9 @@ "dev": true }, "node_modules/@types/source-map-support": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.6.tgz", - "integrity": "sha512-b2nJ9YyXmkhGaa2b8VLM0kJ04xxwNyijcq12/kDoomCt43qbHBeK2SLNJ9iJmETaAj+bKUT05PQUu3Q66GvLhQ==", + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.10.tgz", + "integrity": "sha512-tgVP2H469x9zq34Z0m/fgPewGhg/MLClalNOiPIzQlXrSS2YrKu/xCdSCKnEDwkFha51VKEKB6A9wW26/ZNwzA==", "dev": true, "dependencies": { "source-map": "^0.6.0" @@ -9569,9 +9569,9 @@ "dev": true }, "@types/source-map-support": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.6.tgz", - "integrity": "sha512-b2nJ9YyXmkhGaa2b8VLM0kJ04xxwNyijcq12/kDoomCt43qbHBeK2SLNJ9iJmETaAj+bKUT05PQUu3Q66GvLhQ==", + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.10.tgz", + "integrity": "sha512-tgVP2H469x9zq34Z0m/fgPewGhg/MLClalNOiPIzQlXrSS2YrKu/xCdSCKnEDwkFha51VKEKB6A9wW26/ZNwzA==", "dev": true, "requires": { "source-map": "^0.6.0" diff --git a/package.json b/package.json index 8da49d8..c5eddbe 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/proxyquire": "^1.3.31", "@types/react": "^17.0.52", "@types/react-dom": "^17.0.18", - "@types/source-map-support": "^0.5.6", + "@types/source-map-support": "^0.5.10", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.12", "@typescript-eslint/eslint-plugin": "^5.62.0",