git.fiddlerwoaroof.com
Browse code

Merge pull request #202 from fiddlerwoaroof/dependabot/npm_and_yarn/babel/plugin-proposal-object-rest-spread-7.10.1

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

Ed Langley authored on 01/06/2020 05:24:01
Showing 1 changed files
... ...
@@ -860,14 +860,58 @@
860 860
       }
861 861
     },
862 862
     "@babel/plugin-proposal-object-rest-spread": {
863
-      "version": "7.9.6",
864
-      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz",
865
-      "integrity": "sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A==",
863
+      "version": "7.10.1",
864
+      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz",
865
+      "integrity": "sha512-Z+Qri55KiQkHh7Fc4BW6o+QBuTagbOp9txE+4U1i79u9oWlf2npkiDx+Rf3iK3lbcHBuNy9UOkwuR5wOMH3LIQ==",
866 866
       "dev": true,
867 867
       "requires": {
868
-        "@babel/helper-plugin-utils": "^7.8.3",
868
+        "@babel/helper-plugin-utils": "^7.10.1",
869 869
         "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
870
-        "@babel/plugin-transform-parameters": "^7.9.5"
870
+        "@babel/plugin-transform-parameters": "^7.10.1"
871
+      },
872
+      "dependencies": {
873
+        "@babel/helper-get-function-arity": {
874
+          "version": "7.10.1",
875
+          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
876
+          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
877
+          "dev": true,
878
+          "requires": {
879
+            "@babel/types": "^7.10.1"
880
+          }
881
+        },
882
+        "@babel/helper-plugin-utils": {
883
+          "version": "7.10.1",
884
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
885
+          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA==",
886
+          "dev": true
887
+        },
888
+        "@babel/helper-validator-identifier": {
889
+          "version": "7.10.1",
890
+          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz",
891
+          "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==",
892
+          "dev": true
893
+        },
894
+        "@babel/plugin-transform-parameters": {
895
+          "version": "7.10.1",
896
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.1.tgz",
897
+          "integrity": "sha512-tJ1T0n6g4dXMsL45YsSzzSDZCxiHXAQp/qHrucOq5gEHncTA3xDxnd5+sZcoQp+N1ZbieAaB8r/VUCG0gqseOg==",
898
+          "dev": true,
899
+          "requires": {
900
+            "@babel/helper-get-function-arity": "^7.10.1",
901
+            "@babel/helper-plugin-utils": "^7.10.1"
902
+          }
903
+        },
904
+        "@babel/types": {
905
+          "version": "7.10.1",
906
+          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.1.tgz",
907
+          "integrity": "sha512-L2yqUOpf3tzlW9GVuipgLEcZxnO+96SzR6fjXMuxxNkIgFJ5+07mHCZ+HkHqaeZu8+3LKnNJJ1bKbjBETQAsrA==",
908
+          "dev": true,
909
+          "requires": {
910
+            "@babel/helper-validator-identifier": "^7.10.1",
911
+            "lodash": "^4.17.13",
912
+            "to-fast-properties": "^2.0.0"
913
+          }
914
+        }
871 915
       }
872 916
     },
873 917
     "@babel/plugin-proposal-optional-catch-binding": {