Skip to content

Commit f9ea0af

Browse files
committed
chore(deps): update babel monorepo to v7.13.15
1 parent acad664 commit f9ea0af

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"stream-browserify": "3.0.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.13.14",
28+
"@babel/core": "7.13.15",
2929
"@babel/eslint-parser": "7.13.14",
30-
"@babel/eslint-plugin": "7.13.10",
30+
"@babel/eslint-plugin": "7.13.15",
3131
"@poool/eslint-config": "1.4.2",
3232
"@poool/eslint-config-react": "1.4.2",
3333
"@poool/eslint-config-react-native": "1.4.2",

yarn.lock

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
2929
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
3030

31-
"@babel/[email protected].14":
32-
version "7.13.14"
33-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
34-
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
31+
"@babel/[email protected].15":
32+
version "7.13.15"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
34+
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
3535
dependencies:
3636
"@babel/code-frame" "^7.12.13"
3737
"@babel/generator" "^7.13.9"
3838
"@babel/helper-compilation-targets" "^7.13.13"
3939
"@babel/helper-module-transforms" "^7.13.14"
4040
"@babel/helpers" "^7.13.10"
41-
"@babel/parser" "^7.13.13"
41+
"@babel/parser" "^7.13.15"
4242
"@babel/template" "^7.12.13"
43-
"@babel/traverse" "^7.13.13"
43+
"@babel/traverse" "^7.13.15"
4444
"@babel/types" "^7.13.14"
4545
convert-source-map "^1.7.0"
4646
debug "^4.1.0"
@@ -80,10 +80,10 @@
8080
eslint-visitor-keys "^1.3.0"
8181
semver "^6.3.0"
8282

83-
"@babel/[email protected].10":
84-
version "7.13.10"
85-
resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.13.10.tgz#6720c32d52a4fef817796c7bb55a87b80320bbe7"
86-
integrity sha512-xsNxo099fKnJ2rArkuuMOTPxxTLZSXwbFXdH4GjqQRKTOr6S1odQlE+R3Leid56VFQ3KVAR295vVNG9fqNQVvQ==
83+
"@babel/[email protected].15":
84+
version "7.13.15"
85+
resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.13.15.tgz#31eced09690b23de6d7287b8da6dfec09dce9942"
86+
integrity sha512-ZrfhoThsrkcws78a7IJdfUBU5mXIfLiXxjxfIUSWtqYh/F9k1ZCiuibfNJuD5mDsyG3tqPrfE83Qlj/Gfzyi7w==
8787
dependencies:
8888
eslint-rule-composer "^0.3.0"
8989

@@ -430,6 +430,11 @@
430430
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
431431
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
432432

433+
"@babel/parser@^7.13.15":
434+
version "7.13.15"
435+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
436+
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
437+
433438
"@babel/plugin-external-helpers@^7.0.0":
434439
version "7.12.1"
435440
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.12.1.tgz#df474775860b3b8bdfeaedd45596cd2c7f36a2be"
@@ -945,6 +950,20 @@
945950
debug "^4.1.0"
946951
globals "^11.1.0"
947952

953+
"@babel/traverse@^7.13.15":
954+
version "7.13.15"
955+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
956+
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
957+
dependencies:
958+
"@babel/code-frame" "^7.12.13"
959+
"@babel/generator" "^7.13.9"
960+
"@babel/helper-function-name" "^7.12.13"
961+
"@babel/helper-split-export-declaration" "^7.12.13"
962+
"@babel/parser" "^7.13.15"
963+
"@babel/types" "^7.13.14"
964+
debug "^4.1.0"
965+
globals "^11.1.0"
966+
948967
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
949968
version "7.12.7"
950969
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"

0 commit comments

Comments
 (0)