diff --git a/package-lock.json b/package-lock.json index e6dd1b8ad..904d5498f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,6 @@ "picocolors": "^1.1.1", "piscina": "^4.9.2", "strip-comments": "^2.0.1", - "strip-json-comments": "^5.0.1", "tiktoken": "^1.0.20", "tree-sitter-wasms": "^0.1.12", "web-tree-sitter": "^0.24.7", @@ -5119,18 +5118,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/strip-json-comments": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.1.tgz", - "integrity": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==", - "license": "MIT", - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/strnum": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.5.tgz", diff --git a/package.json b/package.json index ba9177ce9..24da58246 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,6 @@ "picocolors": "^1.1.1", "piscina": "^4.9.2", "strip-comments": "^2.0.1", - "strip-json-comments": "^5.0.1", "tiktoken": "^1.0.20", "tree-sitter-wasms": "^0.1.12", "web-tree-sitter": "^0.24.7",