Update dependency uuid to v10

This commit is contained in:
renovate[bot]
2024-06-21 00:42:30 +00:00
committed by Thomas Ruoff
parent 9cefdbd468
commit 1d95079974
2 changed files with 26 additions and 11 deletions

33
package-lock.json generated
View File

@@ -28,11 +28,11 @@
"react": "18.3.1",
"react-calendar": "5.0.0",
"react-dom": "18.3.1",
"uuid": "9.0.1"
"uuid": "10.0.0"
},
"devDependencies": {
"@types/nodemailer": "^6.4.7",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.6",
"eslint-config-prettier": "9.1.0",
@@ -4528,10 +4528,11 @@
"integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
},
"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==",
"dev": true
"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,
"license": "MIT"
},
"node_modules/@types/webidl-conversions": {
"version": "7.0.0",
@@ -7702,6 +7703,19 @@
"node": ">=14.0.0"
}
},
"node_modules/googleapis-common/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"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/gopd": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
@@ -13772,13 +13786,14 @@
"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"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}

View File

@@ -31,11 +31,11 @@
"react": "18.3.1",
"react-calendar": "5.0.0",
"react-dom": "18.3.1",
"uuid": "9.0.1"
"uuid": "10.0.0"
},
"devDependencies": {
"@types/nodemailer": "^6.4.7",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.6",
"eslint-config-prettier": "9.1.0",