From cb6aa2dac36275a13a107e44d0d513b115df1f2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:40:06 +0000 Subject: [PATCH] chore(deps): update dependency @rollup/plugin-json to v6 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d2e9624c..15cc43ff 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-decorators": "^7.14.5", "@rollup/plugin-image": "^2.1.1", - "@rollup/plugin-json": "^5.0.0", + "@rollup/plugin-json": "^6.0.0", "@types/luxon": "^3.3.2", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^4.33.0", diff --git a/yarn.lock b/yarn.lock index 7826db44..2c273086 100644 --- a/yarn.lock +++ b/yarn.lock @@ -500,10 +500,10 @@ "@rollup/pluginutils" "^3.1.0" mini-svg-data-uri "^1.2.3" -"@rollup/plugin-json@^5.0.0": - version "5.0.2" - resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-5.0.2.tgz#d7dbbac62ff74064876b3e5d0d863cb3ad1e7cdb" - integrity sha512-D1CoOT2wPvadWLhVcmpkDnesTzjhNIQRWLsc3fA49IFOP2Y84cFOOJ+nKGYedvXHKUsPeq07HR4hXpBBr+CHlA== +"@rollup/plugin-json@^6.0.0": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-6.0.1.tgz#7e2efcf5ed549963f1444e010611d22f463931c0" + integrity sha512-RgVfl5hWMkxN1h/uZj8FVESvPuBJ/uf6ly6GTj0GONnkfoBN5KC0MSz+PN2OLDgYXMhtG0mWpTrkiOjoxAIevw== dependencies: "@rollup/pluginutils" "^5.0.1"