chore: update api deps, apply npm audit fix (#42179)
* chore(api): bump minor and patch * chore: apply npm audit fix across deps
This commit is contained in:
committed by
GitHub
parent
f3e8a0f0c2
commit
6d8baddec0
2544
api-server/package-lock.json
generated
2544
api-server/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -47,7 +47,7 @@
|
||||
"dotenv": "^6.2.0",
|
||||
"express-flash": "~0.0.2",
|
||||
"express-session": "^1.17.1",
|
||||
"express-validator": "^6.10.0",
|
||||
"express-validator": "^6.11.1",
|
||||
"helmet": "^3.23.3",
|
||||
"helmet-csp": "^2.10.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
@ -72,14 +72,14 @@
|
||||
"validator": "^9.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.13.14",
|
||||
"@babel/core": "^7.13.15",
|
||||
"@babel/node": "^7.13.13",
|
||||
"@babel/cli": "^7.14.3",
|
||||
"@babel/core": "^7.14.3",
|
||||
"@babel/node": "^7.14.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
|
||||
"@babel/preset-env": "^7.13.15",
|
||||
"@babel/register": "^7.13.14",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
|
||||
"@babel/preset-env": "^7.14.2",
|
||||
"@babel/register": "^7.13.16",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-plugin-transform-function-bind": "^6.22.0",
|
||||
"babel-plugin-transform-imports": "^1.5.1",
|
||||
|
Reference in New Issue
Block a user