Skip to content

Commit f3fbbb5

Browse files
chore(deps-dev): Bump uuid and @types/uuid (#1784)
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together. Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v9.0.1...v10.0.0) Updates `@types/uuid` from 9.0.7 to 10.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eceee68 commit f3fbbb5

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/passport": "1.0.14",
4444
"@types/semver": "7.5.8",
4545
"@types/supertest": "2.0.15",
46-
"@types/uuid": "9.0.7",
46+
"@types/uuid": "10.0.0",
4747
"@typescript-eslint/eslint-plugin": "5.62.0",
4848
"@typescript-eslint/parser": "5.62.0",
4949
"dotenv": "16.3.1",
@@ -63,7 +63,7 @@
6363
"ts-jest": "29.1.1",
6464
"ts-loader": "9.4.4",
6565
"typescript": "5.6.2",
66-
"uuid": "9.0.1",
66+
"uuid": "10.0.0",
6767
"webpack": "5.95.0",
6868
"webpack-cli": "5.1.4",
6969
"webpack-node-externals": "3.0.0"

yarn.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,9 +1338,10 @@
13381338
dependencies:
13391339
"@types/superagent" "*"
13401340

1341-
1342-
version "9.0.7"
1343-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
1341+
1342+
version "10.0.0"
1343+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
1344+
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
13441345

13451346
"@types/validator@^13.11.8":
13461347
version "13.12.2"
@@ -5424,6 +5425,11 @@ [email protected], utils-merge@^1.0.1:
54245425
version "1.0.1"
54255426
resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz"
54265427

5428+
5429+
version "10.0.0"
5430+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
5431+
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
5432+
54275433
54285434
version "8.3.2"
54295435
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
@@ -5432,10 +5438,6 @@ [email protected]:
54325438
version "9.0.0"
54335439
resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz"
54345440

5435-
5436-
version "9.0.1"
5437-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
5438-
54395441
v8-to-istanbul@^9.0.1:
54405442
version "9.3.0"
54415443
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz#b9572abfa62bd556c16d75fdebc1a411d5ff3175"

0 commit comments

Comments
 (0)