From 9fab366e87f4fd13c68afcd4b3cb9a862b2001a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 00:20:27 +0000 Subject: [PATCH] fix(deps): bump uuid from 9.0.0 to 9.0.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 0405f6cb..a6df19bb 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "simple-xmlrpc": "^1.4.2", "siyuan": "^0.8.3", "siyuan-plugin-picgo": "^1.4.4", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "vue": "^3.3.4", "vue-i18n": "^9.3.0", "vue-router": "^4.2.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a02795fd..dd90a0be 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: '@element-plus/icons-vue': specifier: ^2.1.0 @@ -50,8 +54,8 @@ dependencies: specifier: ^1.4.4 version: 1.4.4(typescript@5.2.2) uuid: - specifier: ^9.0.0 - version: 9.0.0 + specifier: ^9.0.1 + version: 9.0.1 vue: specifier: ^3.3.4 version: 3.3.4 @@ -2482,7 +2486,7 @@ packages: p-timeout: 6.1.2 quick-lru: 6.1.2 read-pkg-up: 9.1.0 - uuid: 9.0.0 + uuid: 9.0.1 dev: false /check-error@1.0.2: @@ -6281,7 +6285,7 @@ packages: lodash-es: 4.17.21 pinia: 2.1.6(typescript@5.2.2)(vue@3.3.4) siyuan: 0.7.9 - uuid: 9.0.0 + uuid: 9.0.1 vue: 3.3.4 vue-i18n: 9.3.0(vue@3.3.4) vue-router: 4.2.4(vue@3.3.4) @@ -7001,8 +7005,8 @@ packages: which-typed-array: 1.1.11 dev: true - /uuid@9.0.0: - resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} + /uuid@9.0.1: + resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true dev: false @@ -7629,7 +7633,3 @@ packages: /zwitch@1.0.5: resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==} dev: false - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false