From 685220a03e39fd5a3eba0ff2668f0ecfa0c3860e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:56:51 +0000 Subject: [PATCH] Bump http_ece from 1.2.0 to 1.2.1 Bumps [http_ece](https://github.com/martinthomson/encrypted-content-encoding) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/martinthomson/encrypted-content-encoding/releases) - [Commits](https://github.com/martinthomson/encrypted-content-encoding/compare/v1.2.0...1.2.1) --- updated-dependencies: - dependency-name: http_ece dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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"