Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 72ab3f9

Browse files
dependabot-preview[bot]wuweiweiwu
authored andcommitted
build(deps-dev): bump rollup from 1.1.2 to 1.26.5 (#206)
Bumps [rollup](https://github.com/rollup/rollup) from 1.1.2 to 1.26.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v1.1.2...v1.26.5) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 37fb503 commit 72ab3f9

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

yarn.lock

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@
994994
dependencies:
995995
"@babel/types" "^7.3.0"
996996

997-
"@types/estree@0.0.39":
997+
"@types/estree@*":
998998
version "0.0.39"
999999
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
10001000
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
@@ -1079,21 +1079,16 @@ acorn@^5.0.0, acorn@^5.5.3:
10791079
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
10801080
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
10811081

1082-
acorn@^6.0.1:
1083-
version "6.0.4"
1084-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
1085-
integrity sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==
1086-
1087-
acorn@^6.0.5:
1088-
version "6.0.5"
1089-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.5.tgz#81730c0815f3f3b34d8efa95cb7430965f4d887a"
1090-
integrity sha512-i33Zgp3XWtmZBMNvCr4azvOFeWVw1Rk6p3hfi3LUDvIFraOMywb1kAtrbi+med14m4Xfpqm3zRZMT+c0FNE7kg==
1091-
1092-
acorn@^6.0.7:
1082+
acorn@^6.0.1, acorn@^6.0.7:
10931083
version "6.3.0"
10941084
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
10951085
integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==
10961086

1087+
acorn@^7.1.0:
1088+
version "7.1.0"
1089+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
1090+
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
1091+
10971092
ajv@^6.10.2, ajv@^6.5.5, ajv@^6.9.1:
10981093
version "6.10.2"
10991094
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
@@ -7823,13 +7818,13 @@ rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.3:
78237818
micromatch "^2.3.11"
78247819

78257820
rollup@^1.1.2:
7826-
version "1.1.2"
7827-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.1.2.tgz#8d094b85683b810d0c05a16bd7618cf70d48eba7"
7828-
integrity sha512-OkdMxqMl8pWoQc5D8y1cIinYQPPLV8ZkfLgCzL6SytXeNA2P7UHynEQXI9tYxuAjAMsSyvRaWnyJDLHMxq0XAg==
7821+
version "1.26.5"
7822+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.26.5.tgz#c492c8bb88b661e7952a864e40bdec209aa1aa03"
7823+
integrity sha512-c6Pv0yWzjYNpy2DIhLFUnyP6e1UTGownr4IfpJcPY/k186RJjpaGGPRwKQ62KCauctG6dgtHt88pw1EGrPRkuA==
78297824
dependencies:
7830-
"@types/estree" "0.0.39"
7825+
"@types/estree" "*"
78317826
"@types/node" "*"
7832-
acorn "^6.0.5"
7827+
acorn "^7.1.0"
78337828

78347829
rst-selector-parser@^2.2.3:
78357830
version "2.2.3"

0 commit comments

Comments
 (0)