Skip to content

Commit d82c1a4

Browse files
Update dependency @rollup/pluginutils to v5
1 parent 6d0ebec commit d82c1a4

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"author": "Sebastian Krüger (@mathe42)",
3030
"license": "MIT",
3131
"dependencies": {
32-
"@rollup/pluginutils": "4.2.1",
32+
"@rollup/pluginutils": "5.0.5",
3333
"magic-string": "0.26.5"
3434
}
3535
}

yarn.lock

+15-9
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@
77
resolved "https://registry.yarnpkg.com/@mdi/js/-/js-7.0.96.tgz#8e7a54d5cb38831e3150632cc19e380f54d9edd6"
88
integrity sha512-lNqhkV3cpPfYb/Avh+vXLFukUTbHbyHoFo4Jdc7Oc9UvURGVhamFIpgOVvEf2bNA78zvjXTZeVWExUTR+DLBfQ==
99

10-
"@rollup/pluginutils@4.2.1":
11-
version "4.2.1"
12-
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz#e6c6c3aba0744edce3fb2074922d3776c0af2a6d"
13-
integrity sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==
10+
"@rollup/pluginutils@5.0.5":
11+
version "5.0.5"
12+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.5.tgz#bbb4c175e19ebfeeb8c132c2eea0ecb89941a66c"
13+
integrity sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==
1414
dependencies:
15-
estree-walker "^2.0.1"
16-
picomatch "^2.2.2"
15+
"@types/estree" "^1.0.0"
16+
estree-walker "^2.0.2"
17+
picomatch "^2.3.1"
18+
19+
"@types/estree@^1.0.0":
20+
version "1.0.2"
21+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.2.tgz#ff02bc3dc8317cd668dfec247b750ba1f1d62453"
22+
integrity sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==
1723

1824
1925
version "16.11.17"
@@ -128,7 +134,7 @@ esbuild@^0.13.12:
128134
esbuild-windows-64 "0.13.15"
129135
esbuild-windows-arm64 "0.13.15"
130136

131-
estree-walker@^2.0.1:
137+
estree-walker@^2.0.2:
132138
version "2.0.2"
133139
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
134140
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
@@ -157,7 +163,7 @@ is-core-module@^2.9.0:
157163
dependencies:
158164
has "^1.0.3"
159165

160-
magic-string@^0.26.5:
166+
161167
version "0.26.5"
162168
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.5.tgz#3ceb5c60f546ba4e21e3865ab8de4d32bd8ed07f"
163169
integrity sha512-yXUIYOOQnEHKHOftp5shMWpB9ImfgfDJpapa38j/qMtTj5QHWucvxP4lUtuRmHT9vAzvtpHkWKXW9xBwimXeNg==
@@ -179,7 +185,7 @@ picocolors@^1.0.0:
179185
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
180186
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
181187

182-
picomatch@^2.2.2:
188+
picomatch@^2.3.1:
183189
version "2.3.1"
184190
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
185191
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==

0 commit comments

Comments
 (0)