Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#265)
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 Jan 21, 2024
1 parent 8b0e842 commit d77f4e1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/auto-ensure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@joshdb/provider": "2.0.0-next.a699598.0",
"@sapphire/utilities": "^3.15.2"
"@sapphire/utilities": "^3.15.3"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"dependencies": {
"@joshdb/provider": "2.0.0-next.a699598.0",
"@sapphire/result": "^2.6.5",
"@sapphire/shapeshift": "^3.9.5"
"@sapphire/result": "^2.6.6",
"@sapphire/shapeshift": "^3.9.6"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@joshdb/provider": "2.0.0-next.a699598.0",
"@sapphire/utilities": "^3.15.2"
"@sapphire/utilities": "^3.15.3"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ __metadata:
dependencies:
"@favware/cliff-jumper": ^2.2.3
"@joshdb/provider": 2.0.0-next.a699598.0
"@sapphire/utilities": ^3.15.2
"@sapphire/utilities": ^3.15.3
"@swc/core": ^1.3.101
"@vitest/coverage-c8": ^0.33.0
typedoc: ^0.25.4
Expand Down Expand Up @@ -841,8 +841,8 @@ __metadata:
dependencies:
"@favware/cliff-jumper": ^2.2.3
"@joshdb/provider": 2.0.0-next.a699598.0
"@sapphire/result": ^2.6.5
"@sapphire/shapeshift": ^3.9.5
"@sapphire/result": ^2.6.6
"@sapphire/shapeshift": ^3.9.6
"@swc/core": ^1.3.101
"@vitest/coverage-c8": ^0.33.0
typedoc: ^0.25.4
Expand All @@ -857,7 +857,7 @@ __metadata:
dependencies:
"@favware/cliff-jumper": ^2.2.3
"@joshdb/provider": 2.0.0-next.a699598.0
"@sapphire/utilities": ^3.15.2
"@sapphire/utilities": ^3.15.3
"@swc/core": ^1.3.101
"@vitest/coverage-c8": ^0.33.0
typedoc: ^0.25.4
Expand Down Expand Up @@ -1108,20 +1108,20 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/result@npm:^2.6.5":
version: 2.6.5
resolution: "@sapphire/result@npm:2.6.5"
checksum: 1a212fb8a52d5199db7b3b45f32beb12feeed369b89c179a491714ced413c92c73cd66d1f813f64dd10d6ed635d651c7dc0fe7af5fb3bc3017a4d9975a4d9973
"@sapphire/result@npm:^2.6.6":
version: 2.6.6
resolution: "@sapphire/result@npm:2.6.6"
checksum: e58aa40df942dac42320385745def7060edb95186d8e128a7d3b65aee23187771adbd7d05f447be11f1398cc52637f3ce2306491ec06b494b49f7570a59a94b3
languageName: node
linkType: hard

"@sapphire/shapeshift@npm:^3.9.5":
version: 3.9.5
resolution: "@sapphire/shapeshift@npm:3.9.5"
"@sapphire/shapeshift@npm:^3.9.6":
version: 3.9.6
resolution: "@sapphire/shapeshift@npm:3.9.6"
dependencies:
fast-deep-equal: ^3.1.3
lodash: ^4.17.21
checksum: 3199bf48cd1588c901f56358690e445af2594e592d8c48b981612ad264d23b5a1abfd4849e87e25c564f3d8995d1c0d217f8700af03aa3f1df81b5af055d241b
checksum: d94a30e65fabc9f8a3ab0181c1de3710cc17d6c57bba40e02120adbe97bd6dde061a4b07b6424d58d07022fabe508034c712837f28829817783522304048fc58
languageName: node
linkType: hard

Expand All @@ -1142,10 +1142,10 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.15.2":
version: 3.15.2
resolution: "@sapphire/utilities@npm:3.15.2"
checksum: c0570d9b6a20fefbf096c4ec0572274cfd160903a00d08b553ac10c7bb0b291a1fbc0d8c27fe21e357870c5402d25728ec3c611869aac56d90f77e831637cfac
"@sapphire/utilities@npm:^3.15.3":
version: 3.15.3
resolution: "@sapphire/utilities@npm:3.15.3"
checksum: 2868bfcf7bf4f829e0fe9cf0dcb7969c349a1823714a805736dbded38653ed5c6042cca1e68f20193094de29688f71a0451588dc081d26f9651368d23a62f705
languageName: node
linkType: hard

Expand Down

0 comments on commit d77f4e1

Please sign in to comment.