From b4a84706cfb69f54fb24194f3a098021b3f01d3a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:21:06 +0000 Subject: [PATCH 1/2] Initial plan From 4c843b3269c8fc18e26a0a8e454ddabd87fb411c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:22:47 +0000 Subject: [PATCH 2/2] Run npm audit fix and bump version to 4.0.0-next.2 --- package-lock.json | 20 +++++++++++++++----- package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ede7f99..8f84a2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jsonc-parser", - "version": "4.0.0-next.1", + "version": "4.0.0-next.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jsonc-parser", - "version": "4.0.0-next.1", + "version": "4.0.0-next.2", "license": "MIT", "devDependencies": { "@types/node": "22.x", @@ -1295,10 +1295,20 @@ "license": "ISC" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/package.json b/package.json index f4bdfb5..b98ae81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonc-parser", - "version": "4.0.0-next.1", + "version": "4.0.0-next.2", "description": "Scanner and parser for JSON with comments.", "type": "module", "exports": {