chore(deps-dev): Bump openapi-typescript from 7.4.1 to 7.4.2

Bumps [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) from 7.4.1 to 7.4.2.
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.4.2/packages/openapi-typescript)

---
updated-dependencies:
- dependency-name: openapi-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-28 16:18:50 +00:00 committed by GitHub
parent 23b45ff769
commit 6e022b10de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -52,7 +52,7 @@
"babel-loader-exclude-node-modules-except": "^1.2.1",
"esbuild-loader": "^4.2.2",
"file-loader": "^6.2.0",
"openapi-typescript": "^7.4.1",
"openapi-typescript": "^7.4.2",
"url-loader": "^4.1.1",
"vue-template-compiler": "^2.7.16"
},
@ -12758,9 +12758,9 @@
}
},
"node_modules/openapi-typescript": {
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-7.4.1.tgz",
"integrity": "sha512-HrRoWveViADezHCNgQqZmPKmQ74q7nuH/yg9ursFucZaYQNUqsX38fE/V2sKBHVM+pws4tAHpuh/ext2UJ/AoQ==",
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-7.4.2.tgz",
"integrity": "sha512-SvhmSTItcEAdDUcz+wzrcg6OENpMRkHqqY2hZB01FT+NOfgLcZ1B1ML6vcQrnipONHtG9AQELiKHgGTjpNGjiQ==",
"dev": true,
"dependencies": {
"@redocly/openapi-core": "^1.25.3",

View file

@ -70,7 +70,7 @@
"babel-loader-exclude-node-modules-except": "^1.2.1",
"esbuild-loader": "^4.2.2",
"file-loader": "^6.2.0",
"openapi-typescript": "^7.4.1",
"openapi-typescript": "^7.4.2",
"url-loader": "^4.1.1",
"vue-template-compiler": "^2.7.16"
}