Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#343)
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 Jul 7, 2024
1 parent a330366 commit 90b56ec
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.4.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push ArchAngel Docker image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
push: true
context: ./
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,29 @@
"bufferutil": "^4.0.8",
"colorette": "^2.0.20",
"discord.js": "^14.15.3",
"marked": "^13.0.1",
"marked": "^13.0.2",
"marked-smartypants": "^1.1.7",
"marked-xhtml": "^1.0.10",
"node-html-to-image": "^4.0.0",
"tslib": "^2.6.3",
"utf-8-validate": "^6.0.4",
"ws": "^8.17.1",
"ws": "^8.18.0",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@skyra/discord-components-core": "^3.6.1",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"tsup": "^8.1.0",
"typescript": "^5.5.2"
},
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -825,12 +825,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.14.9":
version: 20.14.9
resolution: "@types/node@npm:20.14.9"
"@types/node@npm:*, @types/node@npm:^20.14.10":
version: 20.14.10
resolution: "@types/node@npm:20.14.10"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/f313b06c79be92f5d3541159ef813b9fc606941f951ecf826e940658c6d4952755ca2f06277b746326cef0697ed79a04676ecde053d32e1121b3352c8168d2e9
checksum: 10/672892cf94d0d95cf052f11271990686a0fd204cd1e5fe7a4ef240e5315e06711765dc47b9ec98627d3adac18b8c92bb7e2d8db21d18faa20bc3e3203a143e79
languageName: node
linkType: hard

Expand Down Expand Up @@ -1106,7 +1106,7 @@ __metadata:
"@sapphire/utilities": "npm:^3.16.2"
"@skyra/discord-components-core": "npm:^3.6.1"
"@skyra/env-utilities": "npm:^1.3.0"
"@types/node": "npm:^20.14.9"
"@types/node": "npm:^20.14.10"
"@types/ws": "npm:^8.5.10"
"@typescript-eslint/eslint-plugin": "npm:^7.13.1"
"@typescript-eslint/parser": "npm:^7.13.1"
Expand All @@ -1116,17 +1116,17 @@ __metadata:
eslint: "npm:^8.57.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.1.3"
marked: "npm:^13.0.1"
marked: "npm:^13.0.2"
marked-smartypants: "npm:^1.1.7"
marked-xhtml: "npm:^1.0.10"
node-html-to-image: "npm:^4.0.0"
prettier: "npm:^3.3.2"
rimraf: "npm:^5.0.7"
rimraf: "npm:^5.0.8"
tslib: "npm:^2.6.3"
tsup: "npm:^8.1.0"
typescript: "npm:^5.5.2"
utf-8-validate: "npm:^6.0.4"
ws: "npm:^8.17.1"
ws: "npm:^8.18.0"
zlib-sync: "npm:^0.1.9"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2829,12 +2829,12 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:^13.0.1":
version: 13.0.1
resolution: "marked@npm:13.0.1"
"marked@npm:^13.0.2":
version: 13.0.2
resolution: "marked@npm:13.0.2"
bin:
marked: bin/marked.js
checksum: 10/63bde119040f4dee5149c08bcc358c96c419ebbdf9c64de0b403fb9d8d971302fc8970fb44dad14c5db88ef6a8512d33bc0eafda15c2245d4c37a975f87c3d9e
checksum: 10/73696e2d9d77995011f7a75acaa82a8d3b68cbe7072ad06cfdaddef9cb716022f07c3e51f91710db25338dda7736815d0aa9673950bf27c0ed325e6e3549db38
languageName: node
linkType: hard

Expand Down Expand Up @@ -3575,14 +3575,14 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.7":
version: 5.0.7
resolution: "rimraf@npm:5.0.7"
"rimraf@npm:^5.0.8":
version: 5.0.8
resolution: "rimraf@npm:5.0.8"
dependencies:
glob: "npm:^10.3.7"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10/1e3cecfe59ee2383dfd9ba5373caeed48ed941318a0360119419b7dffc63115661408b9427f67e1f66b5bbb8855a3953db09e55a7362b3df904a44453dfa22fb
checksum: 10/ab8f1bcb49762d16120813a127f90773da657bb5c6f29d3865c1b3c1ceb0d2291cd3e7b439adb7571024be47dce8443b3ffd1b116ec78b6122fca0571da87a79
languageName: node
linkType: hard

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

"ws@npm:^8.16.0, ws@npm:^8.17.1":
version: 8.17.1
resolution: "ws@npm:8.17.1"
"ws@npm:^8.16.0, ws@npm:^8.18.0":
version: 8.18.0
resolution: "ws@npm:8.18.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
Expand All @@ -4313,7 +4313,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 10/4264ae92c0b3e59c7e309001e93079b26937aab181835fb7af79f906b22cd33b6196d96556dafb4e985742dd401e99139572242e9847661fdbc96556b9e6902d
checksum: 10/70dfe53f23ff4368d46e4c0b1d4ca734db2c4149c6f68bc62cb16fc21f753c47b35fcc6e582f3bdfba0eaeb1c488cddab3c2255755a5c3eecb251431e42b3ff6
languageName: node
linkType: hard

Expand Down

0 comments on commit 90b56ec

Please sign in to comment.