Skip to content

Commit 80ebcc3

Browse files
committed
bump deps
1 parent ac9508c commit 80ebcc3

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
"yargs": "^18.0.0"
4444
},
4545
"devDependencies": {
46-
"@eslint/js": "^9.34.0",
46+
"@eslint/js": "^9.35.0",
4747
"@types/adm-zip": "^0.5.7",
4848
"@types/ejs": "^3.1.5",
4949
"@types/node": "22",
5050
"@types/update-notifier": "^6.0.8",
5151
"@types/yargs": "^17.0.33",
5252
"esbuild": "^0.25.9",
5353
"esbuild-plugin-version-injector": "^1.2.1",
54-
"eslint": "^9.34.0",
55-
"globals": "^16.3.0",
54+
"eslint": "^9.35.0",
55+
"globals": "^16.4.0",
5656
"npm-run-all": "^4.1.5",
5757
"typescript": "^5.9.2",
58-
"typescript-eslint": "^8.41.0"
58+
"typescript-eslint": "^8.43.0"
5959
}
6060
}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
minimatch "^3.1.2"
207207
strip-json-comments "^3.1.1"
208208

209-
"@eslint/js@9.35.0", "@eslint/js@^9.34.0":
209+
"@eslint/js@9.35.0", "@eslint/js@^9.35.0":
210210
version "9.35.0"
211211
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.35.0.tgz#ffbc7e13cf1204db18552e9cd9d4a8e17c692d07"
212212
integrity sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw==
@@ -1304,7 +1304,7 @@ eslint-visitor-keys@^4.2.1:
13041304
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
13051305
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
13061306

1307-
eslint@^9.34.0:
1307+
eslint@^9.35.0:
13081308
version "9.35.0"
13091309
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.35.0.tgz#7a89054b7b9ee1dfd1b62035d8ce75547773f47e"
13101310
integrity sha512-QePbBFMJFjgmlE+cXAlbHZbHpdFVS2E/6vzCy7aKlebddvl1vadiC4JFV5u/wqTkNUwEV8WrQi257jf5f06hrg==
@@ -1586,10 +1586,10 @@ globals@^14.0.0:
15861586
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
15871587
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
15881588

1589-
globals@^16.3.0:
1590-
version "16.3.0"
1591-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667"
1592-
integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==
1589+
globals@^16.4.0:
1590+
version "16.4.0"
1591+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.4.0.tgz#574bc7e72993d40cf27cf6c241f324ee77808e51"
1592+
integrity sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==
15931593

15941594
globalthis@^1.0.4:
15951595
version "1.0.4"
@@ -3014,7 +3014,7 @@ typedarray.prototype.slice@^1.0.5:
30143014
typed-array-buffer "^1.0.3"
30153015
typed-array-byte-offset "^1.0.4"
30163016

3017-
typescript-eslint@^8.41.0:
3017+
typescript-eslint@^8.43.0:
30183018
version "8.43.0"
30193019
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.43.0.tgz#335ac16a859f385dfb23022e0d8298962364d099"
30203020
integrity sha512-FyRGJKUGvcFekRRcBKFBlAhnp4Ng8rhe8tuvvkR9OiU0gfd4vyvTRQHEckO6VDlH57jbeUQem2IpqPq9kLJH+w==

0 commit comments

Comments
 (0)