Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#423)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* chore: pointless limitation

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>
  • Loading branch information
renovate[bot] and favna authored Nov 10, 2024
1 parent 7d4ca75 commit 62cff97
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
Empty file modified .yarn/releases/yarn-4.5.1.cjs
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts:skilldatagenerator": "yarn tsx scripts/skillDataGenerator.ts"
},
"dependencies": {
"@sapphire/utilities": "^3.18.0",
"@sapphire/utilities": "^3.18.1",
"alexa-app": "^4.2.3",
"apollo-boost": "^0.4.9",
"confusables": "^1.1.1",
Expand All @@ -31,7 +31,7 @@
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/express": "^5.0.0",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,9 @@ __metadata:
"@sapphire/eslint-config": "npm:^5.0.5"
"@sapphire/prettier-config": "npm:^2.0.0"
"@sapphire/ts-config": "npm:^5.0.1"
"@sapphire/utilities": "npm:^3.18.0"
"@sapphire/utilities": "npm:^3.18.1"
"@types/express": "npm:^5.0.0"
"@types/node": "npm:^22.8.7"
"@types/node": "npm:^22.9.0"
"@types/supertest": "npm:^6.0.2"
"@typescript-eslint/eslint-plugin": "npm:^7.13.1"
"@typescript-eslint/parser": "npm:^7.13.1"
Expand Down Expand Up @@ -947,10 +947,10 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.18.0":
version: 3.18.0
resolution: "@sapphire/utilities@npm:3.18.0"
checksum: 10/4185555696d97fa8b514118f94d66f5bd4c278fbc7ef70f3ee70505f8b90f865d2b8319a686739d78bf29711cc2e16aa99933f493515116e3226d466805c254a
"@sapphire/utilities@npm:^3.18.1":
version: 3.18.1
resolution: "@sapphire/utilities@npm:3.18.1"
checksum: 10/e13fdc6f83d2a326dfe124a65d0db4243cd5ca636cc770d881927a5e466221065d5f241e3e7673bf133b76c2359f86e4c0b1b834485f0470e25941457ee2cb90
languageName: node
linkType: hard

Expand Down Expand Up @@ -1055,7 +1055,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=6, @types/node@npm:^22.8.7":
"@types/node@npm:*, @types/node@npm:>=6":
version: 22.8.7
resolution: "@types/node@npm:22.8.7"
dependencies:
Expand All @@ -1064,6 +1064,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.9.0":
version: 22.9.0
resolution: "@types/node@npm:22.9.0"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10/a7df3426891868b0f5fb03e46aeddd8446178233521c624a44531c92a040cf08a82d8235f7e1e02af731fd16984665d4d71f3418caf9c2788313b10f040d615d
languageName: node
linkType: hard

"@types/qs@npm:*":
version: 6.9.10
resolution: "@types/qs@npm:6.9.10"
Expand Down

0 comments on commit 62cff97

Please sign in to comment.