From b6da995b7b50f67cfd99730fa8525df8e3a0edc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 04:11:05 +0000 Subject: [PATCH] build(deps): 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d96f055..5080a22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "form-data": "^4.0.0", "node-fetch": "^2.6.7", "url-join": "^4.0.1", - "uuid": "^8.3.2" + "uuid": "^9.0.1" }, "devDependencies": { "@kth/eslint-config-kth": "^3.0.10", @@ -9420,9 +9420,13 @@ } }, "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==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } diff --git a/package.json b/package.json index 781ebe1..c90c11e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "form-data": "^4.0.0", "node-fetch": "^2.6.7", "url-join": "^4.0.1", - "uuid": "^8.3.2" + "uuid": "^9.0.1" }, "devDependencies": { "@kth/eslint-config-kth": "^3.0.10",