git.fiddlerwoaroof.com
Browse code

build(deps-dev): bump rollup from 1.18.0 to 1.19.3

Bumps [rollup](https://github.com/rollup/rollup) from 1.18.0 to 1.19.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.18.0...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

dependabot-preview[bot] authored on 06/08/2019 05:50:18
Showing 1 changed files
... ...
@@ -10698,14 +10698,14 @@
10698 10698
       }
10699 10699
     },
10700 10700
     "rollup": {
10701
-      "version": "1.18.0",
10702
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.18.0.tgz",
10703
-      "integrity": "sha512-MBAWr6ectF948gW/bs/yfi0jW7DzwI8n0tEYG/ZMQutmK+blF/Oazyhg3oPqtScCGV8bzCtL9KzlzPtTriEOJA==",
10701
+      "version": "1.19.3",
10702
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.19.3.tgz",
10703
+      "integrity": "sha512-+6VtYadkQEp6OTSa6ms1eAE/CYW+kD9rCd3fq4E2T3VaVqwTcY4vq0zBcB4nhQANnId+SwSpgCn4RFfOUAsWjQ==",
10704 10704
       "dev": true,
10705 10705
       "requires": {
10706 10706
         "@types/estree": "0.0.39",
10707
-        "@types/node": "^12.6.3",
10708
-        "acorn": "^6.2.0"
10707
+        "@types/node": "^12.6.9",
10708
+        "acorn": "^6.2.1"
10709 10709
       },
10710 10710
       "dependencies": {
10711 10711
         "@types/node": {