diff --git a/package-lock.json b/package-lock.json index f190c99d5..68d9d20de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "@types/react-copy-to-clipboard": "^5.0.5", "@types/react-dom": "^18.2.8", "@types/react-google-recaptcha": "^2.1.7", - "@types/source-map-support": "^0.5.8", + "@types/source-map-support": "^0.5.10", "@types/tar-stream": "^3.1.1", "autoprefixer": "^10.4.16", "eslint": "^8.53.0", @@ -9305,9 +9305,9 @@ "dev": true }, "node_modules/@types/source-map-support": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.8.tgz", - "integrity": "sha512-u5nwLcaENciDwebPwwZb2AM1LvdlgFQfqCKxWQxcgNsQhUQciGuUnJ2LjGFAkInY2APXQzIypiUSa9zB6Epddg==", + "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" diff --git a/package.json b/package.json index 5c7e00b9a..5e13a5d0b 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@types/react-copy-to-clipboard": "^5.0.5", "@types/react-dom": "^18.2.8", "@types/react-google-recaptcha": "^2.1.7", - "@types/source-map-support": "^0.5.8", + "@types/source-map-support": "^0.5.10", "@types/tar-stream": "^3.1.1", "autoprefixer": "^10.4.16", "eslint": "^8.53.0",