diff --git a/package-lock.json b/package-lock.json index a721087..f21ead5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-router-dom": "^6.22.1", "react-tinder-card": "^1.6.4", "use-image": "^1.1.1", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "wikibase-sdk": "^9.2.4", "zustand": "^4.5.1" }, @@ -40,7 +40,7 @@ "@types/file-saver": "^2.0.7", "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "@vite-pwa/assets-generator": "^0.2.4", @@ -3682,6 +3682,18 @@ "@types/geojson": "^7946.0.8" } }, + "node_modules/@samvera/clover-iiif/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@stitches/react": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/@stitches/react/-/react-1.2.8.tgz", @@ -4067,9 +4079,9 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", - "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", "dev": true }, "node_modules/@types/webgl-ext": { @@ -9964,9 +9976,9 @@ "dev": true }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 8f0dd35..b943044 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-router-dom": "^6.22.1", "react-tinder-card": "^1.6.4", "use-image": "^1.1.1", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "wikibase-sdk": "^9.2.4", "zustand": "^4.5.1" }, @@ -45,7 +45,7 @@ "@types/file-saver": "^2.0.7", "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "@vite-pwa/assets-generator": "^0.2.4",