diff --git a/package-lock.json b/package-lock.json index 8987a2f1..98f19805 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MPL-2.0", "dependencies": { "asn1.js": "^5.3.0", - "http_ece": "1.1.0", + "http_ece": "^1.2.0", "https-proxy-agent": "^5.0.0", "jws": "^4.0.0", "minimist": "^1.2.5", @@ -2934,14 +2934,11 @@ "dev": true }, "node_modules/http_ece": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/http_ece/-/http_ece-1.1.0.tgz", - "integrity": "sha512-bptAfCDdPJxOs5zYSe7Y3lpr772s1G346R4Td5LgRUeCwIGpCGDUTJxRrhTNcAXbx37spge0kWEIH7QAYWNTlA==", - "dependencies": { - "urlsafe-base64": "~1.0.0" - }, + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http_ece/-/http_ece-1.2.0.tgz", + "integrity": "sha512-JrF8SSLVmcvc5NducxgyOrKXe3EsyHMgBFgSaIUGmArKe+rwr0uphRkRXvwiom3I+fpIfoItveHrfudL8/rxuA==", "engines": { - "node": ">=4" + "node": ">=16" } }, "node_modules/http-cache-semantics": { @@ -8389,12 +8386,9 @@ "dev": true }, "http_ece": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/http_ece/-/http_ece-1.1.0.tgz", - "integrity": "sha512-bptAfCDdPJxOs5zYSe7Y3lpr772s1G346R4Td5LgRUeCwIGpCGDUTJxRrhTNcAXbx37spge0kWEIH7QAYWNTlA==", - "requires": { - "urlsafe-base64": "~1.0.0" - } + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http_ece/-/http_ece-1.2.0.tgz", + "integrity": "sha512-JrF8SSLVmcvc5NducxgyOrKXe3EsyHMgBFgSaIUGmArKe+rwr0uphRkRXvwiom3I+fpIfoItveHrfudL8/rxuA==" }, "http-cache-semantics": { "version": "4.1.0", diff --git a/package.json b/package.json index cea25f13..eefc340a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/web-push-libs/web-push#readme", "dependencies": { "asn1.js": "^5.3.0", - "http_ece": "1.1.0", + "http_ece": "1.2.0", "https-proxy-agent": "^5.0.0", "jws": "^4.0.0", "minimist": "^1.2.5",