Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit b7ca8db

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/core to v7.13.14
1 parent e64be6a commit b7ca8db

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/cypress-io/cypress-example-todomvc-redux#readme",
3838
"devDependencies": {
39-
"@babel/core": "7.13.13",
39+
"@babel/core": "7.13.14",
4040
"@babel/preset-react": "7.13.13",
4141
"@cypress/code-coverage": "3.9.4",
4242
"babel-plugin-istanbul": "6.0.0",

yarn.lock

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,24 @@
3737
invariant "^2.2.4"
3838
semver "^5.5.0"
3939

40-
"@babel/core@7.13.13":
41-
version "7.13.13"
42-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29"
43-
integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA==
40+
"@babel/core@7.13.14":
41+
version "7.13.14"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
43+
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
4444
dependencies:
4545
"@babel/code-frame" "^7.12.13"
4646
"@babel/generator" "^7.13.9"
4747
"@babel/helper-compilation-targets" "^7.13.13"
48-
"@babel/helper-module-transforms" "^7.13.12"
48+
"@babel/helper-module-transforms" "^7.13.14"
4949
"@babel/helpers" "^7.13.10"
5050
"@babel/parser" "^7.13.13"
5151
"@babel/template" "^7.12.13"
5252
"@babel/traverse" "^7.13.13"
53-
"@babel/types" "^7.13.13"
53+
"@babel/types" "^7.13.14"
5454
convert-source-map "^1.7.0"
5555
debug "^4.1.0"
5656
gensync "^1.0.0-beta.2"
5757
json5 "^2.1.2"
58-
lodash "^4.17.19"
5958
semver "^6.3.0"
6059
source-map "^0.5.0"
6160

@@ -355,19 +354,19 @@
355354
"@babel/types" "^7.12.1"
356355
lodash "^4.17.19"
357356

358-
"@babel/helper-module-transforms@^7.13.12":
359-
version "7.13.12"
360-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96"
361-
integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==
357+
"@babel/helper-module-transforms@^7.13.14":
358+
version "7.13.14"
359+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
360+
integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
362361
dependencies:
363362
"@babel/helper-module-imports" "^7.13.12"
364363
"@babel/helper-replace-supers" "^7.13.12"
365364
"@babel/helper-simple-access" "^7.13.12"
366365
"@babel/helper-split-export-declaration" "^7.12.13"
367366
"@babel/helper-validator-identifier" "^7.12.11"
368367
"@babel/template" "^7.12.13"
369-
"@babel/traverse" "^7.13.0"
370-
"@babel/types" "^7.13.12"
368+
"@babel/traverse" "^7.13.13"
369+
"@babel/types" "^7.13.14"
371370

372371
"@babel/helper-module-transforms@^7.9.0":
373372
version "7.9.0"
@@ -1439,6 +1438,15 @@
14391438
lodash "^4.17.19"
14401439
to-fast-properties "^2.0.0"
14411440

1441+
"@babel/types@^7.13.14":
1442+
version "7.13.14"
1443+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
1444+
integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
1445+
dependencies:
1446+
"@babel/helper-validator-identifier" "^7.12.11"
1447+
lodash "^4.17.19"
1448+
to-fast-properties "^2.0.0"
1449+
14421450
"@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
14431451
version "7.9.5"
14441452
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"

0 commit comments

Comments
 (0)