From 2070da1dcef4d9b816f99419baa5748dbdbf2983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:54:25 +0000 Subject: [PATCH] Bump @babel/types from 7.20.7 to 7.26.3 Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.20.7 to 7.26.3. - [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.26.3/packages/babel-types) --- updated-dependencies: - dependency-name: "@babel/types" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 90677443..9e0a23db 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "dependencies": { "@babel/parser": "7.26.2", "@babel/traverse": "7.25.6", - "@babel/types": "7.20.7", + "@babel/types": "7.26.3", "minimatch": "10.0.1", "pluralize": "8.0.0", "recast": "0.23.9", diff --git a/yarn.lock b/yarn.lock index d73e79ea..017c13c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2112,7 +2112,17 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:7.20.7, @babel/types@npm:^7.0.0, @babel/types@npm:^7.18.10, @babel/types@npm:^7.18.13, @babel/types@npm:^7.18.6, @babel/types@npm:^7.18.9, @babel/types@npm:^7.20.2, @babel/types@npm:^7.20.7, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": +"@babel/types@npm:7.26.3": + version: 7.26.3 + resolution: "@babel/types@npm:7.26.3" + dependencies: + "@babel/helper-string-parser": "npm:^7.25.9" + "@babel/helper-validator-identifier": "npm:^7.25.9" + checksum: 10c0/966c5242c5e55c8704bf7a7418e7be2703a0afa4d19a8480999d5a4ef13d095dd60686615fe5983cb7593b4b06ba3a7de8d6ca501c1d78bdd233a10d90be787b + languageName: node + linkType: hard + +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.10, @babel/types@npm:^7.18.13, @babel/types@npm:^7.18.6, @babel/types@npm:^7.18.9, @babel/types@npm:^7.20.2, @babel/types@npm:^7.20.7, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": version: 7.20.7 resolution: "@babel/types@npm:7.20.7" dependencies: @@ -3800,7 +3810,7 @@ __metadata: "@babel/preset-env": "npm:7.25.3" "@babel/preset-typescript": "npm:7.26.0" "@babel/traverse": "npm:7.25.6" - "@babel/types": "npm:7.20.7" + "@babel/types": "npm:7.26.3" "@eslint/eslintrc": "npm:3.1.0" "@eslint/js": "npm:9.17.0" "@types/babel__traverse": "npm:7.20.6"