Browse Source

Bump @babel/traverse from 7.23.0 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 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: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
pull/138/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
54736fe4bf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pnpm-lock.yaml

8
pnpm-lock.yaml

@ -254,7 +254,7 @@ packages:
'@babel/helpers': 7.23.1 '@babel/helpers': 7.23.1
'@babel/parser': 7.23.0 '@babel/parser': 7.23.0
'@babel/template': 7.22.15 '@babel/template': 7.22.15
'@babel/traverse': 7.23.0 '@babel/traverse': 7.23.2
'@babel/types': 7.23.0 '@babel/types': 7.23.0
convert-source-map: 2.0.0 convert-source-map: 2.0.0
debug: 4.3.4 debug: 4.3.4
@ -479,7 +479,7 @@ packages:
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/template': 7.22.15 '@babel/template': 7.22.15
'@babel/traverse': 7.23.0 '@babel/traverse': 7.23.2
'@babel/types': 7.23.0 '@babel/types': 7.23.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -1382,8 +1382,8 @@ packages:
'@babel/types': 7.23.0 '@babel/types': 7.23.0
dev: true dev: true
/@babel/[email protected].0: /@babel/[email protected].2:
resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==} resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/code-frame': 7.22.13 '@babel/code-frame': 7.22.13

Loading…
Cancel
Save