chore(deps-dev): bump @babel/preset-typescript from 7.24.1 to 7.24.6 (#15724)
* chore(deps-dev): bump @babel/preset-typescript from 7.24.1 to 7.24.6 Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.24.1 to 7.24.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.24.6/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3436b82f74
commit
8f5ac49093
|
|
@ -127,7 +127,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "7.24.6",
|
||||
"@babel/preset-typescript": "7.24.1",
|
||||
"@babel/preset-typescript": "7.24.6",
|
||||
"@microsoft/eslint-formatter-sarif": "3.1.0",
|
||||
"@stylistic/eslint-plugin": "2.1.0",
|
||||
"@types/aes-js": "3.1.4",
|
||||
|
|
|
|||
|
|
@ -235,8 +235,8 @@ importers:
|
|||
specifier: 7.24.6
|
||||
version: 7.24.6(@babel/core@7.24.6)
|
||||
'@babel/preset-typescript':
|
||||
specifier: 7.24.1
|
||||
version: 7.24.1(@babel/core@7.24.6)
|
||||
specifier: 7.24.6
|
||||
version: 7.24.6(@babel/core@7.24.6)
|
||||
'@microsoft/eslint-formatter-sarif':
|
||||
specifier: 3.1.0
|
||||
version: 3.1.0
|
||||
|
|
@ -980,8 +980,8 @@ packages:
|
|||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
|
||||
|
||||
'@babel/preset-typescript@7.24.1':
|
||||
resolution: {integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==}
|
||||
'@babel/preset-typescript@7.24.6':
|
||||
resolution: {integrity: sha512-U10aHPDnokCFRXgyT/MaIRTivUu2K/mu0vJlwRS9LxJmJet+PFQNKpggPyFCUtC6zWSBPjvxjnpNkAn3Uw2m5w==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
|
|
@ -3977,8 +3977,8 @@ packages:
|
|||
markdown-table@2.0.0:
|
||||
resolution: {integrity: sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==}
|
||||
|
||||
mdast-util-from-markdown@2.0.0:
|
||||
resolution: {integrity: sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==}
|
||||
mdast-util-from-markdown@2.0.1:
|
||||
resolution: {integrity: sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==}
|
||||
|
||||
mdast-util-to-string@4.0.0:
|
||||
resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==}
|
||||
|
|
@ -6484,7 +6484,7 @@ snapshots:
|
|||
'@babel/types': 7.24.6
|
||||
esutils: 2.0.3
|
||||
|
||||
'@babel/preset-typescript@7.24.1(@babel/core@7.24.6)':
|
||||
'@babel/preset-typescript@7.24.6(@babel/core@7.24.6)':
|
||||
dependencies:
|
||||
'@babel/core': 7.24.6
|
||||
'@babel/helper-plugin-utils': 7.24.6
|
||||
|
|
@ -9885,7 +9885,7 @@ snapshots:
|
|||
dependencies:
|
||||
repeat-string: 1.6.1
|
||||
|
||||
mdast-util-from-markdown@2.0.0:
|
||||
mdast-util-from-markdown@2.0.1:
|
||||
dependencies:
|
||||
'@types/mdast': 4.0.4
|
||||
'@types/unist': 3.0.2
|
||||
|
|
@ -10772,7 +10772,7 @@ snapshots:
|
|||
remark-parse@11.0.0:
|
||||
dependencies:
|
||||
'@types/mdast': 4.0.4
|
||||
mdast-util-from-markdown: 2.0.0
|
||||
mdast-util-from-markdown: 2.0.1
|
||||
micromark-util-types: 2.0.0
|
||||
unified: 11.0.4
|
||||
transitivePeerDependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue