diff --git a/package-lock.json b/package-lock.json index fe030e26..23ef6057 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "slate-history": "^0.110.3", "slate-hyperscript": "^0.100.0", "slate-react": "^0.112.1", - "uuid": "^11.0.3" + "uuid": "^11.1.0" }, "devDependencies": { "@slate-yjs/core": "^1.0.2", @@ -10104,13 +10104,14 @@ } }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/esm/bin/uuid" } diff --git a/package.json b/package.json index 4cbb3b25..dce8b5a0 100644 --- a/package.json +++ b/package.json @@ -89,6 +89,6 @@ "slate-history": "^0.110.3", "slate-hyperscript": "^0.100.0", "slate-react": "^0.112.1", - "uuid": "^11.0.3" + "uuid": "^11.1.0" } }