diff --git a/package-lock.json b/package-lock.json index 7bde6381..c72b449e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "@adobe/helix-html-pipeline", - "version": "5.13.9", + "version": "5.13.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "5.13.9", + "version": "5.13.10", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.8", "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8", - "cookie": "1.0.1", + "cookie": "1.0.2", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0", "hast-util-select": "6.0.3", @@ -24,7 +24,7 @@ "lodash.escape": "4.0.1", "mdast-util-to-hast": "13.2.0", "mdast-util-to-string": "4.0.0", - "micromark-util-subtokenize": "2.0.1", + "micromark-util-subtokenize": "2.0.3", "mime": "4.0.4", "rehype-format": "5.0.1", "rehype-parse": "9.0.1", @@ -50,7 +50,7 @@ "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.31.0", "esmock": "2.6.9", - "husky": "9.1.6", + "husky": "9.1.7", "js-yaml": "4.1.0", "jsdom": "25.0.1", "junit-report-builder": "5.1.1", @@ -2436,9 +2436,9 @@ "license": "MIT" }, "node_modules/cookie": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.1.tgz", - "integrity": "sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", + "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", "license": "MIT", "engines": { "node": ">=18" @@ -4776,9 +4776,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "license": "MIT", "bin": { @@ -6783,9 +6783,9 @@ } }, "node_modules/micromark-util-subtokenize": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.1.tgz", - "integrity": "sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.3.tgz", + "integrity": "sha512-VXJJuNxYWSoYL6AJ6OQECCFGhIU2GGHMw8tahogePBrjkG8aCCas3ibkp7RnVOSTClg2is05/R7maAhF1XyQMg==", "funding": [ { "type": "GitHub Sponsors", diff --git a/package.json b/package.json index f7e36925..49fc6f6b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8", - "cookie": "1.0.1", + "cookie": "1.0.2", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0", "hast-util-select": "6.0.3", @@ -58,7 +58,7 @@ "lodash.escape": "4.0.1", "mdast-util-to-hast": "13.2.0", "mdast-util-to-string": "4.0.0", - "micromark-util-subtokenize": "2.0.1", + "micromark-util-subtokenize": "2.0.3", "mime": "4.0.4", "rehype-format": "5.0.1", "rehype-parse": "9.0.1", @@ -84,7 +84,7 @@ "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.31.0", "esmock": "2.6.9", - "husky": "9.1.6", + "husky": "9.1.7", "js-yaml": "4.1.0", "jsdom": "25.0.1", "junit-report-builder": "5.1.1",