diff --git a/package-lock.json b/package-lock.json index e3b659993..c4bd680ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "remark-rehype": "^11", "slugify": "^1", "unified": "^11", - "uuid": "13", + "uuid": "14", "yup": "^1" }, "devDependencies": { @@ -15858,7 +15858,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, @@ -18460,9 +18459,9 @@ } }, "node_modules/uuid": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.2.tgz", - "integrity": "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 9c9fb349f..02077d359 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "remark-rehype": "^11", "slugify": "^1", "unified": "^11", - "uuid": "13", + "uuid": "14", "yup": "^1" }, "devDependencies": {