Skip to content

Commit 5def49c

Browse files
Update dependency @rollup/plugin-json to v6.1.0
1 parent 24b2fe1 commit 5def49c

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@rollup/plugin-commonjs": "25.0.4",
13-
"@rollup/plugin-json": "6.0.0",
13+
"@rollup/plugin-json": "6.1.0",
1414
"@rollup/plugin-node-resolve": "15.2.1",
1515
"dotenv": "16.3.1",
1616
"rollup": "4.7.0",

yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
is-reference "1.2.1"
4141
magic-string "^0.27.0"
4242

43-
"@rollup/plugin-json@6.0.0":
44-
version "6.0.0"
45-
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-6.0.0.tgz#199fea6670fd4dfb1f4932250569b14719db234a"
46-
integrity sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==
43+
"@rollup/plugin-json@6.1.0":
44+
version "6.1.0"
45+
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-6.1.0.tgz#fbe784e29682e9bb6dee28ea75a1a83702e7b805"
46+
integrity sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==
4747
dependencies:
48-
"@rollup/pluginutils" "^5.0.1"
48+
"@rollup/pluginutils" "^5.1.0"
4949

5050
"@rollup/plugin-node-resolve@15.2.1":
5151
version "15.2.1"
@@ -68,6 +68,15 @@
6868
estree-walker "^2.0.2"
6969
picomatch "^2.3.1"
7070

71+
"@rollup/pluginutils@^5.1.0":
72+
version "5.3.0"
73+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.3.0.tgz#57ba1b0cbda8e7a3c597a4853c807b156e21a7b4"
74+
integrity sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==
75+
dependencies:
76+
"@types/estree" "^1.0.0"
77+
estree-walker "^2.0.2"
78+
picomatch "^4.0.2"
79+
7180
"@rollup/rollup-android-arm-eabi@4.7.0":
7281
version "4.7.0"
7382
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.7.0.tgz#c144935afdf83e3da0ddea4d903360f99f69c79a"
@@ -365,6 +374,11 @@ picomatch@^2.3.1:
365374
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
366375
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
367376

377+
picomatch@^4.0.2:
378+
version "4.0.3"
379+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
380+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
381+
368382
randombytes@^2.1.0:
369383
version "2.1.0"
370384
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"

0 commit comments

Comments
 (0)