git.fiddlerwoaroof.com
Browse code

chore: bump @babel/plugin-proposal-object-rest-spread in /react-demo

Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread) from 7.16.7 to 7.17.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.17.3/packages/babel-plugin-proposal-object-rest-spread)

---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-object-rest-spread"
dependency-type: direct:development
update-type: version-update:semver-minor
...

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

dependabot[bot] authored on 26/02/2022 00:14:23
Showing 2 changed files
... ...
@@ -836,41 +836,23 @@
836 836
             }
837 837
         },
838 838
         "@babel/plugin-proposal-object-rest-spread": {
839
-            "version": "7.16.7",
840
-            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz",
841
-            "integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==",
839
+            "version": "7.17.3",
840
+            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz",
841
+            "integrity": "sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==",
842 842
             "dev": true,
843 843
             "requires": {
844
-                "@babel/compat-data": "^7.16.4",
844
+                "@babel/compat-data": "^7.17.0",
845 845
                 "@babel/helper-compilation-targets": "^7.16.7",
846 846
                 "@babel/helper-plugin-utils": "^7.16.7",
847 847
                 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
848 848
                 "@babel/plugin-transform-parameters": "^7.16.7"
849 849
             },
850 850
             "dependencies": {
851
-                "@babel/helper-plugin-utils": {
852
-                    "version": "7.16.7",
853
-                    "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
854
-                    "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",
851
+                "@babel/compat-data": {
852
+                    "version": "7.17.0",
853
+                    "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.0.tgz",
854
+                    "integrity": "sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==",
855 855
                     "dev": true
856
-                },
857
-                "@babel/plugin-syntax-object-rest-spread": {
858
-                    "version": "7.8.3",
859
-                    "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
860
-                    "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
861
-                    "dev": true,
862
-                    "requires": {
863
-                        "@babel/helper-plugin-utils": "^7.8.0"
864
-                    }
865
-                },
866
-                "@babel/plugin-transform-parameters": {
867
-                    "version": "7.16.7",
868
-                    "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz",
869
-                    "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==",
870
-                    "dev": true,
871
-                    "requires": {
872
-                        "@babel/helper-plugin-utils": "^7.16.7"
873
-                    }
874 856
                 }
875 857
             }
876 858
         },
... ...
@@ -11,7 +11,7 @@
11 11
   "devDependencies": {
12 12
     "@babel/cli": "^7.17.6",
13 13
     "@babel/core": "^7.17.5",
14
-    "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
14
+    "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
15 15
     "@babel/plugin-transform-react-jsx": "^7.16.7",
16 16
     "@babel/preset-env": "^7.16.11",
17 17
     "@babel/preset-react": "^7.16.7",