Skip to content

Commit

Permalink
fix(renovate): Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Jun 6, 2024
1 parent eca4a0c commit a12e6fd
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 366 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.12.2
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/darraghoriordan/nest-backend-libs"
},
"engines": {
"node": ">=20.12.0"
"node": ">=20.12.2"
},
"files": [
"dist",
Expand Down Expand Up @@ -71,21 +71,21 @@
"@nestjs/axios": "3.0.2",
"@nestjs/bull": "10.1.1",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.3.7",
"@nestjs/common": "10.3.9",
"@nestjs/config": "3.2.2",
"@nestjs/core": "10.3.7",
"@nestjs/microservices": "10.3.7",
"@nestjs/core": "10.3.9",
"@nestjs/microservices": "10.3.9",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.7",
"@nestjs/platform-express": "10.3.9",
"@nestjs/swagger": "7.3.1",
"@nestjs/terminus": "10.2.3",
"@nestjs/typeorm": "10.0.2",
"add": "2.0.6",
"auth0": "4.3.1",
"axios": "1.6.8",
"bull": "4.12.2",
"cache-manager": "5.5.1",
"cache-manager-redis-yet": "5.0.0",
"bull": "4.12.9",
"cache-manager": "5.5.3",
"cache-manager-redis-yet": "5.0.1",
"chalk": "5.3.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand All @@ -101,28 +101,28 @@
"passport-jwt": "4.0.1",
"pino-http": "9.0.0",
"pino-pretty": "11.0.0",
"redis": "4.6.13",
"redis": "4.6.14",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rxjs": "7.8.1",
"stripe": "15.3.0",
"swagger-ui-express": "5.0.0",
"twitter-api-v2": "1.16.1",
"swagger-ui-express": "5.0.1",
"twitter-api-v2": "1.16.4",
"typeorm": "0.3.20"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@darraghor/eslint-plugin-nestjs-typed": "5.0.6",
"@darraghor/eslint-plugin-nestjs-typed": "5.0.8",
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "^10.1.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@types/auth0": "3.3.10",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/nodemailer": "6.4.14",
"@types/node": "20.12.14",
"@types/nodemailer": "6.4.15",
"@types/passport-jwt": "4.0.1",
"@types/supertest": "6.0.2",
"@types/yargs": "17.0.32",
Expand All @@ -133,19 +133,19 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "28.2.0",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-jsdoc": "48.2.7",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "52.0.0",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"knip": "5.10.0",
"lint-staged": "15.2.2",
"knip": "5.10.1",
"lint-staged": "15.2.5",
"prettier": "3.2.5",
"semantic-release": "23.0.8",
"ts-jest": "29.1.2",
"ts-jest": "29.1.4",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
Expand Down
Loading

0 comments on commit a12e6fd

Please sign in to comment.