git.fiddlerwoaroof.com
Browse code

chore: bump @babel/core from 7.17.5 to 7.17.7 in /react-demo

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.5 to 7.17.7.
- [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.7/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...

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

dependabot[bot] authored on 15/03/2022 10:27:40
Showing 2 changed files
... ...
@@ -47,18 +47,18 @@
47 47
             "dev": true
48 48
         },
49 49
         "@babel/core": {
50
-            "version": "7.17.5",
51
-            "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.5.tgz",
52
-            "integrity": "sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==",
50
+            "version": "7.17.7",
51
+            "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.7.tgz",
52
+            "integrity": "sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==",
53 53
             "dev": true,
54 54
             "requires": {
55 55
                 "@ampproject/remapping": "^2.1.0",
56 56
                 "@babel/code-frame": "^7.16.7",
57
-                "@babel/generator": "^7.17.3",
58
-                "@babel/helper-compilation-targets": "^7.16.7",
59
-                "@babel/helper-module-transforms": "^7.16.7",
60
-                "@babel/helpers": "^7.17.2",
61
-                "@babel/parser": "^7.17.3",
57
+                "@babel/generator": "^7.17.7",
58
+                "@babel/helper-compilation-targets": "^7.17.7",
59
+                "@babel/helper-module-transforms": "^7.17.7",
60
+                "@babel/helpers": "^7.17.7",
61
+                "@babel/parser": "^7.17.7",
62 62
                 "@babel/template": "^7.16.7",
63 63
                 "@babel/traverse": "^7.17.3",
64 64
                 "@babel/types": "^7.17.0",
... ...
@@ -69,10 +69,16 @@
69 69
                 "semver": "^6.3.0"
70 70
             },
71 71
             "dependencies": {
72
+                "@babel/compat-data": {
73
+                    "version": "7.17.7",
74
+                    "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz",
75
+                    "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==",
76
+                    "dev": true
77
+                },
72 78
                 "@babel/generator": {
73
-                    "version": "7.17.3",
74
-                    "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz",
75
-                    "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==",
79
+                    "version": "7.17.7",
80
+                    "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.7.tgz",
81
+                    "integrity": "sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==",
76 82
                     "dev": true,
77 83
                     "requires": {
78 84
                         "@babel/types": "^7.17.0",
... ...
@@ -80,10 +86,56 @@
80 86
                         "source-map": "^0.5.0"
81 87
                     }
82 88
                 },
89
+                "@babel/helper-compilation-targets": {
90
+                    "version": "7.17.7",
91
+                    "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz",
92
+                    "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==",
93
+                    "dev": true,
94
+                    "requires": {
95
+                        "@babel/compat-data": "^7.17.7",
96
+                        "@babel/helper-validator-option": "^7.16.7",
97
+                        "browserslist": "^4.17.5",
98
+                        "semver": "^6.3.0"
99
+                    }
100
+                },
101
+                "@babel/helper-module-imports": {
102
+                    "version": "7.16.7",
103
+                    "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
104
+                    "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
105
+                    "dev": true,
106
+                    "requires": {
107
+                        "@babel/types": "^7.16.7"
108
+                    }
109
+                },
110
+                "@babel/helper-module-transforms": {
111
+                    "version": "7.17.7",
112
+                    "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz",
113
+                    "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==",
114
+                    "dev": true,
115
+                    "requires": {
116
+                        "@babel/helper-environment-visitor": "^7.16.7",
117
+                        "@babel/helper-module-imports": "^7.16.7",
118
+                        "@babel/helper-simple-access": "^7.17.7",
119
+                        "@babel/helper-split-export-declaration": "^7.16.7",
120
+                        "@babel/helper-validator-identifier": "^7.16.7",
121
+                        "@babel/template": "^7.16.7",
122
+                        "@babel/traverse": "^7.17.3",
123
+                        "@babel/types": "^7.17.0"
124
+                    }
125
+                },
126
+                "@babel/helper-simple-access": {
127
+                    "version": "7.17.7",
128
+                    "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz",
129
+                    "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==",
130
+                    "dev": true,
131
+                    "requires": {
132
+                        "@babel/types": "^7.17.0"
133
+                    }
134
+                },
83 135
                 "@babel/parser": {
84
-                    "version": "7.17.3",
85
-                    "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz",
86
-                    "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==",
136
+                    "version": "7.17.7",
137
+                    "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.7.tgz",
138
+                    "integrity": "sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==",
87 139
                     "dev": true
88 140
                 },
89 141
                 "@babel/traverse": {
... ...
@@ -649,20 +701,20 @@
649 701
             }
650 702
         },
651 703
         "@babel/helpers": {
652
-            "version": "7.17.2",
653
-            "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.2.tgz",
654
-            "integrity": "sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==",
704
+            "version": "7.17.7",
705
+            "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.7.tgz",
706
+            "integrity": "sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==",
655 707
             "dev": true,
656 708
             "requires": {
657 709
                 "@babel/template": "^7.16.7",
658
-                "@babel/traverse": "^7.17.0",
710
+                "@babel/traverse": "^7.17.3",
659 711
                 "@babel/types": "^7.17.0"
660 712
             },
661 713
             "dependencies": {
662 714
                 "@babel/generator": {
663
-                    "version": "7.17.3",
664
-                    "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz",
665
-                    "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==",
715
+                    "version": "7.17.7",
716
+                    "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.7.tgz",
717
+                    "integrity": "sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==",
666 718
                     "dev": true,
667 719
                     "requires": {
668 720
                         "@babel/types": "^7.17.0",
... ...
@@ -671,9 +723,9 @@
671 723
                     }
672 724
                 },
673 725
                 "@babel/parser": {
674
-                    "version": "7.17.3",
675
-                    "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz",
676
-                    "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==",
726
+                    "version": "7.17.7",
727
+                    "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.7.tgz",
728
+                    "integrity": "sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==",
677 729
                     "dev": true
678 730
                 },
679 731
                 "@babel/traverse": {
... ...
@@ -10,7 +10,7 @@
10 10
   },
11 11
   "devDependencies": {
12 12
     "@babel/cli": "^7.17.6",
13
-    "@babel/core": "^7.17.5",
13
+    "@babel/core": "^7.17.7",
14 14
     "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
15 15
     "@babel/plugin-transform-react-jsx": "^7.17.3",
16 16
     "@babel/preset-env": "^7.16.11",