Skip to content

Commit a4dd4c2

Browse files
Update dependency @rollup/plugin-json to v5.0.1
1 parent b557fb1 commit a4dd4c2

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
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.6",
3434
"@babel/polyfill": "7.12.1",
3535
"@babel/preset-env": "7.19.4",
36-
"@rollup/plugin-json": "5.0.0",
36+
"@rollup/plugin-json": "5.0.1",
3737
"c8": "7.12.0",
3838
"core-js": "3.25.5",
3939
"eslint-plugin-ghost": "2.16.0",

yarn.lock

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

1202-
"@rollup/[email protected].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==
1202+
"@rollup/[email protected].1":
1203+
version "5.0.1"
1204+
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-5.0.1.tgz#d5cd67cc83ede42967447dfabbe1be45a091f5b7"
1205+
integrity sha512-QCwhZZLvM8nRcTHyR1vOgyTMiAnjiNj1ebD/BMRvbO1oc/z14lZH6PfxXeegee2B6mky/u9fia4fxRM4TqrUaw==
12061206
dependencies:
1207-
"@rollup/pluginutils" "^4.2.1"
1207+
"@rollup/pluginutils" "^5.0.1"
12081208

12091209
"@rollup/pluginutils@^3.1.0":
12101210
version "3.1.0"
@@ -1215,13 +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==
1218+
"@rollup/pluginutils@^5.0.1":
1219+
version "5.0.2"
1220+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
1221+
integrity sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==
12221222
dependencies:
1223-
estree-walker "^2.0.1"
1224-
picomatch "^2.2.2"
1223+
"@types/estree" "^1.0.0"
1224+
estree-walker "^2.0.2"
1225+
picomatch "^2.3.1"
12251226

12261227
"@sindresorhus/is@^4.0.0":
12271228
version "4.6.0"
@@ -1292,10 +1293,10 @@
12921293
"@types/node" "*"
12931294
"@types/responselike" "*"
12941295

1295-
"@types/estree@*":
1296-
version "0.0.51"
1297-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
1298-
integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
1296+
"@types/estree@*", "@types/estree@^1.0.0":
1297+
version "1.0.0"
1298+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
1299+
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
12991300

13001301
13011302
version "0.0.39"
@@ -2658,7 +2659,7 @@ estree-walker@^1.0.1:
26582659
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
26592660
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
26602661

2661-
estree-walker@^2.0.1:
2662+
estree-walker@^2.0.1, estree-walker@^2.0.2:
26622663
version "2.0.2"
26632664
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
26642665
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==

0 commit comments

Comments
 (0)