fork of hey-api/openapi-ts because I need some additional things

Merge pull request #3046 from hey-api/renovate/hey-api-json-schema-ref-parser-1.x

fix(deps): update dependency @hey-api/json-schema-ref-parser to v1.2.2

authored by

Lubos and committed by
GitHub
7f52c346 3a034c6f

+15 -7
+1 -1
packages/openapi-ts/package.json
··· 90 90 }, 91 91 "dependencies": { 92 92 "@hey-api/codegen-core": "workspace:^0.3.3", 93 - "@hey-api/json-schema-ref-parser": "1.2.1", 93 + "@hey-api/json-schema-ref-parser": "1.2.2", 94 94 "ansi-colors": "4.1.3", 95 95 "c12": "3.3.2", 96 96 "color-support": "1.1.3",
+14 -6
pnpm-lock.yaml
··· 1310 1310 specifier: workspace:^0.3.3 1311 1311 version: link:../codegen-core 1312 1312 '@hey-api/json-schema-ref-parser': 1313 - specifier: 1.2.1 1314 - version: 1.2.1 1313 + specifier: 1.2.2 1314 + version: 1.2.2 1315 1315 ansi-colors: 1316 1316 specifier: 4.1.3 1317 1317 version: 4.1.3 ··· 4024 4024 '@fontsource/fira-mono@5.0.0': 4025 4025 resolution: {integrity: sha512-IsinH/oLYJyv/sQv7SbKmjoAXZsSjm6Q1Tz5GBBXCXi3Jg9MzXmKvWm9bSLC8lFI6CDsi8GkH/DAgZ98t8bhTQ==} 4026 4026 4027 - '@hey-api/json-schema-ref-parser@1.2.1': 4028 - resolution: {integrity: sha512-inPeksRLq+j3ArnuGOzQPQE//YrhezQG0+9Y9yizScBN2qatJ78fIByhEgKdNAbtguDCn4RPxmEhcrePwHxs4A==} 4027 + '@hey-api/json-schema-ref-parser@1.2.2': 4028 + resolution: {integrity: sha512-oS+5yAdwnK20lSeFO1d53Ku+yaGCsY8PcrmSq2GtSs3bsBfRnHAbpPKSVzQcaxAOrzj5NB+f34WhZglVrNayBA==} 4029 4029 engines: {node: '>= 16'} 4030 4030 4031 4031 '@humanfs/core@0.19.1': ··· 10146 10146 resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} 10147 10147 hasBin: true 10148 10148 10149 + js-yaml@4.1.1: 10150 + resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} 10151 + hasBin: true 10152 + 10149 10153 jsdom@23.0.0: 10150 10154 resolution: {integrity: sha512-cbL/UCtohJguhFC7c2/hgW6BeZCNvP7URQGnx9tSJRYKCdnfbfWOrtuLTMfiB2VxKsx5wPHVsh/J0aBy9lIIhQ==} 10151 10155 engines: {node: '>=18'} ··· 17657 17661 17658 17662 '@fontsource/fira-mono@5.0.0': {} 17659 17663 17660 - '@hey-api/json-schema-ref-parser@1.2.1': 17664 + '@hey-api/json-schema-ref-parser@1.2.2': 17661 17665 dependencies: 17662 17666 '@jsdevtools/ono': 7.1.3 17663 17667 '@types/json-schema': 7.0.15 17664 - js-yaml: 4.1.0 17668 + js-yaml: 4.1.1 17665 17669 lodash: 4.17.21 17666 17670 17667 17671 '@humanfs/core@0.19.1': {} ··· 25180 25184 esprima: 4.0.1 25181 25185 25182 25186 js-yaml@4.1.0: 25187 + dependencies: 25188 + argparse: 2.0.1 25189 + 25190 + js-yaml@4.1.1: 25183 25191 dependencies: 25184 25192 argparse: 2.0.1 25185 25193