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

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

dependabot-preview[bot] authored on 22/06/2020 06:14:03
Showing 1 changed files
... ...
@@ -1615,57 +1615,21 @@
1615 1615
       }
1616 1616
     },
1617 1617
     "@babel/plugin-proposal-object-rest-spread": {
1618
-      "version": "7.10.1",
1619
-      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz",
1620
-      "integrity": "sha512-Z+Qri55KiQkHh7Fc4BW6o+QBuTagbOp9txE+4U1i79u9oWlf2npkiDx+Rf3iK3lbcHBuNy9UOkwuR5wOMH3LIQ==",
1618
+      "version": "7.10.3",
1619
+      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.3.tgz",
1620
+      "integrity": "sha512-ZZh5leCIlH9lni5bU/wB/UcjtcVLgR8gc+FAgW2OOY+m9h1II3ItTO1/cewNUcsIDZSYcSaz/rYVls+Fb0ExVQ==",
1621 1621
       "dev": true,
1622 1622
       "requires": {
1623
-        "@babel/helper-plugin-utils": "^7.10.1",
1623
+        "@babel/helper-plugin-utils": "^7.10.3",
1624 1624
         "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
1625 1625
         "@babel/plugin-transform-parameters": "^7.10.1"
1626 1626
       },
1627 1627
       "dependencies": {
1628
-        "@babel/helper-get-function-arity": {
1629
-          "version": "7.10.1",
1630
-          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
1631
-          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
1632
-          "dev": true,
1633
-          "requires": {
1634
-            "@babel/types": "^7.10.1"
1635
-          }
1636
-        },
1637 1628
         "@babel/helper-plugin-utils": {
1638
-          "version": "7.10.1",
1639
-          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
1640
-          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA==",
1641
-          "dev": true
1642
-        },
1643
-        "@babel/helper-validator-identifier": {
1644
-          "version": "7.10.1",
1645
-          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz",
1646
-          "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==",
1629
+          "version": "7.10.3",
1630
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz",
1631
+          "integrity": "sha512-j/+j8NAWUTxOtx4LKHybpSClxHoq6I91DQ/mKgAXn5oNUPIUiGppjPIX3TDtJWPrdfP9Kfl7e4fgVMiQR9VE/g==",
1647 1632
           "dev": true
1648
-        },
1649
-        "@babel/plugin-transform-parameters": {
1650
-          "version": "7.10.1",
1651
-          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.1.tgz",
1652
-          "integrity": "sha512-tJ1T0n6g4dXMsL45YsSzzSDZCxiHXAQp/qHrucOq5gEHncTA3xDxnd5+sZcoQp+N1ZbieAaB8r/VUCG0gqseOg==",
1653
-          "dev": true,
1654
-          "requires": {
1655
-            "@babel/helper-get-function-arity": "^7.10.1",
1656
-            "@babel/helper-plugin-utils": "^7.10.1"
1657
-          }
1658
-        },
1659
-        "@babel/types": {
1660
-          "version": "7.10.1",
1661
-          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.1.tgz",
1662
-          "integrity": "sha512-L2yqUOpf3tzlW9GVuipgLEcZxnO+96SzR6fjXMuxxNkIgFJ5+07mHCZ+HkHqaeZu8+3LKnNJJ1bKbjBETQAsrA==",
1663
-          "dev": true,
1664
-          "requires": {
1665
-            "@babel/helper-validator-identifier": "^7.10.1",
1666
-            "lodash": "^4.17.13",
1667
-            "to-fast-properties": "^2.0.0"
1668
-          }
1669 1633
         }
1670 1634
       }
1671 1635
     },