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

Commit b1fa53e

Browse files
Merge pull request #58 from tpucci/dependabot/npm_and_yarn/@babel/plugin-proposal-decorators-7.4.4
2 parents dbb47fb + d5dac08 commit b1fa53e

1 file changed

Lines changed: 60 additions & 10 deletions

File tree

yarn.lock

Lines changed: 60 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"
@@ -295,6 +316,11 @@
295316
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.4.tgz#5977129431b8fe33471730d255ce8654ae1250b6"
296317
integrity sha512-5pCS4mOsL+ANsFZGdvNLybx4wtqAZJ0MJjMHxvzI3bvIsz6sQvzW8XX92EYIkiPtIvcfG3Aj+Ir5VNyjnZhP7w==
297318

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+
298324
"@babel/plugin-external-helpers@^7.0.0":
299325
version "7.2.0"
300326
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
@@ -311,11 +337,11 @@
311337
"@babel/helper-plugin-utils" "^7.0.0"
312338

313339
"@babel/plugin-proposal-decorators@^7.4.0":
314-
version "7.4.0"
315-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.0.tgz#8e1bfd83efa54a5f662033afcc2b8e701f4bb3a9"
316-
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==
317343
dependencies:
318-
"@babel/helper-create-class-features-plugin" "^7.4.0"
344+
"@babel/helper-create-class-features-plugin" "^7.4.4"
319345
"@babel/helper-plugin-utils" "^7.0.0"
320346
"@babel/plugin-syntax-decorators" "^7.2.0"
321347

@@ -737,6 +763,21 @@
737763
globals "^11.1.0"
738764
lodash "^4.17.11"
739765

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+
740781
"@babel/types@7.0.0-beta.44":
741782
version "7.0.0-beta.44"
742783
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
@@ -755,6 +796,15 @@
755796
lodash "^4.17.11"
756797
to-fast-properties "^2.0.0"
757798

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+
758808
"@cnakazawa/watch@^1.0.3":
759809
version "1.0.3"
760810
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"

0 commit comments

Comments
 (0)