git.fiddlerwoaroof.com
Browse code

chore(deps-dev): bump @babel/core from 7.10.2 to 7.10.3

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

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

dependabot-preview[bot] authored on 22/06/2020 07:50:18
Showing 2 changed files
... ...
@@ -56,19 +56,19 @@
56 56
       }
57 57
     },
58 58
     "@babel/core": {
59
-      "version": "7.10.2",
60
-      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.2.tgz",
61
-      "integrity": "sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==",
59
+      "version": "7.10.3",
60
+      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.3.tgz",
61
+      "integrity": "sha512-5YqWxYE3pyhIi84L84YcwjeEgS+fa7ZjK6IBVGTjDVfm64njkR2lfDhVR5OudLk8x2GK59YoSyVv+L/03k1q9w==",
62 62
       "dev": true,
63 63
       "requires": {
64
-        "@babel/code-frame": "^7.10.1",
65
-        "@babel/generator": "^7.10.2",
64
+        "@babel/code-frame": "^7.10.3",
65
+        "@babel/generator": "^7.10.3",
66 66
         "@babel/helper-module-transforms": "^7.10.1",
67 67
         "@babel/helpers": "^7.10.1",
68
-        "@babel/parser": "^7.10.2",
69
-        "@babel/template": "^7.10.1",
70
-        "@babel/traverse": "^7.10.1",
71
-        "@babel/types": "^7.10.2",
68
+        "@babel/parser": "^7.10.3",
69
+        "@babel/template": "^7.10.3",
70
+        "@babel/traverse": "^7.10.3",
71
+        "@babel/types": "^7.10.3",
72 72
         "convert-source-map": "^1.7.0",
73 73
         "debug": "^4.1.0",
74 74
         "gensync": "^1.0.0-beta.1",
... ...
@@ -79,6 +79,109 @@
79 79
         "source-map": "^0.5.0"
80 80
       },
81 81
       "dependencies": {
82
+        "@babel/code-frame": {
83
+          "version": "7.10.3",
84
+          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
85
+          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
86
+          "dev": true,
87
+          "requires": {
88
+            "@babel/highlight": "^7.10.3"
89
+          }
90
+        },
91
+        "@babel/generator": {
92
+          "version": "7.10.3",
93
+          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.3.tgz",
94
+          "integrity": "sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA==",
95
+          "dev": true,
96
+          "requires": {
97
+            "@babel/types": "^7.10.3",
98
+            "jsesc": "^2.5.1",
99
+            "lodash": "^4.17.13",
100
+            "source-map": "^0.5.0"
101
+          }
102
+        },
103
+        "@babel/helper-function-name": {
104
+          "version": "7.10.3",
105
+          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
106
+          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
107
+          "dev": true,
108
+          "requires": {
109
+            "@babel/helper-get-function-arity": "^7.10.3",
110
+            "@babel/template": "^7.10.3",
111
+            "@babel/types": "^7.10.3"
112
+          }
113
+        },
114
+        "@babel/helper-get-function-arity": {
115
+          "version": "7.10.3",
116
+          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
117
+          "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
118
+          "dev": true,
119
+          "requires": {
120
+            "@babel/types": "^7.10.3"
121
+          }
122
+        },
123
+        "@babel/helper-validator-identifier": {
124
+          "version": "7.10.3",
125
+          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
126
+          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
127
+          "dev": true
128
+        },
129
+        "@babel/highlight": {
130
+          "version": "7.10.3",
131
+          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
132
+          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
133
+          "dev": true,
134
+          "requires": {
135
+            "@babel/helper-validator-identifier": "^7.10.3",
136
+            "chalk": "^2.0.0",
137
+            "js-tokens": "^4.0.0"
138
+          }
139
+        },
140
+        "@babel/parser": {
141
+          "version": "7.10.3",
142
+          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
143
+          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
144
+          "dev": true
145
+        },
146
+        "@babel/template": {
147
+          "version": "7.10.3",
148
+          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
149
+          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
150
+          "dev": true,
151
+          "requires": {
152
+            "@babel/code-frame": "^7.10.3",
153
+            "@babel/parser": "^7.10.3",
154
+            "@babel/types": "^7.10.3"
155
+          }
156
+        },
157
+        "@babel/traverse": {
158
+          "version": "7.10.3",
159
+          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.3.tgz",
160
+          "integrity": "sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==",
161
+          "dev": true,
162
+          "requires": {
163
+            "@babel/code-frame": "^7.10.3",
164
+            "@babel/generator": "^7.10.3",
165
+            "@babel/helper-function-name": "^7.10.3",
166
+            "@babel/helper-split-export-declaration": "^7.10.1",
167
+            "@babel/parser": "^7.10.3",
168
+            "@babel/types": "^7.10.3",
169
+            "debug": "^4.1.0",
170
+            "globals": "^11.1.0",
171
+            "lodash": "^4.17.13"
172
+          }
173
+        },
174
+        "@babel/types": {
175
+          "version": "7.10.3",
176
+          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
177
+          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
178
+          "dev": true,
179
+          "requires": {
180
+            "@babel/helper-validator-identifier": "^7.10.3",
181
+            "lodash": "^4.17.13",
182
+            "to-fast-properties": "^2.0.0"
183
+          }
184
+        },
82 185
         "debug": {
83 186
           "version": "4.1.1",
84 187
           "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
... ...
@@ -24,7 +24,7 @@
24 24
   },
25 25
   "devDependencies": {
26 26
     "@babel/cli": "^7.5.5",
27
-    "@babel/core": "^7.10.2",
27
+    "@babel/core": "^7.10.3",
28 28
     "@babel/plugin-proposal-class-properties": "^7.5.5",
29 29
     "@babel/plugin-proposal-json-strings": "^7.0.0",
30 30
     "@babel/plugin-syntax-dynamic-import": "^7.0.0",