summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-08 02:41:48 +0200
committerRory& <root@rory.gay>2025-10-08 02:41:48 +0200
commit2e955f6b6384518bbd59b3d1a7bbefac915af51e (patch)
tree49b1461f1d75b11dab4563094858bf89d1245bc3
parentfix path (diff)
downloadserver-ts-2e955f6b6384518bbd59b3d1a7bbefac915af51e.tar.xz
Install chalk (oops)
-rw-r--r--hashes.json2
-rw-r--r--package-lock.json31
-rw-r--r--package.json1
3 files changed, 24 insertions, 10 deletions
diff --git a/hashes.json b/hashes.json

index 3f0d2712..e0225568 100644 --- a/hashes.json +++ b/hashes.json
@@ -1,3 +1,3 @@ { - "npmDepsHash": "sha256-LSvD2DZO4EbKHHC832PsEdW/vnI55TWeCVgDqNKHBUw=" + "npmDepsHash": "sha256-u/rUOAUXNUtIxq08lux6g9D2+MERpHXYYLVN5vtDTKc=" } diff --git a/package-lock.json b/package-lock.json
index c4d4bc9d..3653be6a 100644 --- a/package-lock.json +++ b/package-lock.json
@@ -16,6 +16,7 @@ "amqplib": "^0.10.9", "bcrypt": "^6.0.0", "body-parser": "^2.2.0", + "chalk": "^5.6.2", "cheerio": "^1.1.2", "cookie-parser": "^1.4.7", "discord-protos": "^1.2.73", @@ -4282,17 +4283,12 @@ } }, "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", + "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { - "node": ">=10" + "node": "^12.17.0 || ^14.13 || >=16.0.0" }, "funding": { "url": "https://github.com/chalk/chalk?sponsor=1" @@ -5102,6 +5098,23 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/eslint/node_modules/eslint-visitor-keys": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", diff --git a/package.json b/package.json
index ba28e18c..c847f552 100644 --- a/package.json +++ b/package.json
@@ -78,6 +78,7 @@ "amqplib": "^0.10.9", "bcrypt": "^6.0.0", "body-parser": "^2.2.0", + "chalk": "^5.6.2", "cheerio": "^1.1.2", "cookie-parser": "^1.4.7", "discord-protos": "^1.2.73",