Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent f7627e6 commit 325cecc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 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.1",
"@sapphire/utilities": "^3.18.2",
"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.10.10",
"@types/node": "^22.13.0",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
Expand All @@ -40,7 +40,7 @@
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"express": "^4.21.2",
"lint-staged": "^15.4.2",
"lint-staged": "^15.4.3",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,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.1"
"@sapphire/utilities": "npm:^3.18.2"
"@types/express": "npm:^5.0.0"
"@types/node": "npm:^22.10.10"
"@types/node": "npm:^22.13.0"
"@types/supertest": "npm:^6.0.2"
"@typescript-eslint/eslint-plugin": "npm:^7.13.1"
"@typescript-eslint/parser": "npm:^7.13.1"
Expand All @@ -474,7 +474,7 @@ __metadata:
express: "npm:^4.21.2"
graphql: "npm:^16.10.0"
graphql-tag: "npm:^2.12.6"
lint-staged: "npm:^15.4.2"
lint-staged: "npm:^15.4.3"
npm-run-all2: "npm:^7.0.2"
prettier: "npm:^3.4.2"
rimraf: "npm:^6.0.1"
Expand Down Expand Up @@ -814,10 +814,10 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.18.1":
version: 3.18.1
resolution: "@sapphire/utilities@npm:3.18.1"
checksum: 10/e13fdc6f83d2a326dfe124a65d0db4243cd5ca636cc770d881927a5e466221065d5f241e3e7673bf133b76c2359f86e4c0b1b834485f0470e25941457ee2cb90
"@sapphire/utilities@npm:^3.18.2":
version: 3.18.2
resolution: "@sapphire/utilities@npm:3.18.2"
checksum: 10/d7433b4231f56e3b07b93daaad7c43cb129f4a4e01ecf36ac22a6fcb1cedbd9059c124427002839006e3ee16fae7faa29bc48f6d40338873ac5c84dc28757ab8
languageName: node
linkType: hard

Expand Down Expand Up @@ -922,12 +922,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=6, @types/node@npm:^22.10.10":
version: 22.10.10
resolution: "@types/node@npm:22.10.10"
"@types/node@npm:*, @types/node@npm:>=6, @types/node@npm:^22.13.0":
version: 22.13.0
resolution: "@types/node@npm:22.13.0"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10/61559b62bc7e62b947876e097c99472dd01317dd3b5916b538e2c40db8d68a1fc23c8de48149ef04cd2790a97bf2c005ea60cbb067e55ddbefd013d73da7a147
checksum: 10/a7563e57df48cb7e28f936dbabe228316dcdb4c7c3a88a6c1659fae898ffde2647a7193a9e29e0cbcb7dacc05a91fb3bc30c1a1d6fc9294694a734ff71a5f12e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3328,9 +3328,9 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:^15.4.2":
version: 15.4.2
resolution: "lint-staged@npm:15.4.2"
"lint-staged@npm:^15.4.3":
version: 15.4.3
resolution: "lint-staged@npm:15.4.3"
dependencies:
chalk: "npm:^5.4.1"
commander: "npm:^13.1.0"
Expand All @@ -3344,7 +3344,7 @@ __metadata:
yaml: "npm:^2.7.0"
bin:
lint-staged: bin/lint-staged.js
checksum: 10/19f85db74d002b46901b8d1acf8af195e116eab53a1c3790be89d6d175b2fdf62098df86d6b5d0db2822ce4e0ccae8dc954f2dd2a79b656b7837d2f5af65c563
checksum: 10/14a6a9cb9b5e8027b1347cb24e114839d618d343d5c724c26def7d45ca9b9a9b813b585531c68f5a3d13332407c2dba198987a73f0350df483d99a876ba69c60
languageName: node
linkType: hard

Expand Down

0 comments on commit 325cecc

Please sign in to comment.