diff --git a/package-lock.json b/package-lock.json index f1df3dd..3df23af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,8 @@ "@semantic-release/changelog": "^6.0.2", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@semantic-release/github": "^8.0.7" + "@semantic-release/github": "^8.0.7", + "http-cache-semantics": "^4.1.1" } }, "node_modules/@babel/code-frame": { @@ -1480,6 +1481,11 @@ "node": ">=10" } }, + "node_modules/http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" + }, "node_modules/http-proxy-agent": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", @@ -3164,7 +3170,7 @@ } }, "node_modules/npm/node_modules/http-cache-semantics": { - "version": "4.1.1", + "version": "4.1.0", "inBundle": true, "license": "BSD-2-Clause", "peer": true @@ -3576,7 +3582,7 @@ "dependencies": { "agentkeepalive": "^4.2.1", "cacache": "^16.1.0", - "http-cache-semantics": "^4.1.1", + "http-cache-semantics": "^4.1.0", "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", "is-lambda": "^1.0.1", @@ -7042,6 +7048,11 @@ "lru-cache": "^6.0.0" } }, + "http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" + }, "http-proxy-agent": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", @@ -8220,7 +8231,7 @@ } }, "http-cache-semantics": { - "version": "4.1.1", + "version": "4.1.0", "bundled": true, "peer": true }, @@ -8516,7 +8527,7 @@ "requires": { "agentkeepalive": "^4.2.1", "cacache": "^16.1.0", - "http-cache-semantics": "^4.1.1", + "http-cache-semantics": "^4.1.0", "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", "is-lambda": "^1.0.1", diff --git a/package.json b/package.json index 5f365f2..5ec3935 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "@semantic-release/changelog": "^6.0.2", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@semantic-release/github": "^8.0.7" + "@semantic-release/github": "^8.0.7", + "http-cache-semantics": "^4.1.1" } }