diff --git a/package.json b/package.json index e22725b..58e8135 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@types/node": "24.10.1", "@types/react": "19.2.17", - "js-yaml": "4.1.1", + "js-yaml": "5.2.1", "orval": "8.16.0", "prettier": "3.8.3", "ts-morph": "28.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 86f713b..2604298 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,8 +22,8 @@ importers: specifier: 19.2.17 version: 19.2.17 js-yaml: - specifier: 4.1.1 - version: 4.1.1 + specifier: 5.2.1 + version: 5.2.1 orval: specifier: 8.16.0 version: 8.16.0(prettier@3.8.3)(typescript@6.0.3) @@ -778,6 +778,10 @@ packages: resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} hasBin: true + js-yaml@5.2.1: + resolution: {integrity: sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==} + hasBin: true + jsesc@3.1.0: resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} engines: {node: '>=6'} @@ -1786,6 +1790,10 @@ snapshots: dependencies: argparse: 2.0.1 + js-yaml@5.2.1: + dependencies: + argparse: 2.0.1 + jsesc@3.1.0: {} json-schema-traverse@1.0.0: {}