diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e59736cb3..7c0567567 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -48,7 +48,7 @@ "eslint": "^9.9.1", "esmock": "^2.6.7", "husky": "^9.1.5", - "licensee": "^10.0.0", + "licensee": "^10.0.1", "nyc": "^17.0.0", "rimraf": "^6.0.1", "semver": "^7.6.3", @@ -6774,15 +6774,6 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true }, - "node_modules/has": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", - "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", - "dev": true, - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -7799,18 +7790,18 @@ } }, "node_modules/licensee": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/licensee/-/licensee-10.0.0.tgz", - "integrity": "sha512-gvn5JHCNuchGGjjIm6FsK4qSOTtHkbUfo8YKW61hhEIk3osEf3fKlCH9ma0j+HaVESrOt0YUOmsi/wusKSnneQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/licensee/-/licensee-10.0.1.tgz", + "integrity": "sha512-0Y4/H7I+sJWUOxtMcvZ+i+IYUUkGSCC5qtccqr++BUilFCT/oPC5N2ok7BfZHglvsEjsrY1yBsz1Zfmhs88ULA==", "dev": true, "dependencies": { "@blueoak/list": "^9.0.0", - "@npmcli/arborist": "^6.1.2", + "@npmcli/arborist": "^6.5.0", "correct-license-metadata": "^1.4.0", "docopt": "^0.6.2", - "has": "^1.0.3", + "hasown": "^2.0.0", "npm-license-corrections": "^1.6.2", - "semver": "^7.3.8", + "semver": "^7.6.0", "spdx-expression-parse": "^3.0.1", "spdx-expression-validate": "^2.0.0", "spdx-osi": "^3.0.0", diff --git a/package.json b/package.json index 03f787309..497b2bf6f 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "eslint": "^9.9.1", "esmock": "^2.6.7", "husky": "^9.1.5", - "licensee": "^10.0.0", + "licensee": "^10.0.1", "nyc": "^17.0.0", "rimraf": "^6.0.1", "semver": "^7.6.3",