Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 5fe4911

Browse files
chore: bump @babel/runtime from 7.12.13 to 7.13.10
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.12.13 to 7.13.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.10/packages/babel-runtime) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent bc8ae04 commit 5fe4911

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"invariant": "^2.2.4"
7878
},
7979
"devDependencies": {
80-
"@babel/runtime": "7.12.13",
80+
"@babel/runtime": "7.13.10",
8181
"@types/graphql": "^14.2.3",
8282
"@types/invariant": "2.2.34",
8383
"@types/jest": "^26.0.20",

yarn.lock

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -566,20 +566,13 @@
566566
"@babel/helper-annotate-as-pure" "^7.0.0"
567567
"@babel/helper-plugin-utils" "^7.0.0"
568568

569-
"@babel/runtime@7.12.13":
570-
version "7.12.13"
571-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d"
572-
integrity sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==
569+
"@babel/runtime@7.13.10", "@babel/runtime@^7.0.0", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2":
570+
version "7.13.10"
571+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
572+
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
573573
dependencies:
574574
regenerator-runtime "^0.13.4"
575575

576-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2":
577-
version "7.7.7"
578-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.7.tgz#194769ca8d6d7790ec23605af9ee3e42a0aa79cf"
579-
integrity sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==
580-
dependencies:
581-
regenerator-runtime "^0.13.2"
582-
583576
"@babel/template@^7.1.0", "@babel/template@^7.4.4":
584577
version "7.6.0"
585578
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
@@ -3884,11 +3877,6 @@ readdirp@~3.5.0:
38843877
dependencies:
38853878
picomatch "^2.2.1"
38863879

3887-
regenerator-runtime@^0.13.2:
3888-
version "0.13.3"
3889-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
3890-
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
3891-
38923880
regenerator-runtime@^0.13.4:
38933881
version "0.13.7"
38943882
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"

0 commit comments

Comments
 (0)