Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 0b74c4a

Browse files
rkunevznck
authored andcommitted
chore: Upgrade rollup-pluginutils (#271)
1 parent 515c3fe commit 0b74c4a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"hash-sum": "^1.0.2",
5252
"magic-string": "^0.25.2",
5353
"querystring": "^0.2.0",
54-
"rollup-pluginutils": "^2.0.1",
54+
"rollup-pluginutils": "^2.4.1",
5555
"source-map": "0.7.3",
5656
"vue-runtime-helpers": "1.0.0"
5757
},

Diff for: yarn.lock

+13
Original file line numberDiff line numberDiff line change
@@ -4159,6 +4159,11 @@ estree-walker@^0.5.2:
41594159
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.5.2.tgz#d3850be7529c9580d815600b53126515e146dd39"
41604160
integrity sha512-XpCnW/AE10ws/kDAs37cngSkvgIR8aN3G0MS85m7dUpuK2EREo9VJ00uvw6Dg/hXEpfsE1I1TvJOJr+Z+TL+ig==
41614161

4162+
estree-walker@^0.6.0:
4163+
version "0.6.0"
4164+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.0.tgz#5d865327c44a618dde5699f763891ae31f257dae"
4165+
integrity sha512-peq1RfVAVzr3PU/jL31RaOjUKLoZJpObQWJJ+LgfcxDUifyLZ1RjPQZTl0pzj2uJ45b7A7XpyppXvxdEqzo4rw==
4166+
41624167
esutils@^2.0.2:
41634168
version "2.0.2"
41644169
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
@@ -9007,6 +9012,14 @@ rollup-pluginutils@^1.5.0, rollup-pluginutils@^1.5.1, rollup-pluginutils@^1.5.2:
90079012
estree-walker "^0.2.1"
90089013
minimatch "^3.0.2"
90099014

9015+
rollup-pluginutils@^2.4.1:
9016+
version "2.4.1"
9017+
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.4.1.tgz#de43ab54965bbf47843599a7f3adceb723de38db"
9018+
integrity sha512-wesMQ9/172IJDIW/lYWm0vW0LiKe5Ekjws481R7z9WTRtmO59cqyM/2uUlxvf6yzm/fElFmHUobeQOYz46dZJw==
9019+
dependencies:
9020+
estree-walker "^0.6.0"
9021+
micromatch "^3.1.10"
9022+
90109023
rollup@^0.34.7:
90119024
version "0.34.13"
90129025
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.34.13.tgz#a211cdde31f96cb39e7cb4e35becb15ddc3efa19"

0 commit comments

Comments
 (0)