Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
4f17ff1a85 fix: upgrade hcaptcha from 0.0.2 to 0.1.0
Snyk has created this PR to upgrade hcaptcha from 0.0.2 to 0.1.0.

See this package in npm:
https://www.npmjs.com/package/hcaptcha

See this project in Snyk:
https://app.snyk.io/org/aurora-dot/project/9cfc4c42-5737-43cf-8306-7bc2f6ab4033?utm_source=github&utm_medium=upgrade-pr
2021-09-14 00:22:42 +00:00
2 changed files with 14 additions and 17 deletions

29
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
"express": "^4.17.1", "express": "^4.17.1",
"express-rate-limit": "^5.2.6", "express-rate-limit": "^5.2.6",
"hcaptcha": "^0.0.2", "hcaptcha": "^0.1.0",
"helmet": "^4.6.0", "helmet": "^4.6.0",
"http-errors": "^1.8.0", "http-errors": "^1.8.0",
"morgan": "^1.10.0", "morgan": "^1.10.0",
@@ -1588,9 +1588,9 @@
} }
}, },
"node_modules/hcaptcha": { "node_modules/hcaptcha": {
"version": "0.0.2", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/hcaptcha/-/hcaptcha-0.0.2.tgz", "resolved": "https://registry.npmjs.org/hcaptcha/-/hcaptcha-0.1.0.tgz",
"integrity": "sha512-wWOncj/sY+q8s7tV12tjn3cFNoQhSu3l/7nTJi4QkFKALQi9XnduoXrV/KFzLg5lnB+5560zSAoi9YdYPDw6Eg==" "integrity": "sha512-mVRkhNcOuP7QJO50nYdu3vS+uaOg6Ku2HpMy50C2EckjB9DlnwX24iePi912IXuVIq5L8ukjISG4Ea6MimZ5+w=="
}, },
"node_modules/helmet": { "node_modules/helmet": {
"version": "4.6.0", "version": "4.6.0",
@@ -2187,12 +2187,9 @@
} }
}, },
"node_modules/minimist": { "node_modules/minimist": {
"version": "1.2.8", "version": "1.2.5",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
}, },
"node_modules/modern-normalize": { "node_modules/modern-normalize": {
"version": "1.1.0", "version": "1.1.0",
@@ -5056,9 +5053,9 @@
"integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==" "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw=="
}, },
"hcaptcha": { "hcaptcha": {
"version": "0.0.2", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/hcaptcha/-/hcaptcha-0.0.2.tgz", "resolved": "https://registry.npmjs.org/hcaptcha/-/hcaptcha-0.1.0.tgz",
"integrity": "sha512-wWOncj/sY+q8s7tV12tjn3cFNoQhSu3l/7nTJi4QkFKALQi9XnduoXrV/KFzLg5lnB+5560zSAoi9YdYPDw6Eg==" "integrity": "sha512-mVRkhNcOuP7QJO50nYdu3vS+uaOg6Ku2HpMy50C2EckjB9DlnwX24iePi912IXuVIq5L8ukjISG4Ea6MimZ5+w=="
}, },
"helmet": { "helmet": {
"version": "4.6.0", "version": "4.6.0",
@@ -5527,9 +5524,9 @@
} }
}, },
"minimist": { "minimist": {
"version": "1.2.8", "version": "1.2.5",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
}, },
"modern-normalize": { "modern-normalize": {
"version": "1.1.0", "version": "1.1.0",

View File

@@ -23,7 +23,7 @@
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
"express": "^4.17.1", "express": "^4.17.1",
"express-rate-limit": "^5.2.6", "express-rate-limit": "^5.2.6",
"hcaptcha": "^0.0.2", "hcaptcha": "^0.1.0",
"helmet": "^4.6.0", "helmet": "^4.6.0",
"http-errors": "^1.8.0", "http-errors": "^1.8.0",
"morgan": "^1.10.0", "morgan": "^1.10.0",