diff --git a/package-lock.json b/package-lock.json index cde84c5c..e70d1461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@angular/platform-browser-dynamic": "^21.0.0", "core-js": "^3.39.0", "rxjs": "^7.8.1", - "shepherd.js": "^14.5.1", + "shepherd.js": "^15.0.0", "tslib": "^2.8.0", "zone.js": "~0.16.0" }, @@ -3538,21 +3538,21 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz", - "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.4.tgz", + "integrity": "sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==", "license": "MIT", "dependencies": { "@floating-ui/utils": "^0.2.10" } }, "node_modules/@floating-ui/dom": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz", - "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.5.tgz", + "integrity": "sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==", "license": "MIT", "dependencies": { - "@floating-ui/core": "^1.7.3", + "@floating-ui/core": "^1.7.4", "@floating-ui/utils": "^0.2.10" } }, @@ -6701,13 +6701,6 @@ "fsevents": "~2.3.2" } }, - "node_modules/@scarf/scarf": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@scarf/scarf/-/scarf-1.4.0.tgz", - "integrity": "sha512-xxeapPiUXdZAE3che6f3xogoJPeZgig6omHEy1rIY5WVsB3H2BHNnZH+gHG6x91SCWyQCzWGsuL2Hh3ClO5/qQ==", - "hasInstallScript": true, - "license": "Apache-2.0" - }, "node_modules/@schematics/angular": { "version": "21.1.3", "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-21.1.3.tgz", @@ -17840,17 +17833,16 @@ } }, "node_modules/shepherd.js": { - "version": "14.5.1", - "resolved": "https://registry.npmjs.org/shepherd.js/-/shepherd.js-14.5.1.tgz", - "integrity": "sha512-VuvPvLG1QjNOLP7AIm2HGyfmxEIz8QdskvWOHwUcxLDibYWjLRBmCWd8LSL5FlwhBW7D/GU+3gNVC/ASxAWdxg==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/shepherd.js/-/shepherd.js-15.0.0.tgz", + "integrity": "sha512-iekM8hgheL5ojluJGewnLFtdL2WgAfkTQUPi6Z5X1R7bhc6riMdK2R5LVc6tZjBDyh/GNeDEehrCzE10+N6Wcw==", "license": "AGPL-3.0", "dependencies": { - "@floating-ui/dom": "^1.7.0", - "@scarf/scarf": "^1.4.0", - "deepmerge-ts": "^7.1.1" + "@floating-ui/dom": "^1.7.5", + "deepmerge-ts": "^7.1.5" }, "engines": { - "node": "18.* || >= 20" + "node": ">= 20" } }, "node_modules/side-channel": { @@ -20541,7 +20533,7 @@ "version": "21.0.5", "license": "AGPL-3.0", "dependencies": { - "shepherd.js": "^14.4.0" + "shepherd.js": "^15.0.0" }, "peerDependencies": { "@angular/common": "^21.0.0", diff --git a/package.json b/package.json index c54898bf..085a6671 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@angular/platform-browser-dynamic": "^21.0.0", "core-js": "^3.39.0", "rxjs": "^7.8.1", - "shepherd.js": "^14.5.1", + "shepherd.js": "^15.0.0", "tslib": "^2.8.0", "zone.js": "~0.16.0" }, diff --git a/projects/shepherd/package.json b/projects/shepherd/package.json index 8d21fc82..069cf6d6 100644 --- a/projects/shepherd/package.json +++ b/projects/shepherd/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/RobbieTheWagner" }, "dependencies": { - "shepherd.js": "^14.4.0" + "shepherd.js": "^15.0.0" }, "peerDependencies": { "@angular/common": "^21.0.0",