Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#223)
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 Jun 30, 2024
1 parent 1fbb6ba commit 67a8ff5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Nekokai Docker image
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
push: true
context: .
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@skyra/safe-fetch": "^1.1.3",
"@skyra/shared-http-pieces": "^1.2.2",
"@skyra/start-banner": "^2.0.1",
"discord-api-types": "^0.37.90",
"discord-api-types": "^0.37.91",
"he": "^1.2.0",
"ioredis": "^5.4.1",
"tslib": "^2.6.3"
Expand All @@ -47,7 +47,7 @@
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/he": "^1.2.3",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -60,7 +60,7 @@
},
"resolutions": {
"ansi-regex": "^5.0.1",
"discord-api-types": "^0.37.90",
"discord-api-types": "^0.37.91",
"minimist": "^1.2.8"
},
"engines": {
Expand Down
29 changes: 10 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -694,11 +694,11 @@ __metadata:
"@skyra/shared-http-pieces": "npm:^1.2.2"
"@skyra/start-banner": "npm:^2.0.1"
"@types/he": "npm:^1.2.3"
"@types/node": "npm:^20.14.8"
"@types/node": "npm:^20.14.9"
"@typescript-eslint/eslint-plugin": "npm:^7.13.1"
"@typescript-eslint/parser": "npm:^7.13.1"
cz-conventional-changelog: "npm:^3.3.0"
discord-api-types: "npm:^0.37.90"
discord-api-types: "npm:^0.37.91"
eslint: "npm:^8.57.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.1.3"
Expand Down Expand Up @@ -760,21 +760,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 20.14.2
resolution: "@types/node@npm:20.14.2"
"@types/node@npm:*, @types/node@npm:^20.14.9":
version: 20.14.9
resolution: "@types/node@npm:20.14.9"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/c38e47b190fa0a8bdfde24b036dddcf9401551f2fb170a90ff33625c7d6f218907e81c74e0fa6e394804a32623c24c60c50e249badc951007830f0d02c48ee0f
languageName: node
linkType: hard

"@types/node@npm:^20.14.8":
version: 20.14.8
resolution: "@types/node@npm:20.14.8"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/73822f66f269ce865df7e2f586787ac7444bd1169fd265cbed1e851b72787f1170517c5b616e0308ec2fbc0934ec6403b0f28d4152acbb0486071aec41167d51
checksum: 10/f313b06c79be92f5d3541159ef813b9fc606941f951ecf826e940658c6d4952755ca2f06277b746326cef0697ed79a04676ecde053d32e1121b3352c8168d2e9
languageName: node
linkType: hard

Expand Down Expand Up @@ -1489,10 +1480,10 @@ __metadata:
languageName: node
linkType: hard

"discord-api-types@npm:^0.37.90":
version: 0.37.90
resolution: "discord-api-types@npm:0.37.90"
checksum: 10/bfd85a2ca3bb2df65bd783eae4daf93754f34a744b487e549a38606262761aee0cb719bdef1917736512011561b0d574b8e399a458ad8e04ddcf549dde4911af
"discord-api-types@npm:^0.37.91":
version: 0.37.91
resolution: "discord-api-types@npm:0.37.91"
checksum: 10/046c2f42161e65bdd26d68869c4ceae4aa0937d6535f5ba62ab0e8ea0bcacbfa93f35d9b8cbccd5929ab0fb094e5f82d2600cc931637295030ebca5cd4d9647e
languageName: node
linkType: hard

Expand Down

0 comments on commit 67a8ff5

Please # to comment.