Skip to content

Commit 95177cd

Browse files
Bump @babel/node from 7.18.10 to 7.19.1 (#174)
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.18.10 to 7.19.1. - [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.19.1/packages/babel-node) --- updated-dependencies: - dependency-name: "@babel/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18be438 commit 95177cd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/cli": "^7.19.3",
77
"@babel/core": "^7.18.13",
88
"@babel/generator": "^7.19.3",
9-
"@babel/node": "^7.18.10",
9+
"@babel/node": "^7.19.1",
1010
"@babel/preset-env": "^7.18.10",
1111
"@babel/preset-flow": "^7.18.6",
1212
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -333,14 +333,14 @@
333333
chalk "^2.0.0"
334334
js-tokens "^4.0.0"
335335

336-
"@babel/node@^7.18.10":
337-
version "7.18.10"
338-
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.18.10.tgz#ab2be57785346b5bf0721c3d17572402419d9d8a"
339-
integrity sha512-VbqzK6QXfQVi4Bpk6J7XqHXKFNbG2j3rdIdx68+/14GDU7jXDOSyUU/cwqCM1fDwCdxp37pNV/ToSCXsNChcyA==
336+
"@babel/node@^7.19.1":
337+
version "7.19.1"
338+
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.19.1.tgz#10237a480dfd9f84dee9b68ba5cb991de4b2e0fb"
339+
integrity sha512-gfxJNrawPso6kx7SwKfAdX1rEzVc09speJLFKrdxuZXGlve92pjbB3nJVmuwrxNN4+jvytj2zvliNXuW6uaSOw==
340340
dependencies:
341341
"@babel/register" "^7.18.9"
342342
commander "^4.0.1"
343-
core-js "^3.22.1"
343+
core-js "^3.25.1"
344344
node-environment-flags "^1.0.5"
345345
regenerator-runtime "^0.13.4"
346346
v8flags "^3.1.1"
@@ -1651,10 +1651,10 @@ core-js-compat@^3.21.0, core-js-compat@^3.22.1:
16511651
browserslist "^4.21.0"
16521652
semver "7.0.0"
16531653

1654-
core-js@^3.22.1:
1655-
version "3.22.3"
1656-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.3.tgz#498c41d997654cb00e81c7a54b44f0ab21ab01d5"
1657-
integrity sha512-1t+2a/d2lppW1gkLXx3pKPVGbBdxXAkqztvWb1EJ8oF8O2gIGiytzflNiFEehYwVK/t2ryUsGBoOFFvNx95mbg==
1654+
core-js@^3.25.1:
1655+
version "3.25.3"
1656+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.3.tgz#cbc2be50b5ddfa7981837bd8c41639f27b166593"
1657+
integrity sha512-y1hvKXmPHvm5B7w4ln1S4uc9eV/O5+iFExSRUimnvIph11uaizFR8LFMdONN8hG3P2pipUfX4Y/fR8rAEtcHcQ==
16581658

16591659
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
16601660
version "7.0.3"

0 commit comments

Comments
 (0)