From f45136b9fd9d19a02bfb1ddea6bf572fcbf7c4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:16:17 +0000 Subject: [PATCH] Build(deps): Bump undici-types from 7.1.0 to 7.4.0 Bumps [undici-types](https://github.com/nodejs/undici) from 7.1.0 to 7.4.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.1.0...v7.4.0) --- updated-dependencies: - dependency-name: undici-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5492ab7..6a663990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-components-code-quality", - "version": "0.0.1", + "version": "1.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-components-code-quality", - "version": "0.0.1", + "version": "1.3.4", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", @@ -16,7 +16,7 @@ "minimist": "^1.2.8", "octokit": "^4.0.2", "parse-lcov": "^1.0.4", - "undici-types": "^7.1.0", + "undici-types": "^7.4.0", "xml-js": "^1.6.11" }, "devDependencies": { @@ -9249,9 +9249,9 @@ } }, "node_modules/undici-types": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.1.0.tgz", - "integrity": "sha512-IdycojzhJm9g7sblozLpNkyPG2dJ7bsrpfc4hq2QKrnwbDK+ebiGL3UFSwq6B3IzB3R0m3u1b4in3hrZtMnm8g==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.4.0.tgz", + "integrity": "sha512-4tv8DA1nBRW5kF2KBJZzEBjd66kDf3jArNVPoktdlv9Xsgw7EcIMu1bVbAXbX5IWuuZZ3YW3jIM2x85SPgMP6w==", "license": "MIT" }, "node_modules/universal-github-app-jwt": { diff --git a/package.json b/package.json index 8682c3c9..434e20fa 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "minimist": "^1.2.8", "octokit": "^4.0.2", "parse-lcov": "^1.0.4", - "undici-types": "^7.1.0", + "undici-types": "^7.4.0", "xml-js": "^1.6.11" }, "devDependencies": {