Skip to content

Commit 461849a

Browse files
fix: bump @babel/runtime from 7.14.0 to 7.15.4 (#496)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.14.0 to 7.15.4. - [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.15.4/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 455708c commit 461849a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"gatsby-plugin"
3131
],
3232
"dependencies": {
33-
"@babel/runtime": "^7.14.0",
33+
"@babel/runtime": "^7.15.4",
3434
"generate-robotstxt": "^8.0.3"
3535
},
3636
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,10 +1071,10 @@
10711071
"@babel/types" "^7.4.4"
10721072
esutils "^2.0.2"
10731073

1074-
"@babel/runtime@^7.14.0", "@babel/runtime@^7.8.4":
1075-
version "7.14.0"
1076-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
1077-
integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==
1074+
"@babel/runtime@^7.15.4", "@babel/runtime@^7.8.4":
1075+
version "7.15.4"
1076+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
1077+
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
10781078
dependencies:
10791079
regenerator-runtime "^0.13.4"
10801080

0 commit comments

Comments
 (0)