From 640cfb843e1c07b1ef9e57826a2da78bbb57ddae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 11:29:56 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the / directory: [follow-redirects](https://github.com/follow-redirects/follow-redirects). Bumps the npm_and_yarn group with 1 update in the /vscode directory: [dompurify](https://github.com/cure53/DOMPurify). Updates `follow-redirects` from 1.15.11 to 1.16.0 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) Updates `dompurify` from 3.3.3 to 3.4.0 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.3.3...3.4.0) --- updated-dependencies: - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: dompurify dependency-version: 3.4.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 4 +++- vscode/package-lock.json | 12 ++++++------ vscode/package.json | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fc2edb..063d29a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2074,7 +2074,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.11", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", "funding": [ { "type": "individual", diff --git a/vscode/package-lock.json b/vscode/package-lock.json index f14d3c7..11f975f 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -1,15 +1,15 @@ { "name": "nex-code", - "version": "0.5.5", + "version": "0.5.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nex-code", - "version": "0.5.5", + "version": "0.5.15", "license": "MIT", "dependencies": { - "dompurify": "^3.3.3", + "dompurify": "^3.4.0", "highlight.js": "^11.9.0", "marked": "^11.0.0" }, @@ -1863,9 +1863,9 @@ } }, "node_modules/dompurify": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz", - "integrity": "sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz", + "integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/vscode/package.json b/vscode/package.json index 7253bbf..05a256a 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -125,7 +125,7 @@ "typescript": "^5.3.0" }, "dependencies": { - "dompurify": "^3.3.3", + "dompurify": "^3.4.0", "highlight.js": "^11.9.0", "marked": "^11.0.0" }