chore(api,deps): housekeeping for patch updates
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
af52f468c1
commit
9780533fa4
3526
api-server/package-lock.json
generated
3526
api-server/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -29,7 +29,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@freecodecamp/loopback-component-passport": "^1.2.0",
|
||||
"@sentry/node": "^6.8.0",
|
||||
"@sentry/node": "^6.13.3",
|
||||
"accepts": "^1.3.7",
|
||||
"axios": "^0.21.1",
|
||||
"bad-words": "^3.0.4",
|
||||
@ -47,7 +47,7 @@
|
||||
"dotenv": "^6.2.0",
|
||||
"express-flash": "~0.0.2",
|
||||
"express-session": "^1.17.2",
|
||||
"express-validator": "^6.12.0",
|
||||
"express-validator": "^6.13.0",
|
||||
"helmet": "^3.23.3",
|
||||
"helmet-csp": "^2.10.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
@ -63,29 +63,29 @@
|
||||
"nanoid": "^1.3.4",
|
||||
"nodemailer-ses-transport": "^1.5.1",
|
||||
"passport": "^0.4.1",
|
||||
"passport-auth0": "^1.4.0",
|
||||
"passport-auth0": "^1.4.1",
|
||||
"passport-local": "^1.0.0",
|
||||
"passport-mock-strategy": "^2.0.0",
|
||||
"query-string": "^6.14.0",
|
||||
"rx": "^4.1.0",
|
||||
"stripe": "^8.168.0",
|
||||
"stripe": "^8.184.0",
|
||||
"uuid": "^3.4.0",
|
||||
"validator": "^9.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.14.5",
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/node": "^7.14.7",
|
||||
"@babel/cli": "^7.15.7",
|
||||
"@babel/core": "^7.15.8",
|
||||
"@babel/node": "^7.15.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
||||
"@babel/preset-env": "^7.14.7",
|
||||
"@babel/register": "^7.14.5",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"@babel/register": "^7.15.3",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-plugin-transform-function-bind": "^6.22.0",
|
||||
"babel-plugin-transform-imports": "^1.5.1",
|
||||
"loopback-component-explorer": "^6.4.0",
|
||||
"nodemon": "^2.0.7",
|
||||
"nodemon": "^2.0.14",
|
||||
"smee-client": "^1.2.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user