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.9.5 to 7.9.6.
- [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.9.5...v7.9.6)

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

dependabot-preview[bot] authored on 30/04/2020 05:45:13
Showing 1 changed files
... ...
@@ -742,26 +742,14 @@
742 742
       }
743 743
     },
744 744
     "@babel/plugin-proposal-object-rest-spread": {
745
-      "version": "7.9.5",
746
-      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz",
747
-      "integrity": "sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==",
745
+      "version": "7.9.6",
746
+      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz",
747
+      "integrity": "sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A==",
748 748
       "dev": true,
749 749
       "requires": {
750 750
         "@babel/helper-plugin-utils": "^7.8.3",
751 751
         "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
752 752
         "@babel/plugin-transform-parameters": "^7.9.5"
753
-      },
754
-      "dependencies": {
755
-        "@babel/plugin-transform-parameters": {
756
-          "version": "7.9.5",
757
-          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz",
758
-          "integrity": "sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==",
759
-          "dev": true,
760
-          "requires": {
761
-            "@babel/helper-get-function-arity": "^7.8.3",
762
-            "@babel/helper-plugin-utils": "^7.8.3"
763
-          }
764
-        }
765 753
       }
766 754
     },
767 755
     "@babel/plugin-proposal-optional-catch-binding": {