diff --git a/web/package-lock.json b/web/package-lock.json index 0bad5d9a5..e9e30e645 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -69,7 +69,7 @@ "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@types/chart.js": "^2.9.38", "@types/codemirror": "5.60.10", - "@types/grecaptcha": "^3.0.4", + "@types/grecaptcha": "^3.0.5", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "babel-plugin-macros": "^3.1.0", @@ -9522,9 +9522,9 @@ } }, "node_modules/@types/grecaptcha": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/grecaptcha/-/grecaptcha-3.0.4.tgz", - "integrity": "sha512-7l1Y8DTGXkx/r4pwU1nMVAR+yD/QC+MCHKXAyEX/7JZhwcN1IED09aZ9vCjjkcGdhSQiu/eJqcXInpl6eEEEwg==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/grecaptcha/-/grecaptcha-3.0.5.tgz", + "integrity": "sha512-FyrF9WpBz34ZIqLu49kK+wL2NXgBOqeiWOinx7VW5AS01o0F1uejhfpQ6RHlm5sOyEbR7viIC7mSUzUC09NAIQ==", "dev": true }, "node_modules/@types/http-errors": { diff --git a/web/package.json b/web/package.json index c8431cec7..fb194deeb 100644 --- a/web/package.json +++ b/web/package.json @@ -87,7 +87,7 @@ "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@types/chart.js": "^2.9.38", "@types/codemirror": "5.60.10", - "@types/grecaptcha": "^3.0.4", + "@types/grecaptcha": "^3.0.5", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "babel-plugin-macros": "^3.1.0",