From 86432e0347155fb1caed34cc5181cc9d344b57d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 01:09:58 +0000 Subject: [PATCH] chore(deps): bump @babel/traverse in /packages/solutions/module-tools Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2. - [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.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/solutions/module-tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/solutions/module-tools/package.json b/packages/solutions/module-tools/package.json index f6921f6ffef4..4a7ddec83e3f 100644 --- a/packages/solutions/module-tools/package.json +++ b/packages/solutions/module-tools/package.json @@ -59,7 +59,7 @@ "@ast-grep/napi": "0.12.0", "@babel/generator": "^7.22.15", "@babel/parser": "^7.22.15", - "@babel/traverse": "7.22.15", + "@babel/traverse": "7.23.2", "@babel/types": "^7.22.15", "@modern-js/core": "workspace:*", "@modern-js/new-action": "workspace:*",