Skip to content

Commit ea5ffe2

Browse files
Bump rollup from 1.21.4 to 1.23.1
Bumps [rollup](https://github.com/rollup/rollup) from 1.21.4 to 1.23.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v1.21.4...v1.23.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5eefed8 commit ea5ffe2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
dependencies:
671671
defer-to-connect "^1.0.1"
672672

673-
"@types/estree@0.0.39":
673+
"@types/estree@*", "@types/estree@0.0.39":
674674
version "0.0.39"
675675
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
676676
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
@@ -694,7 +694,7 @@
694694
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
695695
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
696696

697-
"@types/node@*", "@types/node@^12.7.5":
697+
"@types/node@*":
698698
version "12.7.5"
699699
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6dc4784ffcc2f"
700700
integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYDd5p3w==
@@ -739,10 +739,10 @@ acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.7, acorn@^6.1.1:
739739
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.1.tgz#3ed8422d6dec09e6121cc7a843ca86a330a86b51"
740740
integrity sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==
741741

742-
acorn@^7.0.0:
743-
version "7.0.0"
744-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
745-
integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==
742+
acorn@^7.1.0:
743+
version "7.1.0"
744+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
745+
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
746746

747747
ajv@^6.10.2, ajv@^6.5.5, ajv@^6.9.1:
748748
version "6.10.2"
@@ -4745,13 +4745,13 @@ rollup-pluginutils@^2.8.1:
47454745
estree-walker "^0.6.1"
47464746

47474747
rollup@^1.18.0:
4748-
version "1.21.4"
4749-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.21.4.tgz#00a41a30f90095db890301b226cbe2918e4cf54d"
4750-
integrity sha512-Pl512XVCmVzgcBz5h/3Li4oTaoDcmpuFZ+kdhS/wLreALz//WuDAMfomD3QEYl84NkDu6Z6wV9twlcREb4qQsw==
4748+
version "1.23.1"
4749+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.23.1.tgz#0315a0f5d0dfb056e6363e1dff05b89ac2da6b8e"
4750+
integrity sha512-95C1GZQpr/NIA0kMUQmSjuMDQ45oZfPgDBcN0yZwBG7Kee//m7H68vgIyg+SPuyrTZ5PrXfyLK80OzXeKG5dAA==
47514751
dependencies:
4752-
"@types/estree" "0.0.39"
4753-
"@types/node" "^12.7.5"
4754-
acorn "^7.0.0"
4752+
"@types/estree" "*"
4753+
"@types/node" "*"
4754+
acorn "^7.1.0"
47554755

47564756
run-async@^2.2.0:
47574757
version "2.3.0"

0 commit comments

Comments
 (0)