Skip to content

Commit 3bd5e87

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

6 files changed

Lines changed: 958 additions & 951 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.14.1.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.14.1.cjs

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@sapphire/prettier-config": "^2.0.0",
1515
"cz-conventional-changelog": "^3.3.0",
1616
"lint-staged": "^15.5.2",
17-
"prettier": "^3.8.1"
17+
"prettier": "^3.8.3"
1818
},
1919
"resolutions": {
2020
"ansi-regex": "^5.0.1",
@@ -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.14.1",
4646
"volta": {
47-
"node": "20.20.0",
48-
"yarn": "4.12.0"
47+
"node": "20.20.2",
48+
"yarn": "4.14.1"
4949
}
5050
}

yarn.lock

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual changes might be lost - proceed with caution!
33

44
__metadata:
5-
version: 8
5+
version: 9
66
cacheKey: 10
77

88
"@babel/code-frame@npm:^7.0.0":
@@ -2133,7 +2133,7 @@ __metadata:
21332133
languageName: node
21342134
linkType: hard
21352135

2136-
"prettier@npm:^3.0.0, prettier@npm:^3.8.1":
2136+
"prettier@npm:^3.0.0":
21372137
version: 3.8.1
21382138
resolution: "prettier@npm:3.8.1"
21392139
bin:
@@ -2142,6 +2142,15 @@ __metadata:
21422142
languageName: node
21432143
linkType: hard
21442144

2145+
"prettier@npm:^3.8.3":
2146+
version: 3.8.3
2147+
resolution: "prettier@npm:3.8.3"
2148+
bin:
2149+
prettier: bin/prettier.cjs
2150+
checksum: 10/4b3b12cbb29e4c96bed936e5d070167552500c18d37676fb3e0caae6199c42860662608e4dc116230698f6e2bb0267ef2548158224c92d40f188d309d72fdd6f
2151+
languageName: node
2152+
linkType: hard
2153+
21452154
"punycode@npm:^2.1.0":
21462155
version: 2.3.1
21472156
resolution: "punycode@npm:2.3.1"
@@ -2709,7 +2718,7 @@ __metadata:
27092718
"@sapphire/prettier-config": "npm:^2.0.0"
27102719
cz-conventional-changelog: "npm:^3.3.0"
27112720
lint-staged: "npm:^15.5.2"
2712-
prettier: "npm:^3.8.1"
2721+
prettier: "npm:^3.8.3"
27132722
languageName: unknown
27142723
linkType: soft
27152724

0 commit comments

Comments
 (0)