diff --git a/package-lock.json b/package-lock.json index 8cdf081c..80e64371 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.2.0", + "http_ece": "1.2.1", "https-proxy-agent": "^7.0.0", "jws": "^4.0.0", "minimist": "^1.2.5" @@ -3397,9 +3397,9 @@ "dev": true }, "node_modules/http_ece": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http_ece/-/http_ece-1.2.0.tgz", - "integrity": "sha512-JrF8SSLVmcvc5NducxgyOrKXe3EsyHMgBFgSaIUGmArKe+rwr0uphRkRXvwiom3I+fpIfoItveHrfudL8/rxuA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/http_ece/-/http_ece-1.2.1.tgz", + "integrity": "sha512-+tzLoMYgXvicu60sVFoswTiu6BiQ6EX3DORRJQ3W2dNpNWCyZ3tcmRFZZ3jgVyw8ziWUCeUARKCkYDY6JgFx+w==", "engines": { "node": ">=16" } @@ -9469,9 +9469,9 @@ "dev": true }, "http_ece": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http_ece/-/http_ece-1.2.0.tgz", - "integrity": "sha512-JrF8SSLVmcvc5NducxgyOrKXe3EsyHMgBFgSaIUGmArKe+rwr0uphRkRXvwiom3I+fpIfoItveHrfudL8/rxuA==" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/http_ece/-/http_ece-1.2.1.tgz", + "integrity": "sha512-+tzLoMYgXvicu60sVFoswTiu6BiQ6EX3DORRJQ3W2dNpNWCyZ3tcmRFZZ3jgVyw8ziWUCeUARKCkYDY6JgFx+w==" }, "http-proxy-agent": { "version": "7.0.2", diff --git a/package.json b/package.json index 49f12eb7..8ba6b066 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.2.0", + "http_ece": "1.2.1", "https-proxy-agent": "^7.0.0", "jws": "^4.0.0", "minimist": "^1.2.5"