diff --git a/package-lock.json b/package-lock.json index e5492ab7..672784b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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.2.1", "xml-js": "^1.6.11" }, "devDependencies": { @@ -9249,10 +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==", - "license": "MIT" + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.2.1.tgz", + "integrity": "sha512-JzyfEFtoTUqsKrSPsm4U75Z3a8wt1Gx3BHN+auORziFSkk7Nqa4eFKKsWiY12NMdaDiUUuvJF4Gf9F/AeWWHYQ==" }, "node_modules/universal-github-app-jwt": { "version": "2.2.0", diff --git a/package.json b/package.json index 0c8435eb..be699f73 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.2.1", "xml-js": "^1.6.11" }, "devDependencies": {