mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Merge pull request #10 from Dadudidas-oganisation/dependabot/npm_and_yarn/npm_and_yarn-security-group-ac89e5b812
Bump the npm_and_yarn group across 1 directories with 20 updates
This commit is contained in:
commit
e17d97af13
2 changed files with 365 additions and 588 deletions
16
package.json
16
package.json
|
@ -85,7 +85,7 @@
|
||||||
"@visx/threshold": "^2.12.2",
|
"@visx/threshold": "^2.12.2",
|
||||||
"@visx/tooltip": "^2.10.0",
|
"@visx/tooltip": "^2.10.0",
|
||||||
"autoprefixer": "10.4.13",
|
"autoprefixer": "10.4.13",
|
||||||
"axios": "^0.26.1",
|
"axios": "^1.6.0",
|
||||||
"bcrypt": "^5.1.1",
|
"bcrypt": "^5.1.1",
|
||||||
"bull": "^4.10.2",
|
"bull": "^4.10.2",
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
"cookie-parser": "^1.4.6",
|
"cookie-parser": "^1.4.6",
|
||||||
"core-js": "^3.6.5",
|
"core-js": "^3.6.5",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"crypto-js": "^4.1.1",
|
"crypto-js": "^4.2.0",
|
||||||
"d3-array": "^3.2.0",
|
"d3-array": "^3.2.0",
|
||||||
"dayzed": "^3.2.3",
|
"dayzed": "^3.2.3",
|
||||||
"decimal.js": "^10.4.2",
|
"decimal.js": "^10.4.2",
|
||||||
|
@ -108,20 +108,20 @@
|
||||||
"http-errors": "^2.0.0",
|
"http-errors": "^2.0.0",
|
||||||
"ioredis": "^5.2.4",
|
"ioredis": "^5.2.4",
|
||||||
"is-ci": "^3.0.1",
|
"is-ci": "^3.0.1",
|
||||||
"jsonwebtoken": "^9.0.0",
|
"jsonwebtoken": "^9.0.1",
|
||||||
"jwk-to-pem": "^2.0.5",
|
"jwk-to-pem": "^2.0.5",
|
||||||
"jwks-rsa": "^3.0.0",
|
"jwks-rsa": "^3.0.0",
|
||||||
"jwt-decode": "^3.1.2",
|
"jwt-decode": "^3.1.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^3.1.0",
|
"luxon": "^3.2.1",
|
||||||
"mime-types": "^2.1.35",
|
"mime-types": "^2.1.35",
|
||||||
"morgan": "^1.10.0",
|
"morgan": "^1.10.0",
|
||||||
"multer": "^1.4.5-lts.1",
|
"multer": "^1.4.5-lts.1",
|
||||||
"next": "13.1.1",
|
"next": "13.5.0",
|
||||||
"next-auth": "^4.24.5",
|
"next-auth": "^4.24.5",
|
||||||
"pg": "^8.8.0",
|
"pg": "^8.8.0",
|
||||||
"plaid": "^12.1.0",
|
"plaid": "^12.1.0",
|
||||||
"postcss": "8.4.19",
|
"postcss": "8.4.31",
|
||||||
"postmark": "^3.0.14",
|
"postmark": "^3.0.14",
|
||||||
"prisma": "^5.8.0",
|
"prisma": "^5.8.0",
|
||||||
"prosemirror-commands": "^1.5.0",
|
"prosemirror-commands": "^1.5.0",
|
||||||
|
@ -160,7 +160,7 @@
|
||||||
"uuid": "^9.0.0",
|
"uuid": "^9.0.0",
|
||||||
"winston": "^3.8.2",
|
"winston": "^3.8.2",
|
||||||
"winston-transport": "^4.5.0",
|
"winston-transport": "^4.5.0",
|
||||||
"zod": "^3.19.1"
|
"zod": "^3.22.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.17.5",
|
"@babel/core": "7.17.5",
|
||||||
|
@ -251,7 +251,7 @@
|
||||||
"typescript": "4.8.4",
|
"typescript": "4.8.4",
|
||||||
"url-loader": "^4.1.1",
|
"url-loader": "^4.1.1",
|
||||||
"wait-on": "^6.0.1",
|
"wait-on": "^6.0.1",
|
||||||
"webpack": "^5.75.0",
|
"webpack": "^5.76.0",
|
||||||
"webpack-merge": "^5.8.0"
|
"webpack-merge": "^5.8.0"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue