Skip to content

Commit f61d868

Browse files
committed
feat: bump recaptcha-v3 to 1.8.0
1 parent 9542d19 commit f61d868

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"demo:webpack:server": "webpack-dev-server --config demo/webpack.config.js --progress --public --host 0.0.0.0"
3131
},
3232
"dependencies": {
33-
"recaptcha-v3": "^1.7.2"
33+
"recaptcha-v3": "^1.8.0"
3434
},
3535
"devDependencies": {
3636
"@typescript-eslint/eslint-plugin": "2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4016,10 +4016,10 @@ readdirp@^2.2.1:
40164016
micromatch "^3.1.10"
40174017
readable-stream "^2.0.2"
40184018

4019-
recaptcha-v3@^1.7.2:
4020-
version "1.7.2"
4021-
resolved "https://registry.yarnpkg.com/recaptcha-v3/-/recaptcha-v3-1.7.2.tgz#7de77a9e2f2023a8bbffd464773de02fcdc87ea7"
4022-
integrity sha512-cT5mlRGHg+SX3ARVv792XcjJFJEaoHqC3A/89927sojngKntxZhk7aabwTSIOLXqwF9oO0w5Jl+HOFAh6hKwfQ==
4019+
recaptcha-v3@^1.8.0:
4020+
version "1.8.0"
4021+
resolved "https://registry.yarnpkg.com/recaptcha-v3/-/recaptcha-v3-1.8.0.tgz#b39ae7cba5322ed7027359c3f14502e44e909f83"
4022+
integrity sha512-ugtg4JHDZiYJwv3ZjWBBZntsTCVpRk2BD8AhVVpSw9jv71SSx+SS9H342VaE0D2XV78DpRdDuiMO9ZIgl4zI3A==
40234023

40244024
regex-not@^1.0.0, regex-not@^1.0.2:
40254025
version "1.0.2"

0 commit comments

Comments
 (0)