From 16a225a3a80dc7a9facd38fb2f16b1a8584dfe66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:41:37 +0000 Subject: [PATCH] chore(deps): bump fast-uri in /test-projects/expo-purchasely-test Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.2 to 4.1.1. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.2...v4.1.1) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- test-projects/expo-purchasely-test/package-lock.json | 12 ++++++------ test-projects/expo-purchasely-test/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test-projects/expo-purchasely-test/package-lock.json b/test-projects/expo-purchasely-test/package-lock.json index 8eb297a2..e5c8c9f7 100644 --- a/test-projects/expo-purchasely-test/package-lock.json +++ b/test-projects/expo-purchasely-test/package-lock.json @@ -3061,7 +3061,7 @@ "version": "19.1.17", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.17.tgz", "integrity": "sha512-Qec1E3mhALmaspIrhWt9jkQMNdw6bReVu64mjvhbhq2NFPftLPVr+l1SZgmw/66WwBNpDh7ao5AT6gF5v41PFA==", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "csstype": "^3.0.2" @@ -3871,7 +3871,7 @@ "version": "3.2.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", - "dev": true, + "devOptional": true, "license": "MIT" }, "node_modules/debug": { @@ -4668,9 +4668,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.1.tgz", + "integrity": "sha512-YPOs1zD5TG2+EZt+r88LwF6mclA7TPkpwMP7ZN3TO2HiHS8TXvq7QA/17iJsV9dubcLo/f8eEYqMBruyQV21hQ==", "funding": [ { "type": "github", @@ -7809,7 +7809,7 @@ "version": "5.9.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", - "dev": true, + "devOptional": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/test-projects/expo-purchasely-test/package.json b/test-projects/expo-purchasely-test/package.json index 4d7b59cd..5e87905b 100644 --- a/test-projects/expo-purchasely-test/package.json +++ b/test-projects/expo-purchasely-test/package.json @@ -27,7 +27,7 @@ "@isaacs/brace-expansion": ">=5.0.1", "@xmldom/xmldom": ">=0.9.10", "brace-expansion": "~1.1.13", - "fast-uri": ">=3.1.2", + "fast-uri": ">=4.1.1", "fast-xml-parser": ">=5.7.0", "flatted": ">=3.3.4", "minimatch": ">=3.1.3",