git.fiddlerwoaroof.com
Browse code

Bump @babel/plugin-proposal-class-properties from 7.5.0 to 7.5.5

Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.5.0 to 7.5.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.5.0...v7.5.5)

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

dependabot-preview[bot] authored on 04/08/2019 07:26:52
Showing 2 changed files
... ...
@@ -28,7 +28,7 @@
28 28
   "devDependencies": {
29 29
     "@babel/cli": "^7.5.0",
30 30
     "@babel/core": "7.5.5",
31
-    "@babel/plugin-proposal-class-properties": "^7.5.0",
31
+    "@babel/plugin-proposal-class-properties": "^7.5.5",
32 32
     "@babel/plugin-proposal-json-strings": "^7.0.0",
33 33
     "@babel/plugin-syntax-dynamic-import": "^7.0.0",
34 34
     "@babel/plugin-syntax-import-meta": "^7.0.0",
... ...
@@ -116,16 +116,16 @@
116 116
     "@babel/traverse" "^7.4.4"
117 117
     "@babel/types" "^7.4.4"
118 118
 
119
-"@babel/helper-create-class-features-plugin@^7.4.0", "@babel/helper-create-class-features-plugin@^7.5.0":
120
-  version "7.5.0"
121
-  resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.0.tgz#02edb97f512d44ba23b3227f1bf2ed43454edac5"
122
-  integrity sha512-EAoMc3hE5vE5LNhMqDOwB1usHvmRjCDAnH8CD4PVkX9/Yr3W/tcz8xE8QvdZxfsFBDICwZnF2UTHIqslRpvxmA==
119
+"@babel/helper-create-class-features-plugin@^7.4.0", "@babel/helper-create-class-features-plugin@^7.5.5":
120
+  version "7.5.5"
121
+  resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.5.tgz#401f302c8ddbc0edd36f7c6b2887d8fa1122e5a4"
122
+  integrity sha512-ZsxkyYiRA7Bg+ZTRpPvB6AbOFKTFFK4LrvTet8lInm0V468MWCaSYJE+I7v2z2r8KNLtYiV+K5kTCnR7dvyZjg==
123 123
   dependencies:
124 124
     "@babel/helper-function-name" "^7.1.0"
125
-    "@babel/helper-member-expression-to-functions" "^7.0.0"
125
+    "@babel/helper-member-expression-to-functions" "^7.5.5"
126 126
     "@babel/helper-optimise-call-expression" "^7.0.0"
127 127
     "@babel/helper-plugin-utils" "^7.0.0"
128
-    "@babel/helper-replace-supers" "^7.4.4"
128
+    "@babel/helper-replace-supers" "^7.5.5"
129 129
     "@babel/helper-split-export-declaration" "^7.4.4"
130 130
 
131 131
 "@babel/helper-define-map@^7.4.0", "@babel/helper-define-map@^7.4.4":
... ...
@@ -175,6 +175,13 @@
175 175
   dependencies:
176 176
     "@babel/types" "^7.0.0"
177 177
 
178
+"@babel/helper-member-expression-to-functions@^7.5.5":
179
+  version "7.5.5"
180
+  resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590"
181
+  integrity sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==
182
+  dependencies:
183
+    "@babel/types" "^7.5.5"
184
+
178 185
 "@babel/helper-module-imports@^7.0.0":
179 186
   version "7.0.0"
180 187
   resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
... ...
@@ -234,6 +241,16 @@
234 241
     "@babel/traverse" "^7.4.4"
235 242
     "@babel/types" "^7.4.4"
236 243
 
244
+"@babel/helper-replace-supers@^7.5.5":
245
+  version "7.5.5"
246
+  resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2"
247
+  integrity sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==
248
+  dependencies:
249
+    "@babel/helper-member-expression-to-functions" "^7.5.5"
250
+    "@babel/helper-optimise-call-expression" "^7.0.0"
251
+    "@babel/traverse" "^7.5.5"
252
+    "@babel/types" "^7.5.5"
253
+
237 254
 "@babel/helper-simple-access@^7.1.0":
238 255
   version "7.1.0"
239 256
   resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
... ...
@@ -299,12 +316,12 @@
299 316
     "@babel/helper-create-class-features-plugin" "^7.4.0"
300 317
     "@babel/helper-plugin-utils" "^7.0.0"
301 318
 
302
-"@babel/plugin-proposal-class-properties@^7.5.0":
303
-  version "7.5.0"
304
-  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.0.tgz#5bc6a0537d286fcb4fd4e89975adbca334987007"
305
-  integrity sha512-9L/JfPCT+kShiiTTzcnBJ8cOwdKVmlC1RcCf9F0F9tERVrM4iWtWnXtjWCRqNm2la2BxO1MPArWNsU9zsSJWSQ==
319
+"@babel/plugin-proposal-class-properties@^7.5.5":
320
+  version "7.5.5"
321
+  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4"
322
+  integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A==
306 323
   dependencies:
307
-    "@babel/helper-create-class-features-plugin" "^7.5.0"
324
+    "@babel/helper-create-class-features-plugin" "^7.5.5"
308 325
     "@babel/helper-plugin-utils" "^7.0.0"
309 326
 
310 327
 "@babel/plugin-proposal-decorators@7.4.0":