From 6ad4154fcabc05019aa46eb3a5dd4b46f0750e90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 05:09:19 +0000 Subject: [PATCH] fix(deps): update dependency unified to v11.0.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 61eab4e5..c84171cd 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-sizeme": "3.0.2", "remark-parse": "10.0.2", "remark-react": "9.0.1", - "unified": "11.0.1" + "unified": "11.0.2" }, "keywords": [ "gatsby" diff --git a/yarn.lock b/yarn.lock index 3fe98c95..41cf13c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16790,10 +16790,10 @@ unicode-property-aliases-ecmascript@^1.0.4: resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4" integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== -unified@11.0.1: - version "11.0.1" - resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.1.tgz#8c4bd13fdd088cd8caf6135637dfcc01170cda7e" - integrity sha512-v4p/Tcbn44UjLtASIyrKi29qqSbWY+u3awY5M6fTMVuT3KQ9DfWd4q/JaFGoNEDtQt8+e4yg150oHx34ABwrsg== +unified@11.0.2: + version "11.0.2" + resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.2.tgz#9a5db5c46059fdffd949ab8612b473e1ee268b31" + integrity sha512-Zta++onvS/dJ6xUvXQOR5q8XJZOkiMCE5wQ8Yv9mLR25pxRS567EX0GO6HZRxxNV/lznwfsvRZ/1pqe9K9QLeQ== dependencies: "@types/unist" "^3.0.0" "@ungap/structured-clone" "^1.0.0"