diff --git a/package-lock.json b/package-lock.json index 7afb110701..da9cac3b87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-ext-run", - "version": "0.1.0", + "version": "0.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "web-ext-run", - "version": "0.1.0", + "version": "0.2.4", "license": "MPL-2.0", "dependencies": { "@babel/runtime": "7.28.2", @@ -25,7 +25,7 @@ "source-map-support": "0.5.21", "strip-bom": "5.0.0", "strip-json-comments": "5.0.2", - "tmp": "0.2.5", + "tmp": "^0.2.6", "update-notifier": "7.3.1", "watchpack": "2.4.4", "zip-dir": "2.0.0" @@ -64,7 +64,7 @@ }, "engines": { "node": ">=18.0.0", - "npm": ">=8.0.0" + "npm": ">=8.3.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -9325,9 +9325,9 @@ "license": "MIT" }, "node_modules/tmp": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", - "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz", + "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==", "license": "MIT", "engines": { "node": ">=14.14" @@ -9689,11 +9689,16 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/watchpack": { @@ -14539,7 +14544,7 @@ "istanbul-lib-coverage": "^3.2.0", "p-map": "^3.0.0", "rimraf": "^3.0.0", - "uuid": "^8.3.2" + "uuid": "^11.1.1" } }, "istanbul-lib-report": { @@ -15183,7 +15188,7 @@ "is-wsl": "^2.2.0", "semver": "^7.3.5", "shellwords": "^0.1.1", - "uuid": "^8.3.2", + "uuid": "^11.1.1", "which": "^2.0.2" }, "dependencies": { @@ -16693,9 +16698,9 @@ "dev": true }, "tmp": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", - "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==" + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz", + "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==" }, "to-regex-range": { "version": "5.0.1", @@ -16936,9 +16941,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==" }, "watchpack": { "version": "2.4.4", diff --git a/package.json b/package.json index be7e9ff001..fc4decc0fe 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ], "engines": { "node": ">=18.0.0", - "npm": ">=8.0.0" + "npm": ">=8.3.0" }, "engine-strict": true, "scripts": { @@ -66,11 +66,14 @@ "source-map-support": "0.5.21", "strip-bom": "5.0.0", "strip-json-comments": "5.0.2", - "tmp": "0.2.5", + "tmp": "^0.2.6", "update-notifier": "7.3.1", "watchpack": "2.4.4", "zip-dir": "2.0.0" }, + "overrides": { + "uuid": "^11.1.1" + }, "devDependencies": { "@babel/cli": "7.28.0", "@babel/core": "7.28.0",