diff --git a/package-lock.json b/package-lock.json index 46b24a455..9302804f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@fontsource-variable/inter": "5.2.8", "@giphy/js-fetch-api": "5.8.0", "@giphy/js-types": "5.1.0", - "@giphy/js-util": "5.2.0", + "@giphy/js-util": "2.0.0", "@giphy/react-components": "10.1.2", "@sapphi-red/web-noise-suppressor": "0.3.5", "@tanstack/react-query": "5.100.13", @@ -2485,15 +2485,21 @@ "license": "MIT" }, "node_modules/@giphy/js-util": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@giphy/js-util/-/js-util-5.2.0.tgz", - "integrity": "sha512-Qt7pGh2cqiNmXLeWAgb459wK8+BuMLtIxTfg4ZksnPHPsLthiHT9hhzs2QhqUh7Pp/HOq+Cbv2etGDfnq+xiKA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@giphy/js-util/-/js-util-2.0.0.tgz", + "integrity": "sha512-XtUA5XoIZva8fmjk8smgGOA1gj3mtw0AD/NEHg9VmWILrMl7xaUCdTUsUUiUpsYL4rxkf38NECv45q4vrEzwng==", "license": "MIT", "dependencies": { - "@giphy/js-types": "*", - "uuid": "^9.0.0" + "@giphy/js-types": "^3.0.0", + "dompurify": "^2.2.2" } }, + "node_modules/@giphy/js-util/node_modules/@giphy/js-types": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@giphy/js-types/-/js-types-3.1.0.tgz", + "integrity": "sha512-/gzA5Ny6tYVSXHndBzoIPx2t0Lu0UkbvCxb4g+KWEwQslWmak/2vZcO2X6jdIObHkN/8ejFIXr5Od40Namhtvw==", + "license": "MIT" + }, "node_modules/@giphy/react-components": { "version": "10.1.2", "resolved": "https://registry.npmjs.org/@giphy/react-components/-/react-components-10.1.2.tgz", @@ -4063,7 +4069,7 @@ "version": "2.0.7", "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", - "dev": true + "devOptional": true }, "node_modules/@types/ua-parser-js": { "version": "0.7.39", @@ -6219,6 +6225,15 @@ "node": ">=20.19.0" } }, + "node_modules/dompurify": { + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", + "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", + "license": "(MPL-2.0 OR Apache-2.0)", + "optionalDependencies": { + "@types/trusted-types": "^2.0.7" + } + }, "node_modules/domutils": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", @@ -12914,20 +12929,6 @@ "dev": true, "license": "MIT" }, - "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/vite": { "version": "8.0.14", "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.14.tgz", diff --git a/package.json b/package.json index 4b9f699c3..8e7f3e1fa 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@fontsource-variable/inter": "5.2.8", "@giphy/js-fetch-api": "5.8.0", "@giphy/js-types": "5.1.0", - "@giphy/js-util": "5.2.0", + "@giphy/js-util": "2.0.0", "@giphy/react-components": "10.1.2", "@sapphi-red/web-noise-suppressor": "0.3.5", "@tanstack/react-query": "5.100.13",