From bbabd0cbd94590875b92b3c50da78ba24df4910e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:06:34 +0000 Subject: [PATCH] Bump @babel/types from 7.20.7 to 7.25.6 Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.20.7 to 7.25.6. - [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.25.6/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 | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index d0330af1..fe947acf 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "dependencies": { "@babel/parser": "7.25.3", "@babel/traverse": "7.25.6", - "@babel/types": "7.20.7", + "@babel/types": "7.25.6", "minimatch": "10.0.1", "pluralize": "8.0.0", "recast": "0.23.4", diff --git a/yarn.lock b/yarn.lock index 98aff3da..5a6af107 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1769,7 +1769,18 @@ __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.25.6, @babel/types@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/types@npm:7.25.6" + dependencies: + "@babel/helper-string-parser": "npm:^7.24.8" + "@babel/helper-validator-identifier": "npm:^7.24.7" + to-fast-properties: "npm:^2.0.0" + checksum: 10c0/89d45fbee24e27a05dca2d08300a26b905bd384a480448823f6723c72d3a30327c517476389b7280ce8cb9a2c48ef8f47da7f9f6d326faf6f53fd6b68237bdc4 + 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: @@ -1802,17 +1813,6 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.25.6": - version: 7.25.6 - resolution: "@babel/types@npm:7.25.6" - dependencies: - "@babel/helper-string-parser": "npm:^7.24.8" - "@babel/helper-validator-identifier": "npm:^7.24.7" - to-fast-properties: "npm:^2.0.0" - checksum: 10c0/89d45fbee24e27a05dca2d08300a26b905bd384a480448823f6723c72d3a30327c517476389b7280ce8cb9a2c48ef8f47da7f9f6d326faf6f53fd6b68237bdc4 - languageName: node - linkType: hard - "@bcoe/v8-coverage@npm:^0.2.3": version: 0.2.3 resolution: "@bcoe/v8-coverage@npm:0.2.3" @@ -3284,7 +3284,7 @@ __metadata: "@babel/preset-env": "npm:7.25.3" "@babel/preset-typescript": "npm:7.24.7" "@babel/traverse": "npm:7.25.6" - "@babel/types": "npm:7.20.7" + "@babel/types": "npm:7.25.6" "@types/babel__traverse": "npm:7.20.6" "@types/chai": "npm:4.3.5" "@types/glob": "npm:8.1.0"