Skip to content

Commit ce5ce86

Browse files
chore(deps): update dependency rollup-plugin-commonjs to v9.2.0 (#477)
1 parent 0dc7c92 commit ce5ce86

File tree

2 files changed

+12
-24
lines changed

2 files changed

+12
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"rimraf": "2.6.2",
5757
"rollup": "0.66.5",
5858
"rollup-plugin-babel": "4.0.3",
59-
"rollup-plugin-commonjs": "9.1.8",
59+
"rollup-plugin-commonjs": "9.2.0",
6060
"rollup-plugin-node-resolve": "3.4.0",
6161
"rollup-plugin-replace": "2.1.0",
6262
"rollup-plugin-terser": "3.0.0",

yarn.lock

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,7 +2272,7 @@ estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1:
22722272
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
22732273
integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=
22742274

2275-
estree-walker@^0.5.1, estree-walker@^0.5.2:
2275+
estree-walker@^0.5.2:
22762276
version "0.5.2"
22772277
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.5.2.tgz#d3850be7529c9580d815600b53126515e146dd39"
22782278
integrity sha512-XpCnW/AE10ws/kDAs37cngSkvgIR8aN3G0MS85m7dUpuK2EREo9VJ00uvw6Dg/hXEpfsE1I1TvJOJr+Z+TL+ig==
@@ -4087,13 +4087,6 @@ macos-release@^1.0.0:
40874087
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-1.1.0.tgz#831945e29365b470aa8724b0ab36c8f8959d10fb"
40884088
integrity sha512-mmLbumEYMi5nXReB9js3WGsB8UE6cDBWyIO62Z4DNx6GbRhDxHNjA1MlzSpJ2S2KM1wyiPRA0d19uHWYYvMHjA==
40894089

4090-
magic-string@^0.22.4:
4091-
version "0.22.5"
4092-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.22.5.tgz#8e9cf5afddf44385c1da5bc2a6a0dbd10b03657e"
4093-
integrity sha512-oreip9rJZkzvA8Qzk9HFs8fZGF/u7H/gtrE8EN6RjKJ9kh2HlC+yQ2QezifqTZfGyiuAV0dRv5a+y/8gBb1m9w==
4094-
dependencies:
4095-
vlq "^0.2.2"
4096-
40974090
magic-string@^0.25.1:
40984091
version "0.25.1"
40994092
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.1.tgz#b1c248b399cd7485da0fe7385c2fc7011843266e"
@@ -5820,7 +5813,7 @@ resolve-url@^0.2.1:
58205813
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
58215814
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
58225815

5823-
resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0:
5816+
resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0, resolve@^1.8.1:
58245817
version "1.8.1"
58255818
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
58265819
integrity sha512-AicPrAC7Qu1JxPCZ9ZgCZlY35QgFnNqc+0LtbRNxnVw4TXvjQ72wnuL9JQcEBgXkI9JM8MsT9kaQoHcpCRJOYA==
@@ -5873,15 +5866,15 @@ [email protected]:
58735866
"@babel/helper-module-imports" "^7.0.0"
58745867
rollup-pluginutils "^2.3.0"
58755868

5876-
rollup-plugin-commonjs@9.1.8:
5877-
version "9.1.8"
5878-
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-9.1.8.tgz#4113ed94e6054b5f8a3501d8811f934cadde3246"
5879-
integrity sha512-c3nAfVVyEwbq9OohIeQudfQQdGV9Cl1RE8MUc90fH9UdtCiWAYpI+au3HxGwNf1DdV51HfBjCDbT4fwjsZEUUg==
5869+
rollup-plugin-commonjs@9.2.0:
5870+
version "9.2.0"
5871+
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-9.2.0.tgz#4604e25069e0c78a09e08faa95dc32dec27f7c89"
5872+
integrity sha512-0RM5U4Vd6iHjL6rLvr3lKBwnPsaVml+qxOGaaNUWN1lSq6S33KhITOfHmvxV3z2vy9Mk4t0g4rNlVaJJsNQPWA==
58805873
dependencies:
5881-
estree-walker "^0.5.1"
5882-
magic-string "^0.22.4"
5883-
resolve "^1.5.0"
5884-
rollup-pluginutils "^2.0.1"
5874+
estree-walker "^0.5.2"
5875+
magic-string "^0.25.1"
5876+
resolve "^1.8.1"
5877+
rollup-pluginutils "^2.3.3"
58855878

58865879
58875880
version "3.4.0"
@@ -5911,7 +5904,7 @@ [email protected]:
59115904
serialize-javascript "^1.5.0"
59125905
terser "^3.8.2"
59135906

5914-
rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.3.0:
5907+
rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.3:
59155908
version "2.3.3"
59165909
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.3.3.tgz#3aad9b1eb3e7fe8262820818840bf091e5ae6794"
59175910
integrity sha512-2XZwja7b6P5q4RZ5FhyX1+f46xi1Z3qBKigLRZ6VTZjwbN0K1IFGMlwm06Uu0Emcre2Z63l77nq/pzn+KxIEoA==
@@ -6956,11 +6949,6 @@ [email protected]:
69566949
core-util-is "1.0.2"
69576950
extsprintf "^1.2.0"
69586951

6959-
vlq@^0.2.2:
6960-
version "0.2.3"
6961-
resolved "https://registry.yarnpkg.com/vlq/-/vlq-0.2.3.tgz#8f3e4328cf63b1540c0d67e1b2778386f8975b26"
6962-
integrity sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==
6963-
69646952
wcwidth@^1.0.0:
69656953
version "1.0.1"
69666954
resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"

0 commit comments

Comments
 (0)