Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent b5474e0 commit 4aacb09
Show file tree
Hide file tree
Showing 5 changed files with 2,429 additions and 1,780 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.6.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.8.6.cjs
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,55 +18,55 @@
},
"dependencies": {
"@guidojw/bloxy": "^5.7.6",
"@sentry/integrations": "^7.11.1",
"@sentry/node": "^7.11.1",
"@sentry/integrations": "^7.114.0",
"@sentry/node": "^7.120.0",
"axios": "^0.27.2",
"axios-retry": "^3.3.1",
"axios-retry": "^3.9.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"class-validator": "^0.14.1",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"express-validator": "^7.0.1",
"helmet": "^7.0.0",
"express-validator": "^7.2.0",
"helmet": "^7.2.0",
"hpp": "^0.2.3",
"inversify": "^6.0.1",
"inversify-express-utils": "^6.4.3",
"jsonwebtoken": "^9.0.0",
"inversify": "^6.1.4",
"inversify-express-utils": "^6.4.7",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"node-schedule": "^2.1.0",
"pg": "^8.8.0",
"node-schedule": "^2.1.1",
"pg": "^8.13.1",
"pluralize": "^8.0.0",
"typeorm": "^0.2.41",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/hpp": "^0.2.2",
"@types/jsonwebtoken": "^9.0.0",
"@types/lodash": "^4.14.184",
"@types/morgan": "^1.9.3",
"@types/node": "^18.11.9",
"@types/node-schedule": "^2.1.0",
"@types/pg": "^8.6.5",
"@types/pluralize": "^0.0.29",
"@types/validator": "^13.7.5",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"eslint": "^8.22.0",
"@types/debug": "^4.1.12",
"@types/express": "^4.17.21",
"@types/hpp": "^0.2.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.13",
"@types/morgan": "^1.9.9",
"@types/node": "^18.19.67",
"@types/node-schedule": "^2.1.7",
"@types/pg": "^8.11.10",
"@types/pluralize": "^0.0.33",
"@types/validator": "^13.12.2",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.57.1",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"reflect-metadata": "^0.1.13",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-unicorn": "^48.0.1",
"reflect-metadata": "^0.2.2",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=14"
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@3.8.6"
}
Loading

0 comments on commit 4aacb09

Please sign in to comment.