Skip to content

Commit fddc5a2

Browse files
Bump @babel/plugin-proposal-class-properties from 7.10.4 to 7.12.1
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.10.4 to 7.12.1. - [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.12.1/packages/babel-plugin-proposal-class-properties) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a9936ef commit fddc5a2

File tree

2 files changed

+66
-19
lines changed

2 files changed

+66
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@babel/core": "^7.11.5",
53-
"@babel/plugin-proposal-class-properties": "^7.10.1",
53+
"@babel/plugin-proposal-class-properties": "^7.12.1",
5454
"@babel/plugin-proposal-decorators": "^7.10.5",
5555
"@babel/plugin-transform-runtime": "^7.11.5",
5656
"@babel/plugin-transform-typescript": "^7.10.1",

yarn.lock

Lines changed: 65 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@
5858
jsesc "^2.5.1"
5959
source-map "^0.6.1"
6060

61+
"@babel/generator@^7.12.1":
62+
version "7.12.1"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
64+
integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
65+
dependencies:
66+
"@babel/types" "^7.12.1"
67+
jsesc "^2.5.1"
68+
source-map "^0.5.0"
69+
6170
"@babel/helper-annotate-as-pure@^7.10.4":
6271
version "7.10.4"
6372
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -91,16 +100,15 @@
91100
levenary "^1.1.1"
92101
semver "^5.5.0"
93102

94-
"@babel/helper-create-class-features-plugin@^7.10.4", "@babel/helper-create-class-features-plugin@^7.10.5":
95-
version "7.10.5"
96-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d"
97-
integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A==
103+
"@babel/helper-create-class-features-plugin@^7.10.4", "@babel/helper-create-class-features-plugin@^7.10.5", "@babel/helper-create-class-features-plugin@^7.12.1":
104+
version "7.12.1"
105+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
106+
integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
98107
dependencies:
99108
"@babel/helper-function-name" "^7.10.4"
100-
"@babel/helper-member-expression-to-functions" "^7.10.5"
109+
"@babel/helper-member-expression-to-functions" "^7.12.1"
101110
"@babel/helper-optimise-call-expression" "^7.10.4"
102-
"@babel/helper-plugin-utils" "^7.10.4"
103-
"@babel/helper-replace-supers" "^7.10.4"
111+
"@babel/helper-replace-supers" "^7.12.1"
104112
"@babel/helper-split-export-declaration" "^7.10.4"
105113

106114
"@babel/helper-create-regexp-features-plugin@^7.10.4":
@@ -168,12 +176,12 @@
168176
dependencies:
169177
"@babel/types" "^7.10.4"
170178

171-
"@babel/helper-member-expression-to-functions@^7.10.5":
172-
version "7.11.0"
173-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df"
174-
integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==
179+
"@babel/helper-member-expression-to-functions@^7.12.1":
180+
version "7.12.1"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
182+
integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
175183
dependencies:
176-
"@babel/types" "^7.11.0"
184+
"@babel/types" "^7.12.1"
177185

178186
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.8.3":
179187
version "7.10.4"
@@ -242,6 +250,16 @@
242250
"@babel/traverse" "^7.10.4"
243251
"@babel/types" "^7.10.4"
244252

253+
"@babel/helper-replace-supers@^7.12.1":
254+
version "7.12.1"
255+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9"
256+
integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==
257+
dependencies:
258+
"@babel/helper-member-expression-to-functions" "^7.12.1"
259+
"@babel/helper-optimise-call-expression" "^7.10.4"
260+
"@babel/traverse" "^7.12.1"
261+
"@babel/types" "^7.12.1"
262+
245263
"@babel/helper-simple-access@^7.10.4":
246264
version "7.10.4"
247265
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -309,6 +327,11 @@
309327
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
310328
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
311329

330+
"@babel/parser@^7.12.1":
331+
version "7.12.3"
332+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
333+
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
334+
312335
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
313336
version "7.10.4"
314337
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz#4b65abb3d9bacc6c657aaa413e56696f9f170fc6"
@@ -318,12 +341,12 @@
318341
"@babel/helper-remap-async-to-generator" "^7.10.4"
319342
"@babel/plugin-syntax-async-generators" "^7.8.0"
320343

321-
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.10.1", "@babel/plugin-proposal-class-properties@^7.10.4":
322-
version "7.10.4"
323-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807"
324-
integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==
344+
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.12.1":
345+
version "7.12.1"
346+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
347+
integrity sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==
325348
dependencies:
326-
"@babel/helper-create-class-features-plugin" "^7.10.4"
349+
"@babel/helper-create-class-features-plugin" "^7.12.1"
327350
"@babel/helper-plugin-utils" "^7.10.4"
328351

329352
"@babel/plugin-proposal-decorators@^7.10.5":
@@ -956,6 +979,21 @@
956979
globals "^11.1.0"
957980
lodash "^4.17.19"
958981

982+
"@babel/traverse@^7.12.1":
983+
version "7.12.1"
984+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
985+
integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
986+
dependencies:
987+
"@babel/code-frame" "^7.10.4"
988+
"@babel/generator" "^7.12.1"
989+
"@babel/helper-function-name" "^7.10.4"
990+
"@babel/helper-split-export-declaration" "^7.11.0"
991+
"@babel/parser" "^7.12.1"
992+
"@babel/types" "^7.12.1"
993+
debug "^4.1.0"
994+
globals "^11.1.0"
995+
lodash "^4.17.19"
996+
959997
"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2", "@babel/types@^7.8.3":
960998
version "7.11.5"
961999
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
@@ -965,6 +1003,15 @@
9651003
lodash "^4.17.19"
9661004
to-fast-properties "^2.0.0"
9671005

1006+
"@babel/types@^7.12.1":
1007+
version "7.12.1"
1008+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
1009+
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
1010+
dependencies:
1011+
"@babel/helper-validator-identifier" "^7.10.4"
1012+
lodash "^4.17.19"
1013+
to-fast-properties "^2.0.0"
1014+
9681015
"@cnakazawa/watch@^1.0.3":
9691016
version "1.0.3"
9701017
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -9505,7 +9552,7 @@ [email protected], source-map@^0.4.2:
95059552
dependencies:
95069553
amdefine ">=0.0.4"
95079554

9508-
source-map@^0.5.6, source-map@^0.5.7:
9555+
source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7:
95099556
version "0.5.7"
95109557
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
95119558
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=

0 commit comments

Comments
 (0)