From e5c91a81e89d90f355fbdd7146e34c423108abd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 00:36:36 +0000 Subject: [PATCH] Bump fast-uri from 3.1.3 to 3.1.4 Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd68386..9c3a2cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "knowledgebuilder", - "version": "1.8.419", + "version": "1.8.423", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "knowledgebuilder", - "version": "1.8.419", + "version": "1.8.423", "license": "MIT", "dependencies": { "@angular/animations": "^21.2.17", @@ -7955,9 +7955,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.3", - "resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.3.tgz", - "integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==", + "version": "3.1.4", + "resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.4.tgz", + "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 6435f12..acdcd3f 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ }, "overrides": { "@babel/core": "^7.29.7", - "fast-uri": "^3.1.3", + "fast-uri": "^3.1.4", "flatted": "^3.4.2", "hono": "^4.12.28", "js-yaml": "^4.3.0",