Skip to content

Commit b767c44

Browse files
committed
chore: update dependencies
1 parent af1ce61 commit b767c44

File tree

2 files changed

+183
-76
lines changed

2 files changed

+183
-76
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"test:unit": "vitest --run --coverage"
5858
},
5959
"dependencies": {
60-
"@typescript-eslint/utils": "^8.50.0",
60+
"@typescript-eslint/utils": "^8.50.1",
6161
"natural-orderby": "^5.0.0"
6262
},
6363
"devDependencies": {
@@ -81,8 +81,8 @@
8181
"@types/mdast": "^4.0.4",
8282
"@types/node": "^25.0.3",
8383
"@types/unist": "^3.0.3",
84-
"@typescript-eslint/parser": "^8.50.0",
85-
"@typescript-eslint/types": "^8.50.0",
84+
"@typescript-eslint/parser": "^8.50.1",
85+
"@typescript-eslint/types": "^8.50.1",
8686
"@vercel/og": "^0.8.6",
8787
"@vitest/coverage-v8": "^4.0.16",
8888
"ajv-draft-04": "^1.0.0",
@@ -93,7 +93,7 @@
9393
"clean-publish": "^6.0.1",
9494
"cross-env": "^10.1.0",
9595
"cspell": "^9.4.0",
96-
"dedent": "^1.7.0",
96+
"dedent": "^1.7.1",
9797
"eslint": "^9.38.0",
9898
"eslint-plugin-eslint-plugin": "^7.2.0",
9999
"eslint-vitest-rule-tester": "^3.0.1",
@@ -121,7 +121,7 @@
121121
"simple-git-hooks": "^2.13.1",
122122
"stylelint": "^16.26.1",
123123
"svelte": "5.46.0",
124-
"svelte-check": "^4.3.4",
124+
"svelte-check": "^4.3.5",
125125
"tinyexec": "^1.0.2",
126126
"typescript": "^5.9.3",
127127
"unified": "^11.0.5",

0 commit comments

Comments
 (0)