update packages

This commit is contained in:
Caramel 2023-06-15 13:27:30 +02:00
parent e2de37a6dd
commit b0c53850db
No known key found for this signature in database
5 changed files with 1828 additions and 999 deletions

View File

@ -22,17 +22,17 @@
},
"dependencies": {
"@fastify/helmet": "^10.1.1",
"@fastify/multipart": "^7.6.0",
"@fastify/reply-from": "^9.1.0",
"@fastify/multipart": "^7.6.1",
"@fastify/reply-from": "^9.3.0",
"@fastify/static": "^6.10.2",
"@nestjs/common": "^9.4.2",
"@nestjs/config": "^2.3.2",
"@nestjs/core": "^9.4.2",
"@nestjs/jwt": "^10.0.3",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^2.3.4",
"@nestjs/core": "^10.0.0",
"@nestjs/jwt": "^10.1.0",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-fastify": "^9.4.2",
"@nestjs/schedule": "^2.2.2",
"@nestjs/serve-static": "^3.0.1",
"@nestjs/platform-fastify": "^10.0.0",
"@nestjs/schedule": "^3.0.0",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/throttler": "^4.0.0",
"@nestjs/typeorm": "^9.0.1",
"bcrypt": "^5.1.0",
@ -41,9 +41,9 @@
"extensionless": "^1.4.5",
"file-type": "^18.5.0",
"is-docker": "^3.0.0",
"ms": "3.0.0-canary.1",
"ms": "2.1.3",
"node-fetch": "^3.3.1",
"p-timeout": "^6.1.1",
"p-timeout": "^6.1.2",
"passport": "^0.6.0",
"passport-headerapikey": "^1.2.2",
"passport-jwt": "^4.0.1",
@ -63,13 +63,13 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@nestjs/cli": "^9.5.0",
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.2",
"@nestjs/cli": "^10.0.1",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.0",
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.13",
"@types/multer": "^1.4.7",
"@types/node": "^20.2.5",
"@types/node": "^20.3.1",
"@types/passport-jwt": "^3.0.8",
"@types/passport-local": "^1.0.35",
"@types/passport-strategy": "^0.2.35",

View File

@ -15,37 +15,37 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.0",
"@angular-devkit/build-angular": "^16.0.5",
"@angular/animations": "^16.0.4",
"@angular/cdk": "^16.0.3",
"@angular/cli": "^16.0.5",
"@angular/common": "^16.0.4",
"@angular/compiler": "^16.0.4",
"@angular/compiler-cli": "^16.0.4",
"@angular/core": "^16.0.4",
"@angular/forms": "^16.0.4",
"@angular/material": "^16.0.3",
"@angular/platform-browser": "^16.0.4",
"@angular/platform-browser-dynamic": "^16.0.4",
"@angular/router": "^16.0.4",
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@fontsource/roboto": "^5.0.2",
"@angular-devkit/build-angular": "^16.1.0",
"@angular/animations": "^16.1.1",
"@angular/cdk": "^16.1.1",
"@angular/cli": "^16.1.0",
"@angular/common": "^16.1.1",
"@angular/compiler": "^16.1.1",
"@angular/compiler-cli": "^16.1.1",
"@angular/core": "^16.1.1",
"@angular/forms": "^16.1.1",
"@angular/material": "^16.1.1",
"@angular/platform-browser": "^16.1.1",
"@angular/platform-browser-dynamic": "^16.1.1",
"@angular/router": "^16.1.1",
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@fontsource/roboto": "^5.0.3",
"@ng-web-apis/common": "^2.1.0",
"@ng-web-apis/resize-observer": "^2.0.0",
"@ngui/common": "^1.0.0",
"@popperjs/core": "^2.11.8",
"@types/ackee-tracker": "^5.0.2",
"@types/node": "^20.2.5",
"@types/node": "^20.3.1",
"@types/resize-observer-browser": "^0.1.7",
"@types/validator": "^13.7.17",
"ackee-tracker": "^5.1.0",
"axios": "^1.4.0",
"babel-loader": "^9.1.2",
"bootstrap": "^5.3.0",
"browserslist": "^4.21.7",
"caniuse-lite": "^1.0.30001495",
"browserslist": "^4.21.8",
"caniuse-lite": "^1.0.30001503",
"fuse.js": "^6.6.2",
"material-icons": "^1.13.8",
"moment": "^2.29.4",
@ -60,7 +60,7 @@
"typescript": "^5.1.3",
"webpack-bundle-analyzer": "^4.9.0",
"zod": "^3.21.4",
"zone.js": "^0.13.0"
"zone.js": "^0.13.1"
},
"dependencies": {
"@leteu/jwt-decoder": "^1.0.4"

View File

@ -30,12 +30,13 @@
"minimist": "npm:minimist-lite@*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-require-extensions": "^0.1.3",
"ms": "3.0.0-canary.1",
"prettier": "^2.8.8",
"prettier-plugin-sh": "^0.12.8"
},

View File

@ -13,7 +13,7 @@
"./dist/*": "./dist/*.js"
},
"dependencies": {
"ms": "3.0.0-canary.1",
"ms": "2.1.3",
"zod": "^3.21.4"
},
"devDependencies": {

2748
yarn.lock

File diff suppressed because it is too large Load Diff