Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit d5dac08

Browse files
⬆️ Bump @babel/plugin-proposal-decorators from 7.4.0 to 7.4.4
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel) from 7.4.0 to 7.4.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.4.0...v7.4.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 45da3b0 commit d5dac08

1 file changed

Lines changed: 67 additions & 10 deletions

File tree

yarn.lock

Lines changed: 67 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@
5858
source-map "^0.5.0"
5959
trim-right "^1.0.1"
6060

61+
"@babel/generator@^7.4.4":
62+
version "7.4.4"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
64+
integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ==
65+
dependencies:
66+
"@babel/types" "^7.4.4"
67+
jsesc "^2.5.1"
68+
lodash "^4.17.11"
69+
source-map "^0.5.0"
70+
trim-right "^1.0.1"
71+
6172
"@babel/helper-annotate-as-pure@^7.0.0":
6273
version "7.0.0"
6374
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -90,17 +101,17 @@
90101
"@babel/traverse" "^7.4.0"
91102
"@babel/types" "^7.4.0"
92103

93-
"@babel/helper-create-class-features-plugin@^7.4.0":
94-
version "7.4.3"
95-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.3.tgz#5bbd279c6c3ac6a60266b89bbfe7f8021080a1ef"
96-
integrity sha512-UMl3TSpX11PuODYdWGrUeW6zFkdYhDn7wRLrOuNVM6f9L+S9CzmDXYyrp3MTHcwWjnzur1f/Op8A7iYZWya2Yg==
104+
"@babel/helper-create-class-features-plugin@^7.4.0", "@babel/helper-create-class-features-plugin@^7.4.4":
105+
version "7.4.4"
106+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.4.tgz#fc3d690af6554cc9efc607364a82d48f58736dba"
107+
integrity sha512-UbBHIa2qeAGgyiNR9RszVF7bUHEdgS4JAUNT8SiqrAN6YJVxlOxeLr5pBzb5kan302dejJ9nla4RyKcR1XT6XA==
97108
dependencies:
98109
"@babel/helper-function-name" "^7.1.0"
99110
"@babel/helper-member-expression-to-functions" "^7.0.0"
100111
"@babel/helper-optimise-call-expression" "^7.0.0"
101112
"@babel/helper-plugin-utils" "^7.0.0"
102-
"@babel/helper-replace-supers" "^7.4.0"
103-
"@babel/helper-split-export-declaration" "^7.4.0"
113+
"@babel/helper-replace-supers" "^7.4.4"
114+
"@babel/helper-split-export-declaration" "^7.4.4"
104115

105116
"@babel/helper-define-map@^7.4.0":
106117
version "7.4.0"
@@ -224,6 +235,16 @@
224235
"@babel/traverse" "^7.4.0"
225236
"@babel/types" "^7.4.0"
226237

238+
"@babel/helper-replace-supers@^7.4.4":
239+
version "7.4.4"
240+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz#aee41783ebe4f2d3ab3ae775e1cc6f1a90cefa27"
241+
integrity sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg==
242+
dependencies:
243+
"@babel/helper-member-expression-to-functions" "^7.0.0"
244+
"@babel/helper-optimise-call-expression" "^7.0.0"
245+
"@babel/traverse" "^7.4.4"
246+
"@babel/types" "^7.4.4"
247+
227248
"@babel/helper-simple-access@^7.1.0":
228249
version "7.1.0"
229250
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
@@ -246,6 +267,13 @@
246267
dependencies:
247268
"@babel/types" "^7.4.0"
248269

270+
"@babel/helper-split-export-declaration@^7.4.4":
271+
version "7.4.4"
272+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
273+
integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==
274+
dependencies:
275+
"@babel/types" "^7.4.4"
276+
249277
"@babel/helper-wrap-function@^7.1.0":
250278
version "7.2.0"
251279
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -288,6 +316,11 @@
288316
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.3.tgz#eb3ac80f64aa101c907d4ce5406360fe75b7895b"
289317
integrity sha512-gxpEUhTS1sGA63EGQGuA+WESPR/6tz6ng7tSHFCmaTJK/cGK8y37cBTspX+U2xCAue2IQVvF6Z0oigmjwD8YGQ==
290318

319+
"@babel/parser@^7.4.4":
320+
version "7.4.4"
321+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.4.tgz#5977129431b8fe33471730d255ce8654ae1250b6"
322+
integrity sha512-5pCS4mOsL+ANsFZGdvNLybx4wtqAZJ0MJjMHxvzI3bvIsz6sQvzW8XX92EYIkiPtIvcfG3Aj+Ir5VNyjnZhP7w==
323+
291324
"@babel/plugin-external-helpers@^7.0.0":
292325
version "7.2.0"
293326
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
@@ -304,11 +337,11 @@
304337
"@babel/helper-plugin-utils" "^7.0.0"
305338

306339
"@babel/plugin-proposal-decorators@^7.4.0":
307-
version "7.4.0"
308-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.0.tgz#8e1bfd83efa54a5f662033afcc2b8e701f4bb3a9"
309-
integrity sha512-d08TLmXeK/XbgCo7ZeZ+JaeZDtDai/2ctapTRsWWkkmy7G/cqz8DQN/HlWG7RR4YmfXxmExsbU3SuCjlM7AtUg==
340+
version "7.4.4"
341+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.4.tgz#de9b2a1a8ab0196f378e2a82f10b6e2a36f21cc0"
342+
integrity sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw==
310343
dependencies:
311-
"@babel/helper-create-class-features-plugin" "^7.4.0"
344+
"@babel/helper-create-class-features-plugin" "^7.4.4"
312345
"@babel/helper-plugin-utils" "^7.0.0"
313346
"@babel/plugin-syntax-decorators" "^7.2.0"
314347

@@ -730,6 +763,21 @@
730763
globals "^11.1.0"
731764
lodash "^4.17.11"
732765

766+
"@babel/traverse@^7.4.4":
767+
version "7.4.4"
768+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.4.tgz#0776f038f6d78361860b6823887d4f3937133fe8"
769+
integrity sha512-Gw6qqkw/e6AGzlyj9KnkabJX7VcubqPtkUQVAwkc0wUMldr3A/hezNB3Rc5eIvId95iSGkGIOe5hh1kMKf951A==
770+
dependencies:
771+
"@babel/code-frame" "^7.0.0"
772+
"@babel/generator" "^7.4.4"
773+
"@babel/helper-function-name" "^7.1.0"
774+
"@babel/helper-split-export-declaration" "^7.4.4"
775+
"@babel/parser" "^7.4.4"
776+
"@babel/types" "^7.4.4"
777+
debug "^4.1.0"
778+
globals "^11.1.0"
779+
lodash "^4.17.11"
780+
733781
"@babel/types@7.0.0-beta.44":
734782
version "7.0.0-beta.44"
735783
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
@@ -748,6 +796,15 @@
748796
lodash "^4.17.11"
749797
to-fast-properties "^2.0.0"
750798

799+
"@babel/types@^7.4.4":
800+
version "7.4.4"
801+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
802+
integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==
803+
dependencies:
804+
esutils "^2.0.2"
805+
lodash "^4.17.11"
806+
to-fast-properties "^2.0.0"
807+
751808
"@cnakazawa/watch@^1.0.3":
752809
version "1.0.3"
753810
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"

0 commit comments

Comments
 (0)