From a61f51f6f14057d63242a3dc3f1b33db27f30ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 05:48:59 +0000 Subject: [PATCH] build(deps): bump @babel/types from 7.28.1 to 7.28.2 Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.28.1 to 7.28.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.28.2/packages/babel-types) --- updated-dependencies: - dependency-name: "@babel/types" dependency-version: 7.28.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/extester-runner/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b165864f..5cfe590a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -312,9 +312,9 @@ } }, "node_modules/@babel/types": { - "version": "7.28.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.1.tgz", - "integrity": "sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==", + "version": "7.28.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz", + "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", @@ -16161,7 +16161,7 @@ "dependencies": { "@babel/parser": "^7.28.0", "@babel/traverse": "^7.28.0", - "@babel/types": "^7.28.1" + "@babel/types": "^7.28.2" }, "devDependencies": { "@types/babel__traverse": "^7.20.7", diff --git a/packages/extester-runner/package.json b/packages/extester-runner/package.json index a8cfdfee1..0e4290490 100644 --- a/packages/extester-runner/package.json +++ b/packages/extester-runner/package.json @@ -378,6 +378,6 @@ "dependencies": { "@babel/parser": "^7.28.0", "@babel/traverse": "^7.28.0", - "@babel/types": "^7.28.1" + "@babel/types": "^7.28.2" } }