From eb76163283236151ea13d5ba4ebd9d7a02b45517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:31:21 +0000 Subject: [PATCH] chore(deps): bump @babel/runtime from 7.22.15 to 7.23.1 (#1440) Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.15 to 7.23.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.23.1/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00b6d9e2..d8af28f2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test": "tsd && jest --no-cache" }, "dependencies": { - "@babel/runtime": "7.22.15", + "@babel/runtime": "7.23.1", "dequal": "2.0.3", "lru-cache": "^10.0.1" },