Skip to content

Commit 09610c2

Browse files
chore(deps): bump @babel/plugin-proposal-decorators
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.12.1 to 7.12.12. - [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.12/packages/babel-plugin-proposal-decorators) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 7f35d8a commit 09610c2

File tree

2 files changed

+5
-57
lines changed

2 files changed

+5
-57
lines changed

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@babel/plugin-proposal-class-properties": "^7.12.1",
20-
"@babel/plugin-proposal-decorators": "^7.12.1",
20+
"@babel/plugin-proposal-decorators": "^7.12.12",
2121
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
2222
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
2323
"@babel/plugin-transform-typescript": "^7.12.1",

yarn.lock

+4-56
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,6 @@
7070
browserslist "^4.14.5"
7171
semver "^5.5.0"
7272

73-
"@babel/helper-create-class-features-plugin@^7.10.5":
74-
version "7.10.5"
75-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d"
76-
integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A==
77-
dependencies:
78-
"@babel/helper-function-name" "^7.10.4"
79-
"@babel/helper-member-expression-to-functions" "^7.10.5"
80-
"@babel/helper-optimise-call-expression" "^7.10.4"
81-
"@babel/helper-plugin-utils" "^7.10.4"
82-
"@babel/helper-replace-supers" "^7.10.4"
83-
"@babel/helper-split-export-declaration" "^7.10.4"
84-
8573
"@babel/helper-create-class-features-plugin@^7.12.1":
8674
version "7.12.1"
8775
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
@@ -142,20 +130,6 @@
142130
dependencies:
143131
"@babel/types" "^7.10.4"
144132

145-
"@babel/helper-member-expression-to-functions@^7.10.4":
146-
version "7.10.4"
147-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4"
148-
integrity sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A==
149-
dependencies:
150-
"@babel/types" "^7.10.4"
151-
152-
"@babel/helper-member-expression-to-functions@^7.10.5":
153-
version "7.11.0"
154-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df"
155-
integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==
156-
dependencies:
157-
"@babel/types" "^7.11.0"
158-
159133
"@babel/helper-member-expression-to-functions@^7.12.1":
160134
version "7.12.1"
161135
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
@@ -213,16 +187,6 @@
213187
"@babel/helper-wrap-function" "^7.10.4"
214188
"@babel/types" "^7.12.1"
215189

216-
"@babel/helper-replace-supers@^7.10.4":
217-
version "7.10.4"
218-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
219-
integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==
220-
dependencies:
221-
"@babel/helper-member-expression-to-functions" "^7.10.4"
222-
"@babel/helper-optimise-call-expression" "^7.10.4"
223-
"@babel/traverse" "^7.10.4"
224-
"@babel/types" "^7.10.4"
225-
226190
"@babel/helper-replace-supers@^7.12.1":
227191
version "7.12.1"
228192
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9"
@@ -346,19 +310,10 @@
346310
"@babel/helper-create-class-features-plugin" "^7.12.1"
347311
"@babel/helper-plugin-utils" "^7.10.4"
348312

349-
"@babel/plugin-proposal-decorators@^7.10.5":
350-
version "7.10.5"
351-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.10.5.tgz#42898bba478bc4b1ae242a703a953a7ad350ffb4"
352-
integrity sha512-Sc5TAQSZuLzgY0664mMDn24Vw2P8g/VhyLyGPaWiHahhgLqeZvcGeyBZOrJW0oSKIK2mvQ22a1ENXBIQLhrEiQ==
353-
dependencies:
354-
"@babel/helper-create-class-features-plugin" "^7.10.5"
355-
"@babel/helper-plugin-utils" "^7.10.4"
356-
"@babel/plugin-syntax-decorators" "^7.10.4"
357-
358-
"@babel/plugin-proposal-decorators@^7.12.1":
359-
version "7.12.1"
360-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.1.tgz#59271439fed4145456c41067450543aee332d15f"
361-
integrity sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==
313+
"@babel/plugin-proposal-decorators@^7.10.5", "@babel/plugin-proposal-decorators@^7.12.12":
314+
version "7.12.12"
315+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.12.tgz#067a6d3d6ca86d54cf56bb183239199c20daeafe"
316+
integrity sha512-fhkE9lJYpw2mjHelBpM2zCbaA11aov2GJs7q4cFaXNrWx0H3bW58H9Esy2rdtYOghFBEYUDRIpvlgi+ZD+AvvQ==
362317
dependencies:
363318
"@babel/helper-create-class-features-plugin" "^7.12.1"
364319
"@babel/helper-plugin-utils" "^7.10.4"
@@ -468,13 +423,6 @@
468423
dependencies:
469424
"@babel/helper-plugin-utils" "^7.10.4"
470425

471-
"@babel/plugin-syntax-decorators@^7.10.4":
472-
version "7.10.4"
473-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.10.4.tgz#6853085b2c429f9d322d02f5a635018cdeb2360c"
474-
integrity sha512-2NaoC6fAk2VMdhY1eerkfHV+lVYC1u8b+jmRJISqANCJlTxYy19HGdIkkQtix2UtkcPuPu+IlDgrVseZnU03bw==
475-
dependencies:
476-
"@babel/helper-plugin-utils" "^7.10.4"
477-
478426
"@babel/plugin-syntax-decorators@^7.12.1":
479427
version "7.12.1"
480428
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.1.tgz#81a8b535b284476c41be6de06853a8802b98c5dd"

0 commit comments

Comments
 (0)