git.fiddlerwoaroof.com
Browse code

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

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

Ed Langley authored on 24/06/2020 08:45:18
Showing 1 changed files
... ...
@@ -1627,57 +1627,21 @@
1627 1627
       }
1628 1628
     },
1629 1629
     "@babel/plugin-proposal-object-rest-spread": {
1630
-      "version": "7.10.1",
1631
-      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz",
1632
-      "integrity": "sha512-Z+Qri55KiQkHh7Fc4BW6o+QBuTagbOp9txE+4U1i79u9oWlf2npkiDx+Rf3iK3lbcHBuNy9UOkwuR5wOMH3LIQ==",
1630
+      "version": "7.10.3",
1631
+      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.3.tgz",
1632
+      "integrity": "sha512-ZZh5leCIlH9lni5bU/wB/UcjtcVLgR8gc+FAgW2OOY+m9h1II3ItTO1/cewNUcsIDZSYcSaz/rYVls+Fb0ExVQ==",
1633 1633
       "dev": true,
1634 1634
       "requires": {
1635
-        "@babel/helper-plugin-utils": "^7.10.1",
1635
+        "@babel/helper-plugin-utils": "^7.10.3",
1636 1636
         "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
1637 1637
         "@babel/plugin-transform-parameters": "^7.10.1"
1638 1638
       },
1639 1639
       "dependencies": {
1640
-        "@babel/helper-get-function-arity": {
1641
-          "version": "7.10.1",
1642
-          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
1643
-          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
1644
-          "dev": true,
1645
-          "requires": {
1646
-            "@babel/types": "^7.10.1"
1647
-          }
1648
-        },
1649 1640
         "@babel/helper-plugin-utils": {
1650
-          "version": "7.10.1",
1651
-          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1652
-          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA==",
1653
-          "dev": true
1654
-        },
1655
-        "@babel/helper-validator-identifier": {
1656
-          "version": "7.10.1",
1657
-          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz",
1658
-          "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==",
1641
+          "version": "7.10.3",
1642
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz",
1643
+          "integrity": "sha512-j/+j8NAWUTxOtx4LKHybpSClxHoq6I91DQ/mKgAXn5oNUPIUiGppjPIX3TDtJWPrdfP9Kfl7e4fgVMiQR9VE/g==",
1659 1644
           "dev": true
1660
-        },
1661
-        "@babel/plugin-transform-parameters": {
1662
-          "version": "7.10.1",
1663
-          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.1.tgz",
1664
-          "integrity": "sha512-tJ1T0n6g4dXMsL45YsSzzSDZCxiHXAQp/qHrucOq5gEHncTA3xDxnd5+sZcoQp+N1ZbieAaB8r/VUCG0gqseOg==",
1665
-          "dev": true,
1666
-          "requires": {
1667
-            "@babel/helper-get-function-arity": "^7.10.1",
1668
-            "@babel/helper-plugin-utils": "^7.10.1"
1669
-          }
1670
-        },
1671
-        "@babel/types": {
1672
-          "version": "7.10.1",
1673
-          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.1.tgz",
1674
-          "integrity": "sha512-L2yqUOpf3tzlW9GVuipgLEcZxnO+96SzR6fjXMuxxNkIgFJ5+07mHCZ+HkHqaeZu8+3LKnNJJ1bKbjBETQAsrA==",
1675
-          "dev": true,
1676
-          "requires": {
1677
-            "@babel/helper-validator-identifier": "^7.10.1",
1678
-            "lodash": "^4.17.13",
1679
-            "to-fast-properties": "^2.0.0"
1680
-          }
1681 1645
         }
1682 1646
       }
1683 1647
     },