build(deps): bump @types/grecaptcha from 3.0.3 to 3.0.4 in /web (#2513)

This commit is contained in:
dependabot[bot] 2022-03-17 09:46:23 +01:00 committed by GitHub
parent a2408cefcf
commit ca9fa79095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -36,7 +36,7 @@
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/chart.js": "^2.9.35",
"@types/codemirror": "5.60.5",
"@types/grecaptcha": "^3.0.3",
"@types/grecaptcha": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
@ -2776,9 +2776,9 @@
}
},
"node_modules/@types/grecaptcha": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@types/grecaptcha/-/grecaptcha-3.0.3.tgz",
"integrity": "sha512-osLqWRzsRsDtCfiCl1lbtUY8ANGCQsG/hhht3E7g1pVT7fD5SXgAg53S2grKjjSkXcm0fvMDbhUeL9NyAJvzGQ=="
"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=="
},
"node_modules/@types/html-minifier": {
"version": "3.5.3",
@ -10887,9 +10887,9 @@
}
},
"@types/grecaptcha": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@types/grecaptcha/-/grecaptcha-3.0.3.tgz",
"integrity": "sha512-osLqWRzsRsDtCfiCl1lbtUY8ANGCQsG/hhht3E7g1pVT7fD5SXgAg53S2grKjjSkXcm0fvMDbhUeL9NyAJvzGQ=="
"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=="
},
"@types/html-minifier": {
"version": "3.5.3",

View File

@ -79,7 +79,7 @@
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/chart.js": "^2.9.35",
"@types/codemirror": "5.60.5",
"@types/grecaptcha": "^3.0.3",
"@types/grecaptcha": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@webcomponents/webcomponentsjs": "^2.6.0",