diff --git a/package.json b/package.json index e22725b..1920595 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": "4.3.0", "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..b79bbeb 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: 4.3.0 + version: 4.3.0 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@4.3.0: + resolution: {integrity: sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==} + 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@4.3.0: + dependencies: + argparse: 2.0.1 + jsesc@3.1.0: {} json-schema-traverse@1.0.0: {}