diff --git a/package-lock.json b/package-lock.json index e99aa5d29..1fc25125b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "typographic-em-dashes": "^1.0.2", "typographic-en-dashes": "^1.0.1", "typographic-single-spaces": "^1.0.2", - "unified": "^11.0.4" + "unified": "^11.0.5" }, "devDependencies": { "stylelint": "^16.5.0", @@ -14146,9 +14146,9 @@ } }, "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==", "dependencies": { "@types/unist": "^3.0.0", "bail": "^2.0.0", @@ -25893,9 +25893,9 @@ } }, "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==", "requires": { "@types/unist": "^3.0.0", "bail": "^2.0.0", diff --git a/package.json b/package.json index 8d06e496f..9c86fc2b8 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "typographic-em-dashes": "^1.0.2", "typographic-en-dashes": "^1.0.1", "typographic-single-spaces": "^1.0.2", - "unified": "^11.0.4" + "unified": "^11.0.5" }, "devDependencies": { "stylelint": "^16.5.0",