diff --git a/package-lock.json b/package-lock.json index c3a8b125f..efe289450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maproulette3", - "version": "3.17.19", + "version": "3.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maproulette3", - "version": "3.17.19", + "version": "3.18.1", "dependencies": { "@apollo/client": "^3.5.4", "@dnd-kit/core": "^6.3.1", @@ -93,7 +93,7 @@ "stale-lru-cache": "^5.1.1", "styled-components": "^5.1.0", "timezones.json": "^1.5.2", - "uuid": "^8.1.0", + "uuid": "^14.0.0", "uuid-time": "^1.0.0", "vkbeautify": "^0.99.3", "xmltojson": "^1.3.5" @@ -15366,12 +15366,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/uuid-time": { diff --git a/package.json b/package.json index fb2a7e3e5..fe2887844 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "stale-lru-cache": "^5.1.1", "styled-components": "^5.1.0", "timezones.json": "^1.5.2", - "uuid": "^8.1.0", + "uuid": "^14.0.0", "uuid-time": "^1.0.0", "vkbeautify": "^0.99.3", "xmltojson": "^1.3.5"