Skip to content

Commit b1dec83

Browse files
chore(deps-dev): bump @rollup/pluginutils from 3.1.0 to 5.1.0
Bumps [@rollup/pluginutils](https://github.com/rollup/plugins/tree/HEAD/packages/pluginutils) from 3.1.0 to 5.1.0. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/pluginutils/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/wasm-v5.1.0/packages/pluginutils) --- updated-dependencies: - dependency-name: "@rollup/pluginutils" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 357d975 commit b1dec83

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@rollup/plugin-image": "^2.0.5",
8484
"@rollup/plugin-json": "^4.1.0",
8585
"@rollup/plugin-replace": "^2.3.3",
86-
"@rollup/pluginutils": "^3.1.0",
86+
"@rollup/pluginutils": "^5.1.0",
8787
"@shopify/app-bridge": "^3.1.0",
8888
"@shopify/app-bridge-react": "^3.1.0",
8989
"@shopify/babel-preset": "^25.0.0",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2575,6 +2575,15 @@
25752575
estree-walker "^1.0.1"
25762576
picomatch "^2.2.2"
25772577

2578+
"@rollup/pluginutils@^5.1.0":
2579+
version "5.1.0"
2580+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0"
2581+
integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==
2582+
dependencies:
2583+
"@types/estree" "^1.0.0"
2584+
estree-walker "^2.0.2"
2585+
picomatch "^2.3.1"
2586+
25782587
"@shopify/admin-graphql-api-utilities@^2.0.0":
25792588
version "2.1.0"
25802589
resolved "https://registry.yarnpkg.com/@shopify/admin-graphql-api-utilities/-/admin-graphql-api-utilities-2.1.0.tgz#340b41ce12e7cbb522adbb8dccfbb7496e3404b2"
@@ -7302,7 +7311,7 @@ estree-walker@^1.0.1:
73027311
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
73037312
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
73047313

7305-
estree-walker@^2.0.1:
7314+
estree-walker@^2.0.1, estree-walker@^2.0.2:
73067315
version "2.0.2"
73077316
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
73087317
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==

0 commit comments

Comments
 (0)