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/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread) from 7.9.6 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-plugin-proposal-object-rest-spread)

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

dependabot-preview[bot] authored on 28/05/2020 05:51:31
Showing 1 changed files
... ...
@@ -753,14 +753,58 @@
753 753
       }
754 754
     },
755 755
     "@babel/plugin-proposal-object-rest-spread": {
756
-      "version": "7.9.6",
757
-      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz",
758
-      "integrity": "sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A==",
756
+      "version": "7.10.1",
757
+      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz",
758
+      "integrity": "sha512-Z+Qri55KiQkHh7Fc4BW6o+QBuTagbOp9txE+4U1i79u9oWlf2npkiDx+Rf3iK3lbcHBuNy9UOkwuR5wOMH3LIQ==",
759 759
       "dev": true,
760 760
       "requires": {
761
-        "@babel/helper-plugin-utils": "^7.8.3",
761
+        "@babel/helper-plugin-utils": "^7.10.1",
762 762
         "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
763
-        "@babel/plugin-transform-parameters": "^7.9.5"
763
+        "@babel/plugin-transform-parameters": "^7.10.1"
764
+      },
765
+      "dependencies": {
766
+        "@babel/helper-get-function-arity": {
767
+          "version": "7.10.1",
768
+          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
769
+          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
770
+          "dev": true,
771
+          "requires": {
772
+            "@babel/types": "^7.10.1"
773
+          }
774
+        },
775
+        "@babel/helper-plugin-utils": {
776
+          "version": "7.10.1",
777
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
778
+          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA==",
779
+          "dev": true
780
+        },
781
+        "@babel/helper-validator-identifier": {
782
+          "version": "7.10.1",
783
+          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz",
784
+          "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==",
785
+          "dev": true
786
+        },
787
+        "@babel/plugin-transform-parameters": {
788
+          "version": "7.10.1",
789
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.1.tgz",
790
+          "integrity": "sha512-tJ1T0n6g4dXMsL45YsSzzSDZCxiHXAQp/qHrucOq5gEHncTA3xDxnd5+sZcoQp+N1ZbieAaB8r/VUCG0gqseOg==",
791
+          "dev": true,
792
+          "requires": {
793
+            "@babel/helper-get-function-arity": "^7.10.1",
794
+            "@babel/helper-plugin-utils": "^7.10.1"
795
+          }
796
+        },
797
+        "@babel/types": {
798
+          "version": "7.10.1",
799
+          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.1.tgz",
800
+          "integrity": "sha512-L2yqUOpf3tzlW9GVuipgLEcZxnO+96SzR6fjXMuxxNkIgFJ5+07mHCZ+HkHqaeZu8+3LKnNJJ1bKbjBETQAsrA==",
801
+          "dev": true,
802
+          "requires": {
803
+            "@babel/helper-validator-identifier": "^7.10.1",
804
+            "lodash": "^4.17.13",
805
+            "to-fast-properties": "^2.0.0"
806
+          }
807
+        }
764 808
       }
765 809
     },
766 810
     "@babel/plugin-proposal-optional-catch-binding": {