From cf9bb9788690bc41ff12a9a8501cb5415ddadf83 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 20 Oct 2025 08:52:24 -0300 Subject: pin node dependencies only substantial changes: - @eslint/js 9.38.0 -> 9.37.0, basically just reverting the change from previous commit - word-wrap 1.2.3 -> 1.2.5, matching version in lockfile, apparently changed via eslint 8 -> 9 update and not on purpose by us, may 2025 (255102c2) pinning chroma-js keeps chroma.min.js from disappearing out of the root of that package, so import continues working, broken at some point more recently - affecting people using other package managers or running npm update themselves --- package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index b23bed2e..4460461d 100644 --- a/package.json +++ b/package.json @@ -64,21 +64,21 @@ "node": ">= 22.13.0" }, "dependencies": { - "@eslint/js": "^9.38.0", - "@js-temporal/polyfill": "^0.4.4", - "chroma-js": "^2.4.2", - "command-exists": "^1.2.9", - "compress-json": "^3.0.5", - "eslint": "^9.37.0", - "flexsearch": "^0.7.43", - "he": "^1.2.0", - "image-size": "^1.0.2", - "js-yaml": "^4.1.0", - "marked": "^10.0.0", - "msgpackr": "^1.10.2", - "rimraf": "^5.0.7", - "striptags": "^4.0.0-alpha.4", - "word-wrap": "^1.2.3" + "@eslint/js": "9.37.0", + "@js-temporal/polyfill": "0.4.4", + "chroma-js": "2.4.2", + "command-exists": "1.2.9", + "compress-json": "3.0.5", + "eslint": "9.37.0", + "flexsearch": "0.7.43", + "he": "1.2.0", + "image-size": "1.0.2", + "js-yaml": "4.1.0", + "marked": "10.0.0", + "msgpackr": "1.10.2", + "rimraf": "5.0.7", + "striptags": "4.0.0-alpha.4", + "word-wrap": "1.2.5" }, "license": "MIT", "devDependencies": { -- cgit 1.3.0-6-gf8a5