diff --git a/package-lock.json b/package-lock.json index c690698f57..20a6c109a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "vue": "^3.4.5", "vue-echarts": "^7.0.3", "vue-router": "^4.2.5", - "vue-shepherd": "^3.0.0", + "vue-shepherd": "^6.0.0", "vue3-google-login": "^2.0.33", "yaml": "^2.3.1", "zod": "^4.4.3", @@ -3899,26 +3899,26 @@ "license": "MIT" }, "node_modules/@floating-ui/core": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.7.tgz", - "integrity": "sha512-yDzVT/Lm101nQ5TCVeK65LtdN7Tj4Qpr9RTXJ2vPFLqtLxwOrpoxAHAJI8J3yYWUc40J0BDBheaitK5SJmno2g==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz", + "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==", "dependencies": { - "@floating-ui/utils": "^0.2.7" + "@floating-ui/utils": "^0.2.11" } }, "node_modules/@floating-ui/dom": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.10.tgz", - "integrity": "sha512-fskgCFv8J8OamCmyun8MfjB1Olfn+uZKjOKZ0vhYF3gRmEUXcGOjxWL8bBr7i4kIuPZ2KD2S3EUIOxnjC8kl2A==", + "version": "1.7.6", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz", + "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==", "dependencies": { - "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.7" + "@floating-ui/core": "^1.7.5", + "@floating-ui/utils": "^0.2.11" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.7.tgz", - "integrity": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==" + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz", + "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==" }, "node_modules/@flowfuse/driver-localfs": { "version": "2.31.3", @@ -11355,12 +11355,12 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, - "node_modules/deepmerge": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "node_modules/deepmerge-ts": { + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-7.1.5.tgz", + "integrity": "sha512-HOJkrhaYsweh+W+e74Yn7YStZOilkoPb6fycpwNLKzSPtruFs48nYis0zy5yJz1+ktUhHxoRDJ27RQAWLIJVJw==", "engines": { - "node": ">=0.10.0" + "node": ">=16.0.0" } }, "node_modules/default-browser": { @@ -21678,19 +21678,15 @@ } }, "node_modules/shepherd.js": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/shepherd.js/-/shepherd.js-11.2.0.tgz", - "integrity": "sha512-2hbz3N7GuuTjI7y3sfnoqKnH0cNhExx67IJtCTGQI2KhBEyvegsDYW5qjj5BlvvVtQjmL/O/J1GQEciwfoZWpw==", + "version": "15.2.2", + "resolved": "https://registry.npmjs.org/shepherd.js/-/shepherd.js-15.2.2.tgz", + "integrity": "sha512-WDJDjZ8tUG2HF93C9mJCXsdGJ01bpZKjonyMABMkU6I4KjSD9pZ0zFKaeSducdFIx9inKHbDmcFE82uJ65HmgA==", "dependencies": { - "@floating-ui/dom": "^1.5.1", - "deepmerge": "^4.3.1" + "@floating-ui/dom": "^1.7.5", + "deepmerge-ts": "^7.1.5" }, "engines": { - "node": "16.* || >= 18" - }, - "funding": { - "type": "individual", - "url": "https://github.com/sponsors/RobbieTheWagner" + "node": ">= 20" } }, "node_modules/should": { @@ -24492,11 +24488,14 @@ } }, "node_modules/vue-shepherd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/vue-shepherd/-/vue-shepherd-3.0.0.tgz", - "integrity": "sha512-e5Obzcy0pWUWl1RJjWclrfTvRALqlB5PFqKjoyVNqql8iyQJ+tK9CXN33EnJdxCeOG694Jwr/XlRdBm5O76eLw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/vue-shepherd/-/vue-shepherd-6.0.0.tgz", + "integrity": "sha512-vQPr8fp7SgGUu3bfJSD1nm8EQfjnnj92iaMf529HQSQHEPDfdPbeYf8MIa8vEjqsxJvu7NPC0913+HOyxarxbg==", "dependencies": { - "shepherd.js": "^11.1.0" + "shepherd.js": "^15.0.0" + }, + "engines": { + "node": ">= 20" }, "peerDependencies": { "vue": ">=3.0.0" @@ -27810,26 +27809,26 @@ } }, "@floating-ui/core": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.7.tgz", - "integrity": "sha512-yDzVT/Lm101nQ5TCVeK65LtdN7Tj4Qpr9RTXJ2vPFLqtLxwOrpoxAHAJI8J3yYWUc40J0BDBheaitK5SJmno2g==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz", + "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==", "requires": { - "@floating-ui/utils": "^0.2.7" + "@floating-ui/utils": "^0.2.11" } }, "@floating-ui/dom": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.10.tgz", - "integrity": "sha512-fskgCFv8J8OamCmyun8MfjB1Olfn+uZKjOKZ0vhYF3gRmEUXcGOjxWL8bBr7i4kIuPZ2KD2S3EUIOxnjC8kl2A==", + "version": "1.7.6", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz", + "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==", "requires": { - "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.7" + "@floating-ui/core": "^1.7.5", + "@floating-ui/utils": "^0.2.11" } }, "@floating-ui/utils": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.7.tgz", - "integrity": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==" + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz", + "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==" }, "@flowfuse/driver-localfs": { "version": "2.31.3", @@ -32919,10 +32918,10 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, - "deepmerge": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" + "deepmerge-ts": { + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-7.1.5.tgz", + "integrity": "sha512-HOJkrhaYsweh+W+e74Yn7YStZOilkoPb6fycpwNLKzSPtruFs48nYis0zy5yJz1+ktUhHxoRDJ27RQAWLIJVJw==" }, "default-browser": { "version": "5.2.1", @@ -40066,12 +40065,12 @@ "dev": true }, "shepherd.js": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/shepherd.js/-/shepherd.js-11.2.0.tgz", - "integrity": "sha512-2hbz3N7GuuTjI7y3sfnoqKnH0cNhExx67IJtCTGQI2KhBEyvegsDYW5qjj5BlvvVtQjmL/O/J1GQEciwfoZWpw==", + "version": "15.2.2", + "resolved": "https://registry.npmjs.org/shepherd.js/-/shepherd.js-15.2.2.tgz", + "integrity": "sha512-WDJDjZ8tUG2HF93C9mJCXsdGJ01bpZKjonyMABMkU6I4KjSD9pZ0zFKaeSducdFIx9inKHbDmcFE82uJ65HmgA==", "requires": { - "@floating-ui/dom": "^1.5.1", - "deepmerge": "^4.3.1" + "@floating-ui/dom": "^1.7.5", + "deepmerge-ts": "^7.1.5" } }, "should": { @@ -41955,11 +41954,11 @@ } }, "vue-shepherd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/vue-shepherd/-/vue-shepherd-3.0.0.tgz", - "integrity": "sha512-e5Obzcy0pWUWl1RJjWclrfTvRALqlB5PFqKjoyVNqql8iyQJ+tK9CXN33EnJdxCeOG694Jwr/XlRdBm5O76eLw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/vue-shepherd/-/vue-shepherd-6.0.0.tgz", + "integrity": "sha512-vQPr8fp7SgGUu3bfJSD1nm8EQfjnnj92iaMf529HQSQHEPDfdPbeYf8MIa8vEjqsxJvu7NPC0913+HOyxarxbg==", "requires": { - "shepherd.js": "^11.1.0" + "shepherd.js": "^15.0.0" } }, "vue-tsc": { diff --git a/package.json b/package.json index 7c00cdde9a..8c42f62efc 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "vue": "^3.4.5", "vue-echarts": "^7.0.3", "vue-router": "^4.2.5", - "vue-shepherd": "^3.0.0", + "vue-shepherd": "^6.0.0", "vue3-google-login": "^2.0.33", "yaml": "^2.3.1", "zod": "^4.4.3",