From 028752d12e1849689b5951088a9f12633cdcae34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:24:10 +0000 Subject: [PATCH] Build(deps): Bump undici-types from 7.1.0 to 7.3.0 Bumps [undici-types](https://github.com/nodejs/undici) from 7.1.0 to 7.3.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.1.0...v7.3.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..b47073d3 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.3.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.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.3.0.tgz", + "integrity": "sha512-z2pHpkN2BEJl3QlQo0GtfGCyuhuBbWX60vzGwyn7ex/seM2UkvyGEfEV0Qb9pXc5StNfcJpsstgaf2YTEJa63Q==", "license": "MIT" }, "node_modules/universal-github-app-jwt": { diff --git a/package.json b/package.json index 8682c3c9..2fdfe08a 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.3.0", "xml-js": "^1.6.11" }, "devDependencies": {