diff --git a/package-lock.json b/package-lock.json index 143d262..c93b2f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -959,11 +959,15 @@ } }, "node_modules/@hey-api/codegen-core": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@hey-api/codegen-core/-/codegen-core-0.3.3.tgz", - "integrity": "sha512-vArVDtrvdzFewu1hnjUm4jX1NBITlSCeO81EdWq676MxQbyxsGcDPAgohaSA+Wvr4HjPSvsg2/1s2zYxUtXebg==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@hey-api/codegen-core/-/codegen-core-0.4.0.tgz", + "integrity": "sha512-o8rBbEXEUhEPzrHbqImYjwIHm4Oj0r1RPS+5cp8Z66kPO7SEN7PYUgK7XpmSxoy9LPMNK1M5qmCO4cGGwT+ELQ==", "dev": true, "license": "MIT", + "dependencies": { + "ansi-colors": "4.1.3", + "color-support": "1.1.3" + }, "engines": { "node": ">=20.19.0" }, @@ -975,15 +979,15 @@ } }, "node_modules/@hey-api/json-schema-ref-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@hey-api/json-schema-ref-parser/-/json-schema-ref-parser-1.2.1.tgz", - "integrity": "sha512-inPeksRLq+j3ArnuGOzQPQE//YrhezQG0+9Y9yizScBN2qatJ78fIByhEgKdNAbtguDCn4RPxmEhcrePwHxs4A==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@hey-api/json-schema-ref-parser/-/json-schema-ref-parser-1.2.2.tgz", + "integrity": "sha512-oS+5yAdwnK20lSeFO1d53Ku+yaGCsY8PcrmSq2GtSs3bsBfRnHAbpPKSVzQcaxAOrzj5NB+f34WhZglVrNayBA==", "dev": true, "license": "MIT", "dependencies": { "@jsdevtools/ono": "^7.1.3", "@types/json-schema": "^7.0.15", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "lodash": "^4.17.21" }, "engines": { @@ -994,14 +998,14 @@ } }, "node_modules/@hey-api/openapi-ts": { - "version": "0.88.0", - "resolved": "https://registry.npmjs.org/@hey-api/openapi-ts/-/openapi-ts-0.88.0.tgz", - "integrity": "sha512-ZrvmDfmVf+N4ry786LAhS/DoH+xkIjIJIeDnj2aL1qnMTIDsdRIXXvr80EnAZVBgunzu1wTBbHb3H9OfyDQ2EQ==", + "version": "0.89.0", + "resolved": "https://registry.npmjs.org/@hey-api/openapi-ts/-/openapi-ts-0.89.0.tgz", + "integrity": "sha512-6cnHppAR6vM8osyWqiCoHy35J3CqFz114ggOLHwaTb795XUnzoP/pdbvyz+TBpukY08QQh69kHMAXdi2Kuq9Ow==", "dev": true, "license": "MIT", "dependencies": { - "@hey-api/codegen-core": "^0.3.3", - "@hey-api/json-schema-ref-parser": "1.2.1", + "@hey-api/codegen-core": "^0.4.0", + "@hey-api/json-schema-ref-parser": "1.2.2", "ansi-colors": "4.1.3", "c12": "3.3.2", "color-support": "1.1.3", @@ -5838,7 +5842,7 @@ "version": "0.1.0", "license": "MIT", "devDependencies": { - "@hey-api/openapi-ts": "^0.88.0" + "@hey-api/openapi-ts": "^0.89.0" }, "peerDependencies": { "@tanstack/react-query": "5.x", diff --git a/packages/integrations/shield-react/package.json b/packages/integrations/shield-react/package.json index 1d669a5..d4ed0e0 100644 --- a/packages/integrations/shield-react/package.json +++ b/packages/integrations/shield-react/package.json @@ -17,7 +17,7 @@ }, "dependencies": {}, "devDependencies": { - "@hey-api/openapi-ts": "^0.88.0" + "@hey-api/openapi-ts": "^0.89.0" }, "peerDependencies": { "@tanstack/react-query": "5.x",