Skip to content

Commit 1649f0b

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150
1 parent 1c37d86 commit 1649f0b

2 files changed

Lines changed: 49 additions & 31 deletions

File tree

package-lock.json

Lines changed: 47 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@hapi/hapi": "21.3.3",
6666
"@hapi/inert": "7.1.0",
6767
"async": "2.6.4",
68-
"auth0": "3.5.0",
68+
"auth0": "4.0.0",
6969
"auth0-extension-tools": "1.5.2",
7070
"auth0-extension-ui": "1.1.7",
7171
"auth0-extension-ui-redux": "git+https://github.com/auth0-extensions/auth0-extension-ui-redux",
@@ -82,7 +82,7 @@
8282
"moment": "^2.29.4",
8383
"nconf": "^0.12.0",
8484
"node-uuid": "^1.4.8",
85-
"superagent": "^8.0.9",
85+
"superagent": "^10.2.2",
8686
"winston": "^3.10.0"
8787
},
8888
"devDependencies": {

0 commit comments

Comments
 (0)