Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Aug 28, 2023
1 parent 0e5968b commit 2a93d71
Show file tree
Hide file tree
Showing 2 changed files with 1,432 additions and 1,107 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodepress",
"version": "4.1.1",
"version": "4.2.0",
"description": "RESTful API service for Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down Expand Up @@ -28,19 +28,19 @@
"release": ". ./scripts/release.sh"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.373.0",
"@aws-sdk/client-s3": "^3.400.0",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^10.1.0",
"@nestjs/core": "^10.1.0",
"@nestjs/common": "^10.2.2",
"@nestjs/core": "^10.2.2",
"@nestjs/jwt": "^10.1.0",
"@nestjs/mapped-types": "^2.0.2",
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "^10.1.0",
"@nestjs/passport": "^10.0.1",
"@nestjs/platform-express": "^10.2.2",
"@nestjs/throttler": "^4.2.1",
"@typegoose/auto-increment": "^3.4.0",
"@typegoose/typegoose": "^11.4.0",
"@typegoose/typegoose": "^11.4.1",
"akismet-api": "^6.0.0",
"axios": "^1.4.0",
"axios": "^1.5.0",
"body-parser": "^1.20.2",
"chalk": "4.x",
"class-transformer": "^0.5.1",
Expand All @@ -50,8 +50,8 @@
"cross-env": "^7.0.3",
"dayjs": "^1.11.9",
"express": "^4.18.2",
"fast-xml-parser": "^4.2.6",
"googleapis": "^122.0.0",
"fast-xml-parser": "^4.2.7",
"googleapis": "^126.0.1",
"helmet": "^7.0.0",
"js-base64": "^3.7.5",
"jsonwebtoken": "^9.0.1",
Expand All @@ -61,7 +61,7 @@
"nodemailer": "^6.9.4",
"passport": "~0.6.0",
"passport-jwt": "^4.0.1",
"redis": "^4.6.7",
"redis": "^4.6.8",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
Expand All @@ -76,38 +76,38 @@
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@compodoc/compodoc": "^1.1.21",
"@nestjs/cli": "^10.1.10",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.1.0",
"@nestjs/cli": "^10.1.16",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.2",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.17",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.195",
"@types/lodash": "^4.14.197",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.17",
"@types/node-schedule": "^2.1.0",
"@types/nodemailer": "^6.4.8",
"@types/nodemailer": "^6.4.9",
"@types/passport": "~1.0.12",
"@types/passport-jwt": "^3.0.9",
"@types/shelljs": "^0.8.12",
"@types/supertest": "^2.0.12",
"@types/ua-parser-js": "^0.7.36",
"@types/validator": "^13.7.17",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"@types/validator": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.1",
"prettier": "^3.0.0",
"jest": "^29.6.4",
"prettier": "^3.0.2",
"supertest": "^6.3.3",
"ts-jest": "29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 2a93d71

Please sign in to comment.