diff --git a/package-lock.json b/package-lock.json index f36855fc..47ba6602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "devDependencies": { "@adobe/eslint-config-helix": "2.0.3", "@adobe/helix-deploy": "9.3.0", - "@adobe/helix-html-pipeline": "^4.0.0", + "@adobe/helix-html-pipeline": "^5.0.0", "@adobe/helix-universal": "4.3.0", "@adobe/semantic-release-coralogix": "1.1.25", "@semantic-release/changelog": "6.0.3", @@ -167,9 +167,9 @@ } }, "node_modules/@adobe/helix-html-pipeline": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-html-pipeline/-/helix-html-pipeline-4.1.5.tgz", - "integrity": "sha512-7u+XhSFUVDmZDK2Sbo2d3IpzZ462cx0P4GhETjidsB34s5dOhElhWO9LjVbvNdqbgWw29x5DM/htBV4BHEvUSw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-html-pipeline/-/helix-html-pipeline-5.0.1.tgz", + "integrity": "sha512-YkCxD4JZYRX2R04Za/Ze/LpibrZun9/OPmOjmYsUvx1DES147iNOfXxdTNu4RmRYtwVjPArfBtUjGED80pedwg==", "dev": true, "dependencies": { "@adobe/helix-markdown-support": "6.3.1", @@ -183,7 +183,7 @@ "hast-util-to-html": "8.0.4", "hast-util-to-string": "2.0.0", "hastscript": "7.2.0", - "jose": "4.14.5", + "jose": "4.14.6", "mdast-util-to-hast": "12.3.0", "mdast-util-to-string": "4.0.0", "mime": "3.0.0", @@ -10942,9 +10942,9 @@ } }, "node_modules/jose": { - "version": "4.14.5", - "resolved": "https://registry.npmjs.org/jose/-/jose-4.14.5.tgz", - "integrity": "sha512-56ns1XlSI8d5V0t7hilPu8dMbE4YIwrTJU6e7bV1Abyu6oel4tSc4YmD742MoWV3U+vn7O0WlKpinzu2DP0HWw==", + "version": "4.14.6", + "resolved": "https://registry.npmjs.org/jose/-/jose-4.14.6.tgz", + "integrity": "sha512-EqJPEUlZD0/CSUMubKtMaYUOtWe91tZXTWMJZoKSbLk+KtdhNdcvppH8lA9XwVu2V4Ailvsj0GBZJ2ZwDjfesQ==", "dev": true, "funding": { "url": "https://github.com/sponsors/panva" diff --git a/package.json b/package.json index 57cddd6e..480f9298 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.3", - "@adobe/helix-html-pipeline": "^4.0.0", + "@adobe/helix-html-pipeline": "^5.0.0", "@adobe/helix-deploy": "9.3.0", "@adobe/helix-universal": "4.3.0", "@adobe/semantic-release-coralogix": "1.1.25",