Skip to content

Commit 788ea7c

Browse files
committed
[renovate] Update dependency @babel/core to ^7.13.15
1 parent acdb2e8 commit 788ea7c

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/oprogramador/deep-equal-in-any-order#readme",
3333
"devDependencies": {
34-
"@babel/core": "^7.13.14",
34+
"@babel/core": "^7.13.15",
3535
"@semantic-release/commit-analyzer": "^8.0.1",
3636
"@semantic-release/git": "^9.0.0",
3737
"@semantic-release/npm": "^7.1.0",

yarn.lock

Lines changed: 25 additions & 6 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/core@^7.13.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/core@^7.13.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"
@@ -185,6 +185,11 @@
185185
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
186186
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
187187

188+
"@babel/parser@^7.13.15":
189+
version "7.13.15"
190+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
191+
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
192+
188193
"@babel/runtime-corejs3@^7.10.2":
189194
version "7.13.10"
190195
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.13.10.tgz#14c3f4c85de22ba88e8e86685d13e8861a82fe86"
@@ -223,6 +228,20 @@
223228
debug "^4.1.0"
224229
globals "^11.1.0"
225230

231+
"@babel/traverse@^7.13.15":
232+
version "7.13.15"
233+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
234+
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
235+
dependencies:
236+
"@babel/code-frame" "^7.12.13"
237+
"@babel/generator" "^7.13.9"
238+
"@babel/helper-function-name" "^7.12.13"
239+
"@babel/helper-split-export-declaration" "^7.12.13"
240+
"@babel/parser" "^7.13.15"
241+
"@babel/types" "^7.13.14"
242+
debug "^4.1.0"
243+
globals "^11.1.0"
244+
226245
"@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.13.14":
227246
version "7.13.14"
228247
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"

0 commit comments

Comments
 (0)