Skip to content

Commit 6b9f946

Browse files
author
root
committed
Fix deprecated install warnings (#26816)
1 parent a898acb commit 6b9f946

File tree

2 files changed

+40
-137
lines changed

2 files changed

+40
-137
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,12 @@
239239
"qs": "6.14.2",
240240
"@sinclair/typebox": "0.34.48",
241241
"tar": "7.5.9",
242-
"tough-cookie": "4.1.3"
242+
"tough-cookie": "4.1.3",
243+
"@discordjs/node-pre-gyp>rimraf": "^5.0.10",
244+
"@discordjs/node-pre-gyp>glob": "^10.4.5",
245+
"@discordjs/node-pre-gyp>inflight": "npm:@zkochan/inflight@^1.0.6",
246+
"cmake-js>npmlog": "^7.0.1",
247+
"@discordjs/node-pre-gyp>npmlog": "^7.0.1"
243248
},
244249
"onlyBuiltDependencies": [
245250
"@lydell/node-pty",

0 commit comments

Comments
 (0)