From e62c1e6a61bbc10cf86f5c82252c101747fec8e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 10:55:23 +0000 Subject: [PATCH] Update dependency @babel/cli to v7.18.9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c203499..f254925 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@babel/cli": "7.18.6", + "@babel/cli": "7.18.9", "@babel/plugin-transform-typescript": "7.18.8", "@fontsource/encode-sans": "4.5.6", "@icons-pack/react-simple-icons": "5.2.0", diff --git a/yarn.lock b/yarn.lock index 1c9022d..46552de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24,10 +24,10 @@ dependencies: tslib "~2.0.1" -"@babel/cli@7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.6.tgz#b1228eb9196b34d608155a47508011d9e47ab1f2" - integrity sha512-jXNHoYCbxZ8rKy+2lyy0VjcaGxS4NPbN0qc95DjIiGZQL/mTNx3o2/yI0TG+X0VrrTuwmO7zH52T9NcNdbF9Uw== +"@babel/cli@7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.9.tgz#1fbc8424e5f74ae08bc61ec71609af29287d82d2" + integrity sha512-e7TOtHVrAXBJGNgoROVxqx0mathd01oJGXIDekRfxdrISnRqfM795APwkDtse9GdyPYivjg3iXiko3sF3W7f5Q== dependencies: "@jridgewell/trace-mapping" "^0.3.8" commander "^4.0.1"