From ecbd510aae69e794524acfda7a38ae29594a3f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 22:43:36 +0000 Subject: [PATCH] Bump fast-uri from 3.1.5 to 3.1.6 in /report Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.5...v3.1.6) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- report/package-lock.json | 8 ++++---- report/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/report/package-lock.json b/report/package-lock.json index 9a3ce90..c62479d 100644 --- a/report/package-lock.json +++ b/report/package-lock.json @@ -29,7 +29,7 @@ "@lumino/widgets": "2.9.0", "@rollup/plugin-node-resolve": "16.0.3", "brace-expansion": "5.0.9", - "fast-uri": "3.1.5", + "fast-uri": "3.1.6", "npm-run-all": "4.1.5", "preact": "10.29.8", "rimraf": "6.1.3", @@ -1806,9 +1806,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", - "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.6.tgz", + "integrity": "sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q==", "funding": [ { "type": "github", diff --git a/report/package.json b/report/package.json index 82dd19d..0ecd96f 100644 --- a/report/package.json +++ b/report/package.json @@ -49,12 +49,12 @@ "tslib": "2.8.1", "typescript": "7.0.2", "brace-expansion": "5.0.9", - "fast-uri": "3.1.5", + "fast-uri": "3.1.6", "shell-quote": "1.10.0" }, "overrides": { "brace-expansion": "5.0.9", - "fast-uri": "3.1.5", + "fast-uri": "3.1.6", "shell-quote": "1.10.0" }, "repository": {