diff --git a/package-lock.json b/package-lock.json index 05c08804c..e2bfae3a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-intersection-observer": "^9.13.0", "react-visibility-sensor": "^5.1.1", "tailwindcss": "^4.3.2", - "uuid": "^14.0.0" + "uuid": "^14.0.1" }, "devDependencies": { "@automattic/babel-plugin-replace-textdomain": "^1.1.6", @@ -38546,9 +38546,9 @@ } }, "node_modules/uuid": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", - "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", + "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 10954f4ec..af95f6193 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "react-intersection-observer": "^9.13.0", "react-visibility-sensor": "^5.1.1", "tailwindcss": "^4.3.2", - "uuid": "^14.0.0" + "uuid": "^14.0.1" }, "devDependencies": { "@automattic/babel-plugin-replace-textdomain": "^1.1.6",