Skip to content

Commit ea3d522

Browse files
chore(deps): update dependency rollup-plugin-commonjs to v9.2.0 (#257)
1 parent fa34b02 commit ea3d522

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"rimraf": "2.6.2",
5959
"rollup": "0.66.5",
6060
"rollup-plugin-babel": "4.0.3",
61-
"rollup-plugin-commonjs": "9.1.8",
61+
"rollup-plugin-commonjs": "9.2.0",
6262
"rollup-plugin-node-resolve": "3.4.0",
6363
"rollup-plugin-replace": "2.1.0",
6464
"rollup-plugin-terser": "3.0.0",

yarn.lock

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2775,11 +2775,6 @@ estree-walker@^0.3.0:
27752775
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.3.1.tgz#e6b1a51cf7292524e7237c312e5fe6660c1ce1aa"
27762776
integrity sha1-5rGlHPcpJSTnI3wxLl/mZgwc4ao=
27772777

2778-
estree-walker@^0.5.1:
2779-
version "0.5.1"
2780-
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.5.1.tgz#64fc375053abc6f57d73e9bd2f004644ad3c5854"
2781-
integrity sha512-7HgCgz1axW7w5aOvgOQkoR1RMBkllygJrssU3BvymKQ95lxXYv6Pon17fBRDm9qhkvXZGijOULoSF9ShOk/ZLg==
2782-
27832778
estree-walker@^0.5.2:
27842779
version "0.5.2"
27852780
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.5.2.tgz#d3850be7529c9580d815600b53126515e146dd39"
@@ -5119,13 +5114,6 @@ lru-cache@^4.1.1, lru-cache@^4.1.2, lru-cache@^4.1.3:
51195114
pseudomap "^1.0.2"
51205115
yallist "^2.1.2"
51215116

5122-
magic-string@^0.22.4:
5123-
version "0.22.5"
5124-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.22.5.tgz#8e9cf5afddf44385c1da5bc2a6a0dbd10b03657e"
5125-
integrity sha512-oreip9rJZkzvA8Qzk9HFs8fZGF/u7H/gtrE8EN6RjKJ9kh2HlC+yQ2QezifqTZfGyiuAV0dRv5a+y/8gBb1m9w==
5126-
dependencies:
5127-
vlq "^0.2.2"
5128-
51295117
magic-string@^0.25.1:
51305118
version "0.25.1"
51315119
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.1.tgz#b1c248b399cd7485da0fe7385c2fc7011843266e"
@@ -7045,6 +7033,13 @@ resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0:
70457033
dependencies:
70467034
path-parse "^1.0.5"
70477035

7036+
resolve@^1.8.1:
7037+
version "1.8.1"
7038+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
7039+
integrity sha512-AicPrAC7Qu1JxPCZ9ZgCZlY35QgFnNqc+0LtbRNxnVw4TXvjQ72wnuL9JQcEBgXkI9JM8MsT9kaQoHcpCRJOYA==
7040+
dependencies:
7041+
path-parse "^1.0.5"
7042+
70487043
restore-cursor@^2.0.0:
70497044
version "2.0.0"
70507045
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -7090,15 +7085,15 @@ [email protected]:
70907085
"@babel/helper-module-imports" "^7.0.0"
70917086
rollup-pluginutils "^2.3.0"
70927087

7093-
rollup-plugin-commonjs@9.1.8:
7094-
version "9.1.8"
7095-
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-9.1.8.tgz#4113ed94e6054b5f8a3501d8811f934cadde3246"
7096-
integrity sha512-c3nAfVVyEwbq9OohIeQudfQQdGV9Cl1RE8MUc90fH9UdtCiWAYpI+au3HxGwNf1DdV51HfBjCDbT4fwjsZEUUg==
7088+
rollup-plugin-commonjs@9.2.0:
7089+
version "9.2.0"
7090+
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-9.2.0.tgz#4604e25069e0c78a09e08faa95dc32dec27f7c89"
7091+
integrity sha512-0RM5U4Vd6iHjL6rLvr3lKBwnPsaVml+qxOGaaNUWN1lSq6S33KhITOfHmvxV3z2vy9Mk4t0g4rNlVaJJsNQPWA==
70977092
dependencies:
7098-
estree-walker "^0.5.1"
7099-
magic-string "^0.22.4"
7100-
resolve "^1.5.0"
7101-
rollup-pluginutils "^2.0.1"
7093+
estree-walker "^0.5.2"
7094+
magic-string "^0.25.1"
7095+
resolve "^1.8.1"
7096+
rollup-pluginutils "^2.3.3"
71027097

71037098
71047099
version "3.4.0"
@@ -7144,6 +7139,14 @@ rollup-pluginutils@^2.3.0:
71447139
estree-walker "^0.5.2"
71457140
micromatch "^2.3.11"
71467141

7142+
rollup-pluginutils@^2.3.3:
7143+
version "2.3.3"
7144+
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.3.3.tgz#3aad9b1eb3e7fe8262820818840bf091e5ae6794"
7145+
integrity sha512-2XZwja7b6P5q4RZ5FhyX1+f46xi1Z3qBKigLRZ6VTZjwbN0K1IFGMlwm06Uu0Emcre2Z63l77nq/pzn+KxIEoA==
7146+
dependencies:
7147+
estree-walker "^0.5.2"
7148+
micromatch "^2.3.11"
7149+
71477150
71487151
version "0.66.5"
71497152
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.66.5.tgz#49b109d3db4772301d84b8ed9617a4481e9a8042"
@@ -8320,11 +8323,6 @@ [email protected]:
83208323
core-util-is "1.0.2"
83218324
extsprintf "^1.2.0"
83228325

8323-
vlq@^0.2.2:
8324-
version "0.2.3"
8325-
resolved "https://registry.yarnpkg.com/vlq/-/vlq-0.2.3.tgz#8f3e4328cf63b1540c0d67e1b2778386f8975b26"
8326-
integrity sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==
8327-
83288326
w3c-hr-time@^1.0.1:
83298327
version "1.0.1"
83308328
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"

0 commit comments

Comments
 (0)