From 398def61728cb96bbacff6943cc4fa0c231089c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 12:07:39 +0000 Subject: [PATCH] Bump @vueuse/math from 9.13.0 to 10.2.0 Bumps [@vueuse/math](https://github.com/vueuse/vueuse/tree/HEAD/packages/math) from 9.13.0 to 10.2.0. - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v10.2.0/packages/math) --- updated-dependencies: - dependency-name: "@vueuse/math" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 43 ++++++++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f117196..1a19ee69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@vueuse/components": "^9.13.0", "@vueuse/core": "^9.13.0", "@vueuse/integrations": "^10.2.0", - "@vueuse/math": "^9.13.0", + "@vueuse/math": "^10.2.0", "@vueuse/shared": "^9.13.0", "bcrypt": "^5.1.0", "chess.js": "^0.13.4", @@ -3232,12 +3232,23 @@ } }, "node_modules/@vueuse/math": { - "version": "9.13.0", - "resolved": "https://registry.npmjs.org/@vueuse/math/-/math-9.13.0.tgz", - "integrity": "sha512-FE2n8J1AfBb4dNvNyE6wS+l87XDcC/y3/037AmrwonsGD5QwJJl6rGr57idszs3PXTuEYcEkDysHLxstSxbQEg==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/math/-/math-10.2.0.tgz", + "integrity": "sha512-1aQZQAYBp96VLNviQkswLWlZGrnu26hHIkE8uF1RcvtAbLK9TbgCBtlXgo1hk3HyBxlPkLuNqI8Opaa/jJMcTA==", "dependencies": { - "@vueuse/shared": "9.13.0", - "vue-demi": "*" + "@vueuse/shared": "10.2.0", + "vue-demi": ">=0.14.5" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/math/node_modules/@vueuse/shared": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.2.0.tgz", + "integrity": "sha512-dIeA8+g9Av3H5iF4NXR/sft4V6vys76CpZ6hxwj8eMXybXk2WRl3scSsOVi+kQ9SX38COR7AH7WwY83UcuxbSg==", + "dependencies": { + "vue-demi": ">=0.14.5" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -10625,12 +10636,22 @@ } }, "@vueuse/math": { - "version": "9.13.0", - "resolved": "https://registry.npmjs.org/@vueuse/math/-/math-9.13.0.tgz", - "integrity": "sha512-FE2n8J1AfBb4dNvNyE6wS+l87XDcC/y3/037AmrwonsGD5QwJJl6rGr57idszs3PXTuEYcEkDysHLxstSxbQEg==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/math/-/math-10.2.0.tgz", + "integrity": "sha512-1aQZQAYBp96VLNviQkswLWlZGrnu26hHIkE8uF1RcvtAbLK9TbgCBtlXgo1hk3HyBxlPkLuNqI8Opaa/jJMcTA==", "requires": { - "@vueuse/shared": "9.13.0", - "vue-demi": "*" + "@vueuse/shared": "10.2.0", + "vue-demi": ">=0.14.5" + }, + "dependencies": { + "@vueuse/shared": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.2.0.tgz", + "integrity": "sha512-dIeA8+g9Av3H5iF4NXR/sft4V6vys76CpZ6hxwj8eMXybXk2WRl3scSsOVi+kQ9SX38COR7AH7WwY83UcuxbSg==", + "requires": { + "vue-demi": ">=0.14.5" + } + } } }, "@vueuse/metadata": { diff --git a/package.json b/package.json index 1dd91157..422420cc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@vueuse/components": "^9.13.0", "@vueuse/core": "^9.13.0", "@vueuse/integrations": "^10.2.0", - "@vueuse/math": "^9.13.0", + "@vueuse/math": "^10.2.0", "@vueuse/shared": "^9.13.0", "bcrypt": "^5.1.0", "chess.js": "^0.13.4",