From e6cbb0b398c16219dd186ddfe079c5497514c105 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:12:13 +0000 Subject: [PATCH] chore(deps): update dependency @types/unist to ^2.0.11 --- package.json | 2 +- yarn.lock | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d71489ff..b84e9f83 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@types/debug": "^4.1.12", "@types/is-glob": "^4.0.4", "@types/node": "^18.19.47", - "@types/unist": "^2.0.10", + "@types/unist": "^2.0.11", "dummy.js": "link:dummy.js", "eslint": "^8.57.0", "eslint-import-resolver-typescript": "link:.", diff --git a/yarn.lock b/yarn.lock index 98299836..c40b878f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3798,13 +3798,20 @@ __metadata: languageName: node linkType: hard -"@types/unist@npm:^2, @types/unist@npm:^2.0.0, @types/unist@npm:^2.0.10, @types/unist@npm:^2.0.2": +"@types/unist@npm:^2, @types/unist@npm:^2.0.0, @types/unist@npm:^2.0.2": version: 2.0.10 resolution: "@types/unist@npm:2.0.10" checksum: e2924e18dedf45f68a5c6ccd6015cd62f1643b1b43baac1854efa21ae9e70505db94290434a23da1137d9e31eb58e54ca175982005698ac37300a1c889f6c4aa languageName: node linkType: hard +"@types/unist@npm:^2.0.11": + version: 2.0.11 + resolution: "@types/unist@npm:2.0.11" + checksum: 6d436e832bc35c6dde9f056ac515ebf2b3384a1d7f63679d12358766f9b313368077402e9c1126a14d827f10370a5485e628bf61aa91117cf4fc882423191a4e + languageName: node + linkType: hard + "@types/uuid@npm:^9.0.7": version: 9.0.7 resolution: "@types/uuid@npm:9.0.7" @@ -6130,7 +6137,7 @@ __metadata: "@types/debug": "npm:^4.1.12" "@types/is-glob": "npm:^4.0.4" "@types/node": "npm:^18.19.47" - "@types/unist": "npm:^2.0.10" + "@types/unist": "npm:^2.0.11" debug: "npm:^4.3.5" dummy.js: "link:dummy.js" enhanced-resolve: "npm:^5.15.0"