Skip to content

Commit 733d16b

Browse files
chore(deps-dev): bump rollup from 1.15.1 to 1.15.3
Bumps [rollup](https://github.com/rollup/rollup) from 1.15.1 to 1.15.3. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v1.15.1...v1.15.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e6f6b83 commit 733d16b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"markdownlint-cli": "^0.17.0",
7676
"npm-run-all": "^4.1.5",
7777
"prettier": "^1.18.2",
78-
"rollup": "^1.15.1",
78+
"rollup": "^1.15.3",
7979
"rollup-plugin-commonjs": "^10.0.0",
8080
"rollup-plugin-filesize": "^6.1.0",
8181
"rollup-plugin-json": "^4.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,10 @@
523523
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
524524
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
525525

526-
"@types/node@*", "@types/node@^12.0.7":
527-
version "12.0.7"
528-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.7.tgz#4f2563bad652b2acb1722d7e7aae2b0ff62d192c"
529-
integrity sha512-1YKeT4JitGgE4SOzyB9eMwO0nGVNkNEsm9qlIt1Lqm/tG2QEiSMTD4kS3aO6L+w5SClLVxALmIBESK6Mk5wX0A==
526+
"@types/node@*", "@types/node@^12.0.8":
527+
version "12.0.8"
528+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.8.tgz#551466be11b2adc3f3d47156758f610bd9f6b1d8"
529+
integrity sha512-b8bbUOTwzIY3V5vDTY1fIJ+ePKDUBqt2hC2woVGotdQQhG/2Sh62HOKHrT7ab+VerXAcPyAiTEipPu/FsreUtg==
530530

531531
"@types/normalize-package-data@^2.4.0":
532532
version "2.4.0"
@@ -4730,13 +4730,13 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.7.0, rollup-pluginutils@^2.8.0:
47304730
dependencies:
47314731
estree-walker "^0.6.1"
47324732

4733-
rollup@^1.15.1:
4734-
version "1.15.1"
4735-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.15.1.tgz#76580d9a3e7e8632530bcc5809baf431e9e16aa9"
4736-
integrity sha512-JErZxFKs0w7wpHZXWonAlom1Jezo0gJ7mf7JHTjOAjFGKAqNMEnlzEjMYhy6cqHgSfSPj/idVscuW+Lo6y6AoQ==
4733+
rollup@^1.15.3:
4734+
version "1.15.3"
4735+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.15.3.tgz#bb5875cf33eba5ef0fe3d6ed84b9e099ec94b3df"
4736+
integrity sha512-u2TVHLE/iUvFNAVSQb2DT6XEydOkgEHGLoRnY4jKJiZR/lmhqOM+ofGwSVbHhysZheAakqIa7B/3gChoK9VY0w==
47374737
dependencies:
47384738
"@types/estree" "0.0.39"
4739-
"@types/node" "^12.0.7"
4739+
"@types/node" "^12.0.8"
47404740
acorn "^6.1.1"
47414741

47424742
run-async@^2.2.0:

0 commit comments

Comments
 (0)