diff --git a/package-lock.json b/package-lock.json index d9bdd606..daf43a88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-html-pipeline", - "version": "5.11.5", + "version": "5.11.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "5.11.5", + "version": "5.11.8", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.3", @@ -15,12 +15,12 @@ "@adobe/remark-gridtables": "3.0.6", "cookie": "0.6.0", "github-slugger": "2.0.0", - "hast-util-raw": "9.0.3", + "hast-util-raw": "9.0.4", "hast-util-select": "6.0.2", "hast-util-to-html": "9.0.1", "hast-util-to-string": "3.0.0", "hastscript": "9.0.0", - "jose": "5.4.0", + "jose": "5.4.1", "lodash.escape": "4.0.1", "mdast-util-to-hast": "13.2.0", "mdast-util-to-string": "4.0.0", @@ -29,7 +29,7 @@ "rehype-parse": "9.0.0", "remark-parse": "11.0.0", "strip-markdown": "6.0.0", - "unified": "11.0.4", + "unified": "11.0.5", "unist-util-map": "4.0.0", "unist-util-remove": "4.0.0", "unist-util-remove-position": "5.0.0", @@ -48,7 +48,7 @@ "eslint-import-resolver-exports": "1.0.0-beta.5", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.29.1", - "esmock": "2.6.5", + "esmock": "2.6.6", "husky": "9.0.11", "js-yaml": "4.1.0", "jsdom": "24.1.0", @@ -3356,10 +3356,11 @@ "dev": true }, "node_modules/esmock": { - "version": "2.6.5", - "resolved": "https://registry.npmjs.org/esmock/-/esmock-2.6.5.tgz", - "integrity": "sha512-tvFsbtSI9lCuvufbX+UIDn/MoBjTu6UDvQKR8ZmKWHrK3AkioKD2LuTkM75XSngRki3SsBb4uiO58EydQuFCGg==", + "version": "2.6.6", + "resolved": "https://registry.npmjs.org/esmock/-/esmock-2.6.6.tgz", + "integrity": "sha512-Ay1IQ/qbZV1j8IqRY5o4GYNyX8Y6qDJVVYRZtQ0WFOqUPf26++qW/LyNaHrxz79QGB4F1xuDTCPRYA5XRNuqZg==", "dev": true, + "license": "ISC", "engines": { "node": ">=14.16.0" } @@ -4235,9 +4236,10 @@ } }, "node_modules/hast-util-raw": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.3.tgz", - "integrity": "sha512-ICWvVOF2fq4+7CMmtCPD5CM4QKjPbHpPotE6+8tDooV0ZuyJVUzHsrNX+O5NaRbieTf0F7FfeBOMAwi6Td0+yQ==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.4.tgz", + "integrity": "sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==", + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", @@ -5045,9 +5047,9 @@ } }, "node_modules/jose": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.4.0.tgz", - "integrity": "sha512-6rpxTHPAQyWMb9A35BroFl1Sp0ST3DpPcm5EVIxZxdH+e0Hv9fwhyB3XLKFUcHNpdSDnETmBfuPPTTlYz5+USw==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.4.1.tgz", + "integrity": "sha512-U6QajmpV/nhL9SyfAewo000fkiRQ+Yd2H0lBxJJ9apjpOgkOcBQJWOrMo917lxLptdS/n/o/xPzMkXhF46K8hQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" @@ -11934,9 +11936,10 @@ } }, "node_modules/unified": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz", - "integrity": "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", + "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "bail": "^2.0.0", diff --git a/package.json b/package.json index ff5f55d3..c524d6b7 100644 --- a/package.json +++ b/package.json @@ -49,12 +49,12 @@ "@adobe/remark-gridtables": "3.0.6", "cookie": "0.6.0", "github-slugger": "2.0.0", - "hast-util-raw": "9.0.3", + "hast-util-raw": "9.0.4", "hast-util-select": "6.0.2", "hast-util-to-html": "9.0.1", "hast-util-to-string": "3.0.0", "hastscript": "9.0.0", - "jose": "5.4.0", + "jose": "5.4.1", "lodash.escape": "4.0.1", "mdast-util-to-hast": "13.2.0", "mdast-util-to-string": "4.0.0", @@ -63,7 +63,7 @@ "rehype-parse": "9.0.0", "remark-parse": "11.0.0", "strip-markdown": "6.0.0", - "unified": "11.0.4", + "unified": "11.0.5", "unist-util-map": "4.0.0", "unist-util-remove": "4.0.0", "unist-util-remove-position": "5.0.0", @@ -82,7 +82,7 @@ "eslint-import-resolver-exports": "1.0.0-beta.5", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.29.1", - "esmock": "2.6.5", + "esmock": "2.6.6", "husky": "9.0.11", "js-yaml": "4.1.0", "jsdom": "24.1.0",