diff --git a/web/package-lock.json b/web/package-lock.json index bb8d90bf0..ee8cf774b 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -28,7 +28,7 @@ "@sentry/tracing": "^6.8.0", "@types/chart.js": "^2.9.34", "@types/codemirror": "5.60.2", - "@types/grecaptcha": "^3.0.2", + "@types/grecaptcha": "^3.0.3", "@typescript-eslint/eslint-plugin": "^4.28.2", "@typescript-eslint/parser": "^4.28.2", "@webcomponents/webcomponentsjs": "^2.5.0", @@ -2499,9 +2499,9 @@ } }, "node_modules/@types/grecaptcha": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/grecaptcha/-/grecaptcha-3.0.2.tgz", - "integrity": "sha512-KMuF6aFT5mradNvxs1Lv1D7c+H5InmUeR+gscpoyaz16GnJY4NmzWBlyNr66mj20U/QS2MR+/WPxuYH6bdJATA==" + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/grecaptcha/-/grecaptcha-3.0.3.tgz", + "integrity": "sha512-osLqWRzsRsDtCfiCl1lbtUY8ANGCQsG/hhht3E7g1pVT7fD5SXgAg53S2grKjjSkXcm0fvMDbhUeL9NyAJvzGQ==" }, "node_modules/@types/html-minifier": { "version": "3.5.3", @@ -9861,9 +9861,9 @@ } }, "@types/grecaptcha": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/grecaptcha/-/grecaptcha-3.0.2.tgz", - "integrity": "sha512-KMuF6aFT5mradNvxs1Lv1D7c+H5InmUeR+gscpoyaz16GnJY4NmzWBlyNr66mj20U/QS2MR+/WPxuYH6bdJATA==" + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/grecaptcha/-/grecaptcha-3.0.3.tgz", + "integrity": "sha512-osLqWRzsRsDtCfiCl1lbtUY8ANGCQsG/hhht3E7g1pVT7fD5SXgAg53S2grKjjSkXcm0fvMDbhUeL9NyAJvzGQ==" }, "@types/html-minifier": { "version": "3.5.3", diff --git a/web/package.json b/web/package.json index 364fdacd2..c31adbed8 100644 --- a/web/package.json +++ b/web/package.json @@ -57,7 +57,7 @@ "@sentry/tracing": "^6.8.0", "@types/chart.js": "^2.9.34", "@types/codemirror": "5.60.2", - "@types/grecaptcha": "^3.0.2", + "@types/grecaptcha": "^3.0.3", "@typescript-eslint/eslint-plugin": "^4.28.2", "@typescript-eslint/parser": "^4.28.2", "@webcomponents/webcomponentsjs": "^2.5.0",