From f4cfb0c14e2fa28e5026fb8aa734bd95bfbe9444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:58:50 +0000 Subject: [PATCH] Bump fast-uri from 2.2.0 to 2.3.0 Bumps [fast-uri](https://github.com/fastify/fast-uri) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: fast-uri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cdbbdab..2f550a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "fast-json-stringify": "^5.8.0", "fast-querystring": "^1.0.0", "fast-redact": "^3.3.0", - "fast-uri": "^2.1.0", + "fast-uri": "^2.3.0", "fastify": "^4.24.3", "fastify-cli": "^5.8.0", "fastq": "^1.13.0", @@ -1870,9 +1870,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fast-uri": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.2.0.tgz", - "integrity": "sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.3.0.tgz", + "integrity": "sha512-eel5UKGn369gGEWOqBShmFJWfq/xSJvsgDzgLYC845GneayWvXBf0lJCBn5qTABfewy1ZDPoaR5OZCP+kssfuw==" }, "node_modules/fastify": { "version": "4.24.3", diff --git a/package.json b/package.json index b21c8ce..ffacdc2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "fast-json-stringify": "^5.8.0", "fast-querystring": "^1.0.0", "fast-redact": "^3.3.0", - "fast-uri": "^2.1.0", + "fast-uri": "^2.3.0", "fastify": "^4.24.3", "fastify-cli": "^5.8.0", "fastq": "^1.13.0",