Skip to content

Commit 4b9098a

Browse files
Update dependency @rollup/plugin-json to v5
1 parent 85df058 commit 4b9098a

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@babel/core": "7.19.3",
3434
"@babel/polyfill": "7.12.1",
3535
"@babel/preset-env": "7.19.4",
36-
"@rollup/plugin-json": "4.1.0",
36+
"@rollup/plugin-json": "5.0.0",
3737
"c8": "7.12.0",
3838
"core-js": "3.25.5",
3939
"eslint-plugin-ghost": "2.16.0",

yarn.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,14 +1199,14 @@
11991199
estree-walker "^2.0.1"
12001200
magic-string "^0.25.7"
12011201

1202-
"@rollup/plugin-json@4.1.0":
1203-
version "4.1.0"
1204-
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz#54e09867ae6963c593844d8bd7a9c718294496f3"
1205-
integrity sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==
1202+
"@rollup/plugin-json@5.0.0":
1203+
version "5.0.0"
1204+
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-5.0.0.tgz#1e3e18302637760353c83a41d1f3c4e760afb20d"
1205+
integrity sha512-LsWDA5wJs/ggzakVuKQhZo7HPRcQZgBa3jWIVxQSFxaRToUGNi8ZBh3+k/gQ+1eInVYJgn4WBRCUkmoDrmmGzw==
12061206
dependencies:
1207-
"@rollup/pluginutils" "^3.0.8"
1207+
"@rollup/pluginutils" "^4.2.1"
12081208

1209-
"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
1209+
"@rollup/pluginutils@^3.1.0":
12101210
version "3.1.0"
12111211
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
12121212
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -1215,6 +1215,14 @@
12151215
estree-walker "^1.0.1"
12161216
picomatch "^2.2.2"
12171217

1218+
"@rollup/pluginutils@^4.2.1":
1219+
version "4.2.1"
1220+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz#e6c6c3aba0744edce3fb2074922d3776c0af2a6d"
1221+
integrity sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==
1222+
dependencies:
1223+
estree-walker "^2.0.1"
1224+
picomatch "^2.2.2"
1225+
12181226
"@sindresorhus/is@^4.0.0":
12191227
version "4.6.0"
12201228
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"

0 commit comments

Comments
 (0)