diff --git a/package-lock.json b/package-lock.json index 37dee1d8..ba6e0696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint": "^9.20.1", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-jsdoc": "^50.6.3", - "extwee": "^2.2.4", + "extwee": "^2.2.5", "globals": "^15.15.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -4380,24 +4380,34 @@ } }, "node_modules/extwee": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/extwee/-/extwee-2.2.4.tgz", - "integrity": "sha512-V4pTpgd+i4WcqbweZNZ71an7igxMPYW2LORxI1IfPS9bedAnokH0QWN3PnPVmEtlKX+SHkx4qUc0EtKfty1nnQ==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/extwee/-/extwee-2.2.5.tgz", + "integrity": "sha512-fTCuNw7GAt4IhMfml/oqsNWd8kLfzPSpOgP/w6Ld1ySOnQdA5vbpKMBPueysgH5RJspuYXNAUPvezBzKJU5zfA==", "dev": true, "license": "MIT", "dependencies": { - "commander": "^12.1.0", + "commander": "^13.1.0", "graphemer": "^1.4.0", "html-entities": "^2.5.2", - "node-html-parser": "^6.1.13", + "node-html-parser": "^7.0.1", "pickleparser": "^0.2.1", - "semver": "^7.6.2", - "uuid": "^10.0.0" + "semver": "^7.7.1", + "uuid": "^11.0.5" }, "bin": { "extwee": "src/extwee.js" } }, + "node_modules/extwee/node_modules/commander": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", + "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -7266,9 +7276,9 @@ } }, "node_modules/node-html-parser": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.13.tgz", - "integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-7.0.1.tgz", + "integrity": "sha512-KGtmPY2kS0thCWGK0VuPyOS+pBKhhe8gXztzA2ilAOhbUbxa9homF1bOyKvhGzMLXUoRds9IOmr/v5lr/lqNmA==", "dev": true, "license": "MIT", "dependencies": { @@ -9937,9 +9947,9 @@ "dev": true }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -9947,7 +9957,7 @@ ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index 7f43d0d3..537db14c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint": "^9.20.1", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-jsdoc": "^50.6.3", - "extwee": "^2.2.4", + "extwee": "^2.2.5", "globals": "^15.15.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",