diff --git a/package-lock.json b/package-lock.json index f8c9d94..f005194 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.8.0", "@actions/github": "^5.0.1", "shellac": "^0.7.0", - "undici": "^5.1.1" + "undici": "^5.8.0" }, "devDependencies": { "esbuild": "^0.14.38", @@ -619,9 +619,9 @@ } }, "node_modules/undici": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.1.1.tgz", - "integrity": "sha512-CmK9JzLSMGx+2msOao8LhkKn3J7eKo2M50v0KZQ2XbiHcGqLS1HiIj01ceIm3jbUYlspw/FTSb6nMdSNyvVyaQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.0.tgz", + "integrity": "sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q==", "engines": { "node": ">=12.18" } @@ -1015,9 +1015,9 @@ "dev": true }, "undici": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.1.1.tgz", - "integrity": "sha512-CmK9JzLSMGx+2msOao8LhkKn3J7eKo2M50v0KZQ2XbiHcGqLS1HiIj01ceIm3jbUYlspw/FTSb6nMdSNyvVyaQ==" + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.0.tgz", + "integrity": "sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q==" }, "universal-user-agent": { "version": "6.0.0", diff --git a/package.json b/package.json index 0eac7b6..6a242d9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@actions/core": "^1.8.0", "@actions/github": "^5.0.1", "shellac": "^0.7.0", - "undici": "^5.1.1" + "undici": "^5.8.0" }, "devDependencies": { "esbuild": "^0.14.38",