Skip to content

Commit 3cf6692

Browse files
committed
Bump deps
1 parent 4d0643e commit 3cf6692

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@discloudapp/api-types": "^0.7.5",
2828
"@discloudapp/util": "^0.10.5",
29-
"@inquirer/prompts": "^7.5.0",
29+
"@inquirer/prompts": "^7.5.3",
3030
"adm-zip": "^0.5.16",
3131
"chalk": "^5.4.1",
3232
"easy-table": "^1.2.0",
@@ -40,18 +40,18 @@
4040
"yargs": "^17.7.2"
4141
},
4242
"devDependencies": {
43-
"@eslint/js": "^9.26.0",
43+
"@eslint/js": "^9.28.0",
4444
"@types/adm-zip": "^0.5.7",
4545
"@types/ejs": "^3.1.5",
46-
"@types/node": "^22.15.14",
46+
"@types/node": "^22.15.30",
4747
"@types/update-notifier": "^6.0.8",
4848
"@types/yargs": "^17.0.33",
49-
"esbuild": "^0.25.4",
49+
"esbuild": "^0.25.5",
5050
"esbuild-plugin-version-injector": "^1.2.1",
51-
"eslint": "^9.26.0",
52-
"globals": "^16.0.0",
51+
"eslint": "^9.28.0",
52+
"globals": "^16.2.0",
5353
"npm-run-all": "^4.1.5",
5454
"typescript": "^5.8.3",
55-
"typescript-eslint": "^8.32.0"
55+
"typescript-eslint": "^8.33.1"
5656
}
5757
}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
minimatch "^3.1.2"
197197
strip-json-comments "^3.1.1"
198198

199-
"@eslint/js@9.28.0", "@eslint/js@^9.26.0":
199+
"@eslint/js@9.28.0", "@eslint/js@^9.28.0":
200200
version "9.28.0"
201201
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.28.0.tgz#7822ccc2f8cae7c3cd4f902377d520e9ae03f844"
202202
integrity sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==
@@ -323,7 +323,7 @@
323323
"@inquirer/type" "^3.0.7"
324324
ansi-escapes "^4.3.2"
325325

326-
"@inquirer/prompts@^7.5.0":
326+
"@inquirer/prompts@^7.5.3":
327327
version "7.5.3"
328328
resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.5.3.tgz#2b4c705a79658cf534fc5a5dba780a153f3cd83d"
329329
integrity sha512-8YL0WiV7J86hVAxrh3fE5mDCzcTDe1670unmJRz6ArDgN+DBK1a0+rbnNWp4DUB5rPMwqD5ZP6YHl9KK1mbZRg==
@@ -474,7 +474,7 @@
474474
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
475475
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
476476

477-
"@types/node@*", "@types/node@^22.15.14":
477+
"@types/node@*", "@types/node@^22.15.30":
478478
version "22.15.30"
479479
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.30.tgz#3a20431783e28dd0b0326f84ab386a2ec81d921d"
480480
integrity sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==
@@ -1193,7 +1193,7 @@ esbuild-plugin-version-injector@^1.2.1:
11931193
dependencies:
11941194
"@sapphire/result" "^2.6.4"
11951195

1196-
esbuild@^0.25.4:
1196+
esbuild@^0.25.5:
11971197
version "0.25.5"
11981198
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.25.5.tgz#71075054993fdfae76c66586f9b9c1f8d7edd430"
11991199
integrity sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==
@@ -1262,7 +1262,7 @@ eslint-visitor-keys@^4.2.0:
12621262
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
12631263
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
12641264

1265-
eslint@^9.26.0:
1265+
eslint@^9.28.0:
12661266
version "9.28.0"
12671267
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.28.0.tgz#b0bcbe82a16945a40906924bea75e8b4980ced7d"
12681268
integrity sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==
@@ -1553,7 +1553,7 @@ globals@^14.0.0:
15531553
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
15541554
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
15551555

1556-
globals@^16.0.0:
1556+
globals@^16.2.0:
15571557
version "16.2.0"
15581558
resolved "https://registry.yarnpkg.com/globals/-/globals-16.2.0.tgz#19efcd1ddde2bd5efce128e5c2e441df1abc6f7c"
15591559
integrity sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==
@@ -2986,7 +2986,7 @@ typedarray.prototype.slice@^1.0.5:
29862986
typed-array-buffer "^1.0.3"
29872987
typed-array-byte-offset "^1.0.4"
29882988

2989-
typescript-eslint@^8.32.0:
2989+
typescript-eslint@^8.33.1:
29902990
version "8.33.1"
29912991
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.33.1.tgz#d2d59c9b24afe1f903a855b02145802e4ae930ff"
29922992
integrity sha512-AgRnV4sKkWOiZ0Kjbnf5ytTJXMUZQ0qhSVdQtDNYLPLnjsATEYhaO94GlRQwi4t4gO8FfjM6NnikHeKjUm8D7A==

0 commit comments

Comments
 (0)