From b908f8d1f803523c565842c508fe28382b7f56d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:54:07 +0000 Subject: [PATCH] chore(deps): bump @babel/runtime from 7.19.0 to 7.19.4 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.19.0 to 7.19.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.19.4/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60e6d411..a462b7ce 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test": "tsd && jest --no-cache" }, "dependencies": { - "@babel/runtime": "7.19.0", + "@babel/runtime": "7.19.4", "dequal": "2.0.3", "lru-cache": "^7.14.0" },