git.fiddlerwoaroof.com
Browse code

build(deps-dev): bump @babel/plugin-proposal-object-rest-spread

Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel) from 7.6.2 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.7.4)

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

dependabot-preview[bot] authored on 25/11/2019 05:39:22
Showing 1 changed files
... ...
@@ -1336,13 +1336,24 @@
1336 1336
       }
1337 1337
     },
1338 1338
     "@babel/plugin-proposal-object-rest-spread": {
1339
-      "version": "7.6.2",
1340
-      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz",
1341
-      "integrity": "sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==",
1339
+      "version": "7.7.4",
1340
+      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz",
1341
+      "integrity": "sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ==",
1342 1342
       "dev": true,
1343 1343
       "requires": {
1344 1344
         "@babel/helper-plugin-utils": "^7.0.0",
1345
-        "@babel/plugin-syntax-object-rest-spread": "^7.2.0"
1345
+        "@babel/plugin-syntax-object-rest-spread": "^7.7.4"
1346
+      },
1347
+      "dependencies": {
1348
+        "@babel/plugin-syntax-object-rest-spread": {
1349
+          "version": "7.7.4",
1350
+          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.7.4.tgz",
1351
+          "integrity": "sha512-mObR+r+KZq0XhRVS2BrBKBpr5jqrqzlPvS9C9vuOf5ilSwzloAl7RPWLrgKdWS6IreaVrjHxTjtyqFiOisaCwg==",
1352
+          "dev": true,
1353
+          "requires": {
1354
+            "@babel/helper-plugin-utils": "^7.0.0"
1355
+          }
1356
+        }
1346 1357
       }
1347 1358
     },
1348 1359
     "@babel/plugin-proposal-optional-catch-binding": {