diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 143e7165df7..4b9a43785e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -183,10 +183,10 @@ importers: version: 9.0.10 axios: specifier: ^1.16.0 - version: 1.16.0 + version: 1.16.1 axios-retry: specifier: 4.5.0 - version: 4.5.0(axios@1.16.0) + version: 4.5.0(axios@1.16.1) bcryptjs: specifier: ^3.0.3 version: 3.0.3 @@ -243,7 +243,7 @@ importers: version: 2.2.3 jsondiffpatch: specifier: ^0.7.3 - version: 0.7.6 + version: 0.7.3 jsonrepair: specifier: ^3.14.0 version: 3.14.0 @@ -492,7 +492,7 @@ importers: version: 3.0.0 axios: specifier: ^1.16.0 - version: 1.16.0 + version: 1.16.1 camelcase-keys: specifier: ^10.0.2 version: 10.0.2 @@ -3593,6 +3593,10 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + agent-base@6.0.2: + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} + agent-base@7.1.4: resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} engines: {node: '>= 14'} @@ -3770,8 +3774,8 @@ packages: peerDependencies: axios: 0.x || 1.x - axios@1.16.0: - resolution: {integrity: sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==} + axios@1.16.1: + resolution: {integrity: sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==} axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} @@ -5339,6 +5343,10 @@ packages: resolution: {integrity: sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==} engines: {node: '>=10.19.0'} + https-proxy-agent@5.0.1: + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} + https-proxy-agent@7.0.6: resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} engines: {node: '>= 14'} @@ -5703,8 +5711,8 @@ packages: jsonc-parser@3.3.1: resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==} - jsondiffpatch@0.7.6: - resolution: {integrity: sha512-zE9+AXFq+MkTolDor2Cw1nJzLC0aleqPkYf52Kb4Kn4mJcka/gFHpGI2JBVEJCfWOvBl0OoxZS+wuLdislQcqg==} + jsondiffpatch@0.7.3: + resolution: {integrity: sha512-zd4dqFiXSYyant2WgSXAZ9+yYqilNVvragVNkNRn2IFZKgjyULNrKRznqN4Zon0MkLueCg+3QaPVCnDAVP20OQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -10790,6 +10798,12 @@ snapshots: acorn@8.16.0: {} + agent-base@6.0.2: + dependencies: + debug: 4.4.3(supports-color@5.5.0) + transitivePeerDependencies: + - supports-color + agent-base@7.1.4: {} ajv-formats@2.1.1(ajv@8.20.0): @@ -10995,18 +11009,20 @@ snapshots: axe-core@4.11.4: {} - axios-retry@4.5.0(axios@1.16.0): + axios-retry@4.5.0(axios@1.16.1): dependencies: - axios: 1.16.0 + axios: 1.16.1 is-retry-allowed: 2.2.0 - axios@1.16.0: + axios@1.16.1: dependencies: follow-redirects: 1.16.0 form-data: 4.0.5 + https-proxy-agent: 5.0.1 proxy-from-env: 2.1.0 transitivePeerDependencies: - debug + - supports-color axobject-query@4.1.0: {} @@ -12790,6 +12806,13 @@ snapshots: quick-lru: 5.1.1 resolve-alpn: 1.2.1 + https-proxy-agent@5.0.1: + dependencies: + agent-base: 6.0.2 + debug: 4.4.3(supports-color@5.5.0) + transitivePeerDependencies: + - supports-color + https-proxy-agent@7.0.6: dependencies: agent-base: 7.1.4 @@ -13129,7 +13152,7 @@ snapshots: jsonc-parser@3.3.1: {} - jsondiffpatch@0.7.6: + jsondiffpatch@0.7.3: dependencies: '@dmsnell/diff-match-patch': 1.1.0