Skip to content

Commit fd0ab18

Browse files
chore(deps): update all non-major dependencies
1 parent f06157a commit fd0ab18

File tree

5 files changed

+170
-454
lines changed

5 files changed

+170
-454
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
username: ${{ github.repository_owner }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Build and push Docker image
26-
uses: docker/build-push-action@v6.9.0
26+
uses: docker/build-push-action@v6.10.0
2727
with:
2828
push: true
2929
context: .

.yarn/releases/yarn-4.5.2.cjs renamed to .yarn/releases/yarn-4.5.3.cjs

Lines changed: 80 additions & 80 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.5.2.cjs
13+
yarnPath: .yarn/releases/yarn-4.5.3.cjs

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,25 @@
4646
"@sapphire/prettier-config": "^2.0.0",
4747
"@sapphire/ts-config": "^5.0.1",
4848
"@types/he": "^1.2.3",
49-
"@types/node": "^22.9.3",
49+
"@types/node": "^22.10.1",
5050
"@types/turndown": "^5.0.5",
5151
"@typescript-eslint/eslint-plugin": "^7.18.0",
5252
"@typescript-eslint/parser": "^7.18.0",
53-
"@vitest/coverage-v8": "^2.1.5",
53+
"@vitest/coverage-v8": "^2.1.6",
5454
"colorette": "^2.0.20",
5555
"cz-conventional-changelog": "^3.3.0",
5656
"esbuild": "^0.24.0",
5757
"eslint": "^8.57.1",
5858
"eslint-config-prettier": "^9.1.0",
5959
"eslint-plugin-prettier": "^5.2.1",
6060
"lint-staged": "^15.2.10",
61-
"prettier": "^3.3.3",
61+
"prettier": "^3.4.1",
6262
"rimraf": "^6.0.1",
6363
"tsup": "^8.3.5",
6464
"tsx": "^4.19.2",
6565
"typescript": "~5.4.5",
6666
"vite": "^6.0.1",
67-
"vitest": "^2.1.5"
67+
"vitest": "^2.1.6"
6868
},
6969
"resolutions": {
7070
"ansi-regex": "^5.0.1",
@@ -88,5 +88,5 @@
8888
"eslintConfig": {
8989
"extends": "@sapphire"
9090
},
91-
"packageManager": "yarn@4.5.2"
91+
"packageManager": "yarn@4.5.3"
9292
}

0 commit comments

Comments
 (0)