Bump @hey-api/openapi-ts from 0.48.3 to 0.52.11

Bumps [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) from 0.48.3 to 0.52.11.
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.48.3...@hey-api/openapi-ts@0.52.11)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-09-02 06:54:14 +00:00
committed by GitHub
parent 6eddaf8e3b
commit 0d3404c2fd
2 changed files with 9 additions and 22 deletions

View File

@@ -60,7 +60,7 @@
"devDependencies": {
"@babel/core": "^7.24.9",
"@eslint/js": "^9.9.1",
"@hey-api/openapi-ts": "^0.48.3",
"@hey-api/openapi-ts": "^0.52.11",
"@mdx-js/react": "^3.0.1",
"@open-wc/testing": "^4.0.0",
"@playwright/test": "^1.45.3",
@@ -138,9 +138,9 @@
}
},
"node_modules/@apidevtools/json-schema-ref-parser": {
"version": "11.6.4",
"resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.6.4.tgz",
"integrity": "sha512-9K6xOqeevacvweLGik6LnZCb1fBtCOSIWQs8d096XGeqoLKC33UVMGz9+77Gw44KvbH4pKcQPWo4ZpxkXYj05w==",
"version": "11.7.0",
"resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.7.0.tgz",
"integrity": "sha512-pRrmXMCwnmrkS3MLgAIW5dXRzeTv6GLjkjb4HmxNnvAKXN1Nfzp4KmGADBQvlVUcqi+a5D+hfGDLLnd5NnYxog==",
"dev": true,
"dependencies": {
"@jsdevtools/ono": "^7.1.3",
@@ -2693,14 +2693,13 @@
"dev": true
},
"node_modules/@hey-api/openapi-ts": {
"version": "0.48.3",
"resolved": "https://registry.npmjs.org/@hey-api/openapi-ts/-/openapi-ts-0.48.3.tgz",
"integrity": "sha512-R53Nr4Gicz77icS+RiH0fwHa9A0uFPtzsjC8SBaGwtOel5ZyxeBbayWE6HhE789hp3dok9pegwWncwwOrr4WFA==",
"version": "0.52.11",
"resolved": "https://registry.npmjs.org/@hey-api/openapi-ts/-/openapi-ts-0.52.11.tgz",
"integrity": "sha512-S3NrCQDxy7AtW5sx8OVoBaqpaYNqYsD0y6YNwhUXPUahbrW7Wxm/N4RIEsRtXVbcjUqdAjo1FmFmeyEKYziJkw==",
"dev": true,
"dependencies": {
"@apidevtools/json-schema-ref-parser": "11.6.4",
"@apidevtools/json-schema-ref-parser": "11.7.0",
"c12": "1.11.1",
"camelcase": "8.0.0",
"commander": "12.1.0",
"handlebars": "4.7.8"
},
@@ -10727,18 +10726,6 @@
"node": ">=6"
}
},
"node_modules/camelcase": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
"integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
"dev": true,
"engines": {
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001651",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz",

View File

@@ -232,7 +232,7 @@
"devDependencies": {
"@babel/core": "^7.24.9",
"@eslint/js": "^9.9.1",
"@hey-api/openapi-ts": "^0.48.3",
"@hey-api/openapi-ts": "^0.52.11",
"@mdx-js/react": "^3.0.1",
"@open-wc/testing": "^4.0.0",
"@playwright/test": "^1.45.3",