diff --git a/package-lock.json b/package-lock.json index 051eaf2d2eca..c7ed3ae58917 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "styled-components": "^5.3.3", "swr": "1.2.2", "ts-dedent": "^2.2.0", - "unified": "^10.1.0", + "unified": "^10.1.2", "unist-util-visit": "^4.1.0", "uuid": "^8.3.2", "walk-sync": "^3.0.0" @@ -21217,9 +21217,9 @@ } }, "node_modules/unified": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.0.tgz", - "integrity": "sha512-4U3ru/BRXYYhKbwXV6lU6bufLikoAavTwev89H5UxY8enDFaAT2VXmIXYNm6hb5oHPng/EXr77PVyDFcptbk5g==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", "dependencies": { "@types/unist": "^2.0.0", "bail": "^2.0.0", @@ -38722,9 +38722,9 @@ "dev": true }, "unified": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.0.tgz", - "integrity": "sha512-4U3ru/BRXYYhKbwXV6lU6bufLikoAavTwev89H5UxY8enDFaAT2VXmIXYNm6hb5oHPng/EXr77PVyDFcptbk5g==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", "requires": { "@types/unist": "^2.0.0", "bail": "^2.0.0", diff --git a/package.json b/package.json index d031eef86469..2762bc0b33b7 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "styled-components": "^5.3.3", "swr": "1.2.2", "ts-dedent": "^2.2.0", - "unified": "^10.1.0", + "unified": "^10.1.2", "unist-util-visit": "^4.1.0", "uuid": "^8.3.2", "walk-sync": "^3.0.0"