diff --git a/test-projects/expo-purchasely-test/package-lock.json b/test-projects/expo-purchasely-test/package-lock.json index dbe6a19c..da340fd2 100644 --- a/test-projects/expo-purchasely-test/package-lock.json +++ b/test-projects/expo-purchasely-test/package-lock.json @@ -4668,9 +4668,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.1.tgz", - "integrity": "sha512-YPOs1zD5TG2+EZt+r88LwF6mclA7TPkpwMP7ZN3TO2HiHS8TXvq7QA/17iJsV9dubcLo/f8eEYqMBruyQV21hQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.2.tgz", + "integrity": "sha512-TyGmBcbDTZXcb2cj5MV89DrF42DKvb3y5DDUNh95iO+IMeAzMkVSxK1PZRrRIpc9yg8U2GhGdbofNa0LS/a4Bw==", "funding": [ { "type": "github", diff --git a/test-projects/expo-purchasely-test/package.json b/test-projects/expo-purchasely-test/package.json index 5e87905b..ea246b9a 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": ">=4.1.1", + "fast-uri": ">=4.1.2", "fast-xml-parser": ">=5.7.0", "flatted": ">=3.3.4", "minimatch": ">=3.1.3",