From 6b687639643aea5593c965bea1311ac377945349 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 01:59:10 +0000 Subject: [PATCH] Update dependency @rollup/plugin-json to v5.0.2 --- packages/content-api/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/content-api/package.json b/packages/content-api/package.json index eb5b67df6..e37fe25e0 100644 --- a/packages/content-api/package.json +++ b/packages/content-api/package.json @@ -33,7 +33,7 @@ "@babel/core": "7.20.2", "@babel/polyfill": "7.12.1", "@babel/preset-env": "7.20.2", - "@rollup/plugin-json": "5.0.1", + "@rollup/plugin-json": "5.0.2", "c8": "7.12.0", "core-js": "3.26.1", "eslint-plugin-ghost": "2.16.0", diff --git a/yarn.lock b/yarn.lock index 6d1cc7b33..9ec535c09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1213,10 +1213,10 @@ estree-walker "^2.0.2" magic-string "^0.26.4" -"@rollup/plugin-json@5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-5.0.1.tgz#d5cd67cc83ede42967447dfabbe1be45a091f5b7" - integrity sha512-QCwhZZLvM8nRcTHyR1vOgyTMiAnjiNj1ebD/BMRvbO1oc/z14lZH6PfxXeegee2B6mky/u9fia4fxRM4TqrUaw== +"@rollup/plugin-json@5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-5.0.2.tgz#d7dbbac62ff74064876b3e5d0d863cb3ad1e7cdb" + integrity sha512-D1CoOT2wPvadWLhVcmpkDnesTzjhNIQRWLsc3fA49IFOP2Y84cFOOJ+nKGYedvXHKUsPeq07HR4hXpBBr+CHlA== dependencies: "@rollup/pluginutils" "^5.0.1"