From 7085c8de446a2c46c07d9b3d0fd4d69746230ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 08:38:52 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/traverse from 7.11.5 to 7.23.2 Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.11.5 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:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 17653701..71d2c620 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@babel/plugin-transform-modules-commonjs": "7.10.4", "@babel/preset-react": "7.10.4", "@babel/preset-typescript": "7.10.4", - "@babel/traverse": "7.11.5", + "@babel/traverse": "7.23.2", "@babel/types": "7.11.5", "@emotion/core": "10.0.35", "@playwright/experimental-ct-react": "^1.43.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3ffb922e..472253e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ devDependencies: specifier: 7.10.4 version: 7.10.4(@babel/core@7.11.6) '@babel/traverse': - specifier: 7.11.5 - version: 7.11.5 + specifier: 7.23.2 + version: 7.23.2 '@babel/types': specifier: 7.11.5 version: 7.11.5 @@ -221,7 +221,7 @@ packages: '@babel/helpers': 7.24.4 '@babel/parser': 7.24.4 '@babel/template': 7.24.0 - '@babel/traverse': 7.11.5 + '@babel/traverse': 7.23.2 '@babel/types': 7.11.5 convert-source-map: 1.9.0 debug: 4.3.4 @@ -2704,18 +2704,20 @@ packages: '@babel/types': 7.24.0 dev: true - /@babel/traverse@7.11.5: - resolution: {integrity: sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==} + /@babel/traverse@7.23.2: + resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==} + engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.24.2 '@babel/generator': 7.24.4 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.24.4 - '@babel/types': 7.11.5 + '@babel/types': 7.24.0 debug: 4.3.4 globals: 11.12.0 - lodash: 4.17.21 transitivePeerDependencies: - supports-color dev: true @@ -5427,7 +5429,7 @@ packages: dependencies: '@babel/code-frame': 7.24.2 '@babel/parser': 7.24.4 - '@babel/traverse': 7.11.5 + '@babel/traverse': 7.23.2 '@babel/types': 7.11.5 eslint: 9.1.1 eslint-visitor-keys: 1.3.0 @@ -8289,7 +8291,7 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.11.5 + '@babel/traverse': 7.23.2 '@babel/types': 7.11.5 c8: 7.14.0 transitivePeerDependencies: @@ -9595,6 +9597,7 @@ packages: /is-accessor-descriptor@1.0.1: resolution: {integrity: sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==} engines: {node: '>= 0.10'} + requiresBuild: true dependencies: hasown: 2.0.2 dev: true @@ -9677,6 +9680,7 @@ packages: /is-data-descriptor@1.0.1: resolution: {integrity: sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==} engines: {node: '>= 0.4'} + requiresBuild: true dependencies: hasown: 2.0.2 dev: true