From 04fce173b7177f3fa03ee0e53c1f57b5417b8642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 09:59:52 +0200 Subject: [PATCH] chore(deps): bump uuid from 8.3.2 to 9.0.0 (#888) Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index db2f634a..61e2a574 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "quick-score": "^0.2.0", "typeface-roboto": "^1.1.13", "typeface-roboto-mono": "^1.1.13", - "uuid": "^8.3.2", + "uuid": "^9.0.0", "vue": "~2.7.14", "vue-apexcharts": "^1.6.2", "vue-i18n": "^8", @@ -7267,9 +7267,9 @@ "dev": true }, "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.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", "bin": { "uuid": "dist/bin/uuid" } diff --git a/package.json b/package.json index 6cdcd3c2..e956129d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "quick-score": "^0.2.0", "typeface-roboto": "^1.1.13", "typeface-roboto-mono": "^1.1.13", - "uuid": "^8.3.2", + "uuid": "^9.0.0", "vue": "~2.7.14", "vue-apexcharts": "^1.6.2", "vue-i18n": "^8",