Skip to content

Commit 9d24029

Browse files
chore(deps): update all non-major dependencies
1 parent 343ce49 commit 9d24029

5 files changed

Lines changed: 945 additions & 947 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
username: ${{ github.repository_owner }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131
- name: Build and push Protofiles Docker image
32-
uses: docker/build-push-action@v6.18.0
32+
uses: docker/build-push-action@v6.19.2
3333
with:
3434
context: ./protos
3535
push: true

.yarn/releases/yarn-4.12.0.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugins:
1010
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
1111
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'
1212

13-
yarnPath: .yarn/releases/yarn-4.12.0.cjs
13+
yarnPath: .yarn/releases/yarn-4.13.0.cjs

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"*": "prettier --ignore-unknown --write"
4343
},
4444
"prettier": "@sapphire/prettier-config",
45-
"packageManager": "yarn@4.12.0",
45+
"packageManager": "yarn@4.13.0",
4646
"volta": {
47-
"node": "20.20.0",
48-
"yarn": "4.12.0"
47+
"node": "20.20.2",
48+
"yarn": "4.13.0"
4949
}
5050
}

0 commit comments

Comments
 (0)