From 2d3a38d762d8a65a5a72f2ad1d2e82510e2eb4aa Mon Sep 17 00:00:00 2001 From: Priyanshu Agrawal Date: Wed, 22 Jul 2026 19:48:45 +0530 Subject: [PATCH] Fix Dependabot vulnerability in fast-uri Update the fast-uri override from 3.1.2 to 3.1.4 so schema-utils and ajv-formats resolve to the patched transitive version. Addresses CVE-2026-13676 and CVE-2026-16221. Copilot-Session: 5e47cdbe-a2c0-41ea-853b-4597aa29125c --- package-lock.json | 48 ++++++++++++++++------------------------------- package.json | 2 +- 2 files changed, 17 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7a073c2..64157188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4036,22 +4036,6 @@ "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/ajv-formats/node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://ms-feed-25.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha1-ivPU/J0+cbEVcswmc7UUp9GoyOw=", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fastify" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/fastify" - } - ], - "license": "BSD-3-Clause" - }, "node_modules/ajv-formats/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", @@ -7151,6 +7135,22 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, + "node_modules/fast-uri": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz", + "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, "node_modules/fastest-levenshtein": { "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", @@ -15782,22 +15782,6 @@ "ajv": "^8.8.2" } }, - "node_modules/schema-utils/node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://ms-feed-25.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha1-ivPU/J0+cbEVcswmc7UUp9GoyOw=", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fastify" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/fastify" - } - ], - "license": "BSD-3-Clause" - }, "node_modules/schema-utils/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", diff --git a/package.json b/package.json index 0766f27f..0a07c275 100644 --- a/package.json +++ b/package.json @@ -1874,7 +1874,7 @@ }, "axios": "1.18.0", "basic-ftp": "5.3.1", - "fast-uri": "3.1.2", + "fast-uri": "3.1.4", "ip-address": "10.1.1", "tmp": "0.2.7", "form-data": "^4.0.6",