From c744308e7676a3f483bb13ce862f080df69dc8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:27:11 +0000 Subject: [PATCH] Bump extwee from 2.2.3 to 2.2.4 Bumps [extwee](https://github.com/videlais/extwee) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/videlais/extwee/releases) - [Commits](https://github.com/videlais/extwee/compare/v2.2.3...v2.2.4) --- updated-dependencies: - dependency-name: extwee dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++------------ package.json | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e65221a..6e48869b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint": "^9.9.1", "eslint-plugin-jest": "^28.8.2", "eslint-plugin-jsdoc": "^50.2.2", - "extwee": "^2.2.3", + "extwee": "^2.2.4", "globals": "^15.9.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -4209,19 +4209,18 @@ } }, "node_modules/extwee": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/extwee/-/extwee-2.2.3.tgz", - "integrity": "sha512-3knf1U6cWDn5jk4tCy2F5vZZZ9CFZX8p9ILeDs8Hc4q1pdpFawgRlKe3sw7o28xAU1ALFexCqbU1yUr4AommVQ==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/extwee/-/extwee-2.2.4.tgz", + "integrity": "sha512-V4pTpgd+i4WcqbweZNZ71an7igxMPYW2LORxI1IfPS9bedAnokH0QWN3PnPVmEtlKX+SHkx4qUc0EtKfty1nnQ==", "dev": true, - "license": "MIT", "dependencies": { - "commander": "^12.0.0", + "commander": "^12.1.0", "graphemer": "^1.4.0", "html-entities": "^2.5.2", "node-html-parser": "^6.1.13", "pickleparser": "^0.2.1", - "semver": "^7.6.0", - "uuid": "^9.0.1" + "semver": "^7.6.2", + "uuid": "^10.0.0" }, "bin": { "extwee": "src/extwee.js" @@ -9631,15 +9630,14 @@ "dev": true }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } diff --git a/package.json b/package.json index 2276cfc5..e96cb8de 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint": "^9.9.1", "eslint-plugin-jest": "^28.8.2", "eslint-plugin-jsdoc": "^50.2.2", - "extwee": "^2.2.3", + "extwee": "^2.2.4", "globals": "^15.9.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",