Skip to content

Commit 9ed1055

Browse files
build(deps-dev): bump @rollup/plugin-commonjs from 22.0.0 to 22.0.1
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 22.0.0 to 22.0.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v22.0.1/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbe783b commit 9ed1055

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"@babel/preset-env": "^7.18.2",
7676
"@rollup/plugin-babel": "^5.3.1",
77-
"@rollup/plugin-commonjs": "22.0.0",
77+
"@rollup/plugin-commonjs": "22.0.1",
7878
"@rollup/plugin-json": "^4.0.2",
7979
"@rollup/plugin-node-resolve": "13.3.0",
8080
"@types/jest": "^27.5.0",

yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,10 +1454,10 @@
14541454
"@babel/helper-module-imports" "^7.10.4"
14551455
"@rollup/pluginutils" "^3.1.0"
14561456

1457-
"@rollup/[email protected].0":
1458-
version "22.0.0"
1459-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.0.tgz#f4d87016e2fbf187a593ab9f46626fe05b59e8bd"
1460-
integrity sha512-Ktvf2j+bAO+30awhbYoCaXpBcyPmJbaEUYClQns/+6SNCYFURbvBiNbWgHITEsIgDDWCDUclWRKEuf8cwZCFoQ==
1457+
"@rollup/[email protected].1":
1458+
version "22.0.1"
1459+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.1.tgz#f7cb777d20de3eeeaf994f39080115c336bef810"
1460+
integrity sha512-dGfEZvdjDHObBiP5IvwTKMVeq/tBZGMBHZFMdIV1ClMM/YoWS34xrHFGfag9SN2ZtMgNZRFruqvxZQEa70O6nQ==
14611461
dependencies:
14621462
"@rollup/pluginutils" "^3.1.0"
14631463
commondir "^1.0.1"
@@ -3412,19 +3412,7 @@ glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.2:
34123412
dependencies:
34133413
is-glob "^4.0.1"
34143414

3415-
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
3416-
version "7.2.0"
3417-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
3418-
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
3419-
dependencies:
3420-
fs.realpath "^1.0.0"
3421-
inflight "^1.0.4"
3422-
inherits "2"
3423-
minimatch "^3.0.4"
3424-
once "^1.3.0"
3425-
path-is-absolute "^1.0.0"
3426-
3427-
glob@^7.1.1, glob@^7.1.2:
3415+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
34283416
version "7.2.3"
34293417
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
34303418
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==

0 commit comments

Comments
 (0)