From 22d62f9ac594485650eb738270be95422b87e206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 08:38:50 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 9.0.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.1. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bd969a6..6562df70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "react-router-dom": "~5.3.0", "redux": "~4.1.0", "rimraf": "~3.0.0", - "uuid": "~8.3.0", + "uuid": "~9.0.1", "webpack": "~5.54.0", "webpack-cli": "~4.8.0", "webpack-dev-server": "~4.3.0", @@ -13608,10 +13608,14 @@ } }, "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": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } @@ -24695,9 +24699,9 @@ "dev": true }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", "dev": true }, "v8-compile-cache": { diff --git a/package.json b/package.json index b8bc7e0c..15c2400e 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "react-router-dom": "~5.3.0", "redux": "~4.1.0", "rimraf": "~3.0.0", - "uuid": "~8.3.0", + "uuid": "~9.0.1", "webpack": "~5.54.0", "webpack-cli": "~4.8.0", "webpack-dev-server": "~4.3.0",