Skip to content

Commit 0a460ae

Browse files
Bump @babel/plugin-proposal-decorators from 7.24.0 to 7.24.1
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.24.0 to 7.24.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.24.1/packages/babel-plugin-proposal-decorators) --- updated-dependencies: - dependency-name: "@babel/plugin-proposal-decorators" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62cfcd3 commit 0a460ae

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

yarn.lock

+24-15
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@
103103
lru-cache "^5.1.1"
104104
semver "^6.3.1"
105105

106-
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.11", "@babel/helper-create-class-features-plugin@^7.22.15", "@babel/helper-create-class-features-plugin@^7.22.5", "@babel/helper-create-class-features-plugin@^7.24.0", "@babel/helper-create-class-features-plugin@^7.5.5":
107-
version "7.24.0"
108-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz#fc7554141bdbfa2d17f7b4b80153b9b090e5d158"
109-
integrity sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==
106+
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.11", "@babel/helper-create-class-features-plugin@^7.22.15", "@babel/helper-create-class-features-plugin@^7.22.5", "@babel/helper-create-class-features-plugin@^7.24.1", "@babel/helper-create-class-features-plugin@^7.5.5":
107+
version "7.24.1"
108+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.1.tgz#db58bf57137b623b916e24874ab7188d93d7f68f"
109+
integrity sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==
110110
dependencies:
111111
"@babel/helper-annotate-as-pure" "^7.22.5"
112112
"@babel/helper-environment-visitor" "^7.22.20"
113113
"@babel/helper-function-name" "^7.23.0"
114114
"@babel/helper-member-expression-to-functions" "^7.23.0"
115115
"@babel/helper-optimise-call-expression" "^7.22.5"
116-
"@babel/helper-replace-supers" "^7.22.20"
116+
"@babel/helper-replace-supers" "^7.24.1"
117117
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
118118
"@babel/helper-split-export-declaration" "^7.22.6"
119119
semver "^6.3.1"
@@ -204,7 +204,7 @@
204204
"@babel/helper-environment-visitor" "^7.22.5"
205205
"@babel/helper-wrap-function" "^7.22.9"
206206

207-
"@babel/helper-replace-supers@^7.22.20", "@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9":
207+
"@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9":
208208
version "7.22.20"
209209
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793"
210210
integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==
@@ -213,6 +213,15 @@
213213
"@babel/helper-member-expression-to-functions" "^7.22.15"
214214
"@babel/helper-optimise-call-expression" "^7.22.5"
215215

216+
"@babel/helper-replace-supers@^7.24.1":
217+
version "7.24.1"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1"
219+
integrity sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==
220+
dependencies:
221+
"@babel/helper-environment-visitor" "^7.22.20"
222+
"@babel/helper-member-expression-to-functions" "^7.23.0"
223+
"@babel/helper-optimise-call-expression" "^7.22.5"
224+
216225
"@babel/helper-simple-access@^7.22.5":
217226
version "7.22.5"
218227
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
@@ -306,13 +315,13 @@
306315
"@babel/helper-plugin-utils" "^7.18.6"
307316

308317
"@babel/plugin-proposal-decorators@^7.13.5", "@babel/plugin-proposal-decorators@^7.16.7", "@babel/plugin-proposal-decorators@^7.20.13", "@babel/plugin-proposal-decorators@^7.24.0":
309-
version "7.24.0"
310-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.0.tgz#845b42189e7441faa60a37682de1038eae97c382"
311-
integrity sha512-LiT1RqZWeij7X+wGxCoYh3/3b8nVOX6/7BZ9wiQgAIyjoeQWdROaodJCgT+dwtbjHaz0r7bEbHJzjSbVfcOyjQ==
318+
version "7.24.1"
319+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.1.tgz#bab2b9e174a2680f0a80f341f3ec70f809f8bb4b"
320+
integrity sha512-zPEvzFijn+hRvJuX2Vu3KbEBN39LN3f7tW3MQO2LsIs57B26KU+kUc82BdAktS1VCM6libzh45eKGI65lg0cpA==
312321
dependencies:
313-
"@babel/helper-create-class-features-plugin" "^7.24.0"
322+
"@babel/helper-create-class-features-plugin" "^7.24.1"
314323
"@babel/helper-plugin-utils" "^7.24.0"
315-
"@babel/plugin-syntax-decorators" "^7.24.0"
324+
"@babel/plugin-syntax-decorators" "^7.24.1"
316325

317326
"@babel/plugin-proposal-private-methods@^7.16.5", "@babel/plugin-proposal-private-methods@^7.16.7":
318327
version "7.18.6"
@@ -358,10 +367,10 @@
358367
dependencies:
359368
"@babel/helper-plugin-utils" "^7.14.5"
360369

361-
"@babel/plugin-syntax-decorators@^7.16.7", "@babel/plugin-syntax-decorators@^7.24.0":
362-
version "7.24.0"
363-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.0.tgz#7a15e20aeaf412469c53ed0d5666f31a1fc41215"
364-
integrity sha512-MXW3pQCu9gUiVGzqkGqsgiINDVYXoAnrY8FYF/rmb+OfufNF0zHMpHPN4ulRrinxYT8Vk/aZJxYqOKsDECjKAw==
370+
"@babel/plugin-syntax-decorators@^7.16.7", "@babel/plugin-syntax-decorators@^7.24.1":
371+
version "7.24.1"
372+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.1.tgz#71d9ad06063a6ac5430db126b5df48c70ee885fa"
373+
integrity sha512-05RJdO/cCrtVWuAaSn1tS3bH8jbsJa/Y1uD186u6J4C/1mnHFxseeuWpsqr9anvo7TUulev7tm7GDwRV+VuhDw==
365374
dependencies:
366375
"@babel/helper-plugin-utils" "^7.24.0"
367376

0 commit comments

Comments
 (0)