chore(deps-dev): bump @babel/preset-env from 7.24.4 to 7.24.5 (#15407)
* chore(deps-dev): bump @babel/preset-env from 7.24.4 to 7.24.5 Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.4 to 7.24.5. - [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.5/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" 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
9b7748733d
commit
ee4c525f39
|
|
@ -125,7 +125,7 @@
|
|||
"zod": "3.23.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "7.24.4",
|
||||
"@babel/preset-env": "7.24.5",
|
||||
"@babel/preset-typescript": "7.24.1",
|
||||
"@microsoft/eslint-formatter-sarif": "3.1.0",
|
||||
"@stylistic/eslint-plugin": "1.7.2",
|
||||
|
|
|
|||
270
pnpm-lock.yaml
270
pnpm-lock.yaml
|
|
@ -227,8 +227,8 @@ dependencies:
|
|||
|
||||
devDependencies:
|
||||
'@babel/preset-env':
|
||||
specifier: 7.24.4
|
||||
version: 7.24.4(@babel/core@7.24.4)
|
||||
specifier: 7.24.5
|
||||
version: 7.24.5(@babel/core@7.24.4)
|
||||
'@babel/preset-typescript':
|
||||
specifier: 7.24.1
|
||||
version: 7.24.1(@babel/core@7.24.4)
|
||||
|
|
@ -504,6 +504,24 @@ packages:
|
|||
semver: 6.3.1
|
||||
dev: true
|
||||
|
||||
/@babel/helper-create-class-features-plugin@7.24.5(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-annotate-as-pure': 7.22.5
|
||||
'@babel/helper-environment-visitor': 7.22.20
|
||||
'@babel/helper-function-name': 7.23.0
|
||||
'@babel/helper-member-expression-to-functions': 7.24.5
|
||||
'@babel/helper-optimise-call-expression': 7.22.5
|
||||
'@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
||||
'@babel/helper-split-export-declaration': 7.24.5
|
||||
semver: 6.3.1
|
||||
dev: true
|
||||
|
||||
/@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
|
@ -523,7 +541,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-compilation-targets': 7.23.6
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
debug: 4.3.4
|
||||
lodash.debounce: 4.0.8
|
||||
resolve: 1.22.8
|
||||
|
|
@ -558,6 +576,13 @@ packages:
|
|||
'@babel/types': 7.24.0
|
||||
dev: true
|
||||
|
||||
/@babel/helper-member-expression-to-functions@7.24.5:
|
||||
resolution: {integrity: sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/helper-module-imports@7.24.3:
|
||||
resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
|
@ -591,6 +616,11 @@ packages:
|
|||
engines: {node: '>=6.9.0'}
|
||||
dev: true
|
||||
|
||||
/@babel/helper-plugin-utils@7.24.5:
|
||||
resolution: {integrity: sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dev: true
|
||||
|
||||
/@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
|
@ -636,15 +666,32 @@ packages:
|
|||
'@babel/types': 7.24.0
|
||||
dev: true
|
||||
|
||||
/@babel/helper-split-export-declaration@7.24.5:
|
||||
resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/helper-string-parser@7.23.4:
|
||||
resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dev: true
|
||||
|
||||
/@babel/helper-string-parser@7.24.1:
|
||||
resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dev: true
|
||||
|
||||
/@babel/helper-validator-identifier@7.22.20:
|
||||
resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
/@babel/helper-validator-identifier@7.24.5:
|
||||
resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dev: true
|
||||
|
||||
/@babel/helper-validator-option@7.23.5:
|
||||
resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
|
@ -687,15 +734,15 @@ packages:
|
|||
'@babel/types': 7.24.0
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.4(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==}
|
||||
/@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.5(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-environment-visitor': 7.22.20
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -705,7 +752,7 @@ packages:
|
|||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -715,9 +762,9 @@ packages:
|
|||
'@babel/core': ^7.13.0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
||||
'@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-optional-chaining': 7.24.5(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -728,7 +775,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-environment-visitor': 7.22.20
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.4):
|
||||
|
|
@ -746,7 +793,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.4):
|
||||
|
|
@ -755,7 +802,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.4):
|
||||
|
|
@ -765,7 +812,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.4):
|
||||
|
|
@ -774,7 +821,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.4):
|
||||
|
|
@ -783,7 +830,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -793,7 +840,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -803,7 +850,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.4):
|
||||
|
|
@ -812,7 +859,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.4):
|
||||
|
|
@ -821,7 +868,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -840,7 +887,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.4):
|
||||
|
|
@ -849,7 +896,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.4):
|
||||
|
|
@ -858,7 +905,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.4):
|
||||
|
|
@ -867,7 +914,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.4):
|
||||
|
|
@ -876,7 +923,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.4):
|
||||
|
|
@ -885,7 +932,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.4):
|
||||
|
|
@ -895,7 +942,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.4):
|
||||
|
|
@ -905,7 +952,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -926,7 +973,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -936,7 +983,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.4):
|
||||
|
|
@ -947,7 +994,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-environment-visitor': 7.22.20
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4)
|
||||
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
|
@ -960,7 +1007,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-module-imports': 7.24.3
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
|
|
@ -971,17 +1018,17 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-block-scoping@7.24.4(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==}
|
||||
/@babel/plugin-transform-block-scoping@7.24.5(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -992,7 +1039,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-class-static-block@7.24.4(@babel/core@7.24.4):
|
||||
|
|
@ -1003,12 +1050,12 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-classes@7.24.1(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==}
|
||||
/@babel/plugin-transform-classes@7.24.5(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
|
|
@ -1018,9 +1065,9 @@ packages:
|
|||
'@babel/helper-compilation-targets': 7.23.6
|
||||
'@babel/helper-environment-visitor': 7.22.20
|
||||
'@babel/helper-function-name': 7.23.0
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/helper-split-export-declaration': 7.22.6
|
||||
'@babel/helper-split-export-declaration': 7.24.5
|
||||
globals: 11.12.0
|
||||
dev: true
|
||||
|
||||
|
|
@ -1031,18 +1078,18 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/template': 7.24.0
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-destructuring@7.24.1(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==}
|
||||
/@babel/plugin-transform-destructuring@7.24.5(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1053,7 +1100,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1063,7 +1110,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1073,7 +1120,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
|
|
@ -1085,7 +1132,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1095,7 +1142,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
|
|
@ -1106,7 +1153,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
||||
dev: true
|
||||
|
||||
|
|
@ -1119,7 +1166,7 @@ packages:
|
|||
'@babel/core': 7.24.4
|
||||
'@babel/helper-compilation-targets': 7.23.6
|
||||
'@babel/helper-function-name': 7.23.0
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1129,7 +1176,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
|
|
@ -1140,7 +1187,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1150,7 +1197,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
|
|
@ -1161,7 +1208,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1172,7 +1219,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1196,7 +1243,7 @@ packages:
|
|||
'@babel/core': 7.24.4
|
||||
'@babel/helper-hoist-variables': 7.22.5
|
||||
'@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/helper-validator-identifier': 7.22.20
|
||||
dev: true
|
||||
|
||||
|
|
@ -1208,7 +1255,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.4):
|
||||
|
|
@ -1219,7 +1266,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1229,7 +1276,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1239,7 +1286,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
|
|
@ -1250,21 +1297,21 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-object-rest-spread@7.24.1(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==}
|
||||
/@babel/plugin-transform-object-rest-spread@7.24.5(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-compilation-targets': 7.23.6
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-object-super@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1274,7 +1321,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
|
|
@ -1285,30 +1332,30 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-optional-chaining@7.24.1(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==}
|
||||
/@babel/plugin-transform-optional-chaining@7.24.5(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
||||
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-parameters@7.24.1(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==}
|
||||
/@babel/plugin-transform-parameters@7.24.5(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1319,19 +1366,19 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-private-property-in-object@7.24.1(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==}
|
||||
/@babel/plugin-transform-private-property-in-object@7.24.5(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-annotate-as-pure': 7.22.5
|
||||
'@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.4)
|
||||
dev: true
|
||||
|
||||
|
|
@ -1342,7 +1389,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1352,7 +1399,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
regenerator-transform: 0.15.2
|
||||
dev: true
|
||||
|
||||
|
|
@ -1363,7 +1410,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1373,7 +1420,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1383,7 +1430,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
||||
dev: true
|
||||
|
||||
|
|
@ -1394,7 +1441,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1404,17 +1451,17 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-typeof-symbol@7.24.1(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==}
|
||||
/@babel/plugin-transform-typeof-symbol@7.24.5(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-typescript@7.24.4(@babel/core@7.24.4):
|
||||
|
|
@ -1437,7 +1484,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1448,7 +1495,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1459,7 +1506,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.4):
|
||||
|
|
@ -1470,11 +1517,11 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
dev: true
|
||||
|
||||
/@babel/preset-env@7.24.4(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==}
|
||||
/@babel/preset-env@7.24.5(@babel/core@7.24.4):
|
||||
resolution: {integrity: sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
|
|
@ -1482,9 +1529,9 @@ packages:
|
|||
'@babel/compat-data': 7.24.4
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-compilation-targets': 7.23.6
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/helper-validator-option': 7.23.5
|
||||
'@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.4(@babel/core@7.24.4)
|
||||
'@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.5(@babel/core@7.24.4)
|
||||
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1(@babel/core@7.24.4)
|
||||
|
|
@ -1511,12 +1558,12 @@ packages:
|
|||
'@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-block-scoping': 7.24.4(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-block-scoping': 7.24.5(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-class-static-block': 7.24.4(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-classes': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-classes': 7.24.5(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-destructuring': 7.24.5(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-dotall-regex': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-duplicate-keys': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-dynamic-import': 7.24.1(@babel/core@7.24.4)
|
||||
|
|
@ -1536,13 +1583,13 @@ packages:
|
|||
'@babel/plugin-transform-new-target': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-nullish-coalescing-operator': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-object-rest-spread': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-object-rest-spread': 7.24.5(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-optional-catch-binding': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-optional-chaining': 7.24.5(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-private-property-in-object': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-private-property-in-object': 7.24.5(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-regenerator': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-reserved-words': 7.24.1(@babel/core@7.24.4)
|
||||
|
|
@ -1550,7 +1597,7 @@ packages:
|
|||
'@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-typeof-symbol': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-typeof-symbol': 7.24.5(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-unicode-escapes': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-unicode-property-regex': 7.24.1(@babel/core@7.24.4)
|
||||
'@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.4)
|
||||
|
|
@ -1571,7 +1618,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-plugin-utils': 7.24.5
|
||||
'@babel/types': 7.24.0
|
||||
esutils: 2.0.3
|
||||
dev: true
|
||||
|
|
@ -1645,6 +1692,15 @@ packages:
|
|||
to-fast-properties: 2.0.0
|
||||
dev: true
|
||||
|
||||
/@babel/types@7.24.5:
|
||||
resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/helper-string-parser': 7.24.1
|
||||
'@babel/helper-validator-identifier': 7.24.5
|
||||
to-fast-properties: 2.0.0
|
||||
dev: true
|
||||
|
||||
/@bcoe/v8-coverage@0.2.3:
|
||||
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
||||
dev: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue