diff --git a/package-lock.json b/package-lock.json index 4081bae3ca..18ddfd2268 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": "^10.1.1" + "unified": "^10.1.2" } }, "node_modules/@babel/code-frame": { @@ -6037,9 +6037,9 @@ } }, "node_modules/unified": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.1.tgz", - "integrity": "sha512-v4ky1+6BN9X3pQrOdkFIPWAaeDsHPE1svRDxq7YpTc2plkIqFMwukfqM+l0ewpP9EfwARlt9pPFAeWYhHm8X9w==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", @@ -10779,9 +10779,9 @@ "dev": true }, "unified": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.1.tgz", - "integrity": "sha512-v4ky1+6BN9X3pQrOdkFIPWAaeDsHPE1svRDxq7YpTc2plkIqFMwukfqM+l0ewpP9EfwARlt9pPFAeWYhHm8X9w==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", "dev": true, "requires": { "@types/unist": "^2.0.0", diff --git a/package.json b/package.json index eb6a473b80..ab08ee040f 100644 --- a/package.json +++ b/package.json @@ -96,6 +96,6 @@ "typographic-em-dashes": "^1.0.2", "typographic-en-dashes": "^1.0.1", "typographic-single-spaces": "^1.0.2", - "unified": "^10.1.1" + "unified": "^10.1.2" } }