diff --git a/clients/web/pnpm-lock.yaml b/clients/web/pnpm-lock.yaml index e15ed89b..6032708a 100644 --- a/clients/web/pnpm-lock.yaml +++ b/clients/web/pnpm-lock.yaml @@ -92,7 +92,7 @@ catalogs: version: 3.2.6 overrides: - devalue: ^5.6.4 + devalue: ^5.8.1 lodash@>=4.17.0 <4.17.23: ^4.17.23 minimatch: ^9.0.6 rollup: ^4.59.0 @@ -1503,6 +1503,7 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + deprecated: Potential CWE-502 - Update to 1.3.1 or higher '@vitejs/plugin-vue@6.0.5': resolution: {integrity: sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==} @@ -1934,8 +1935,8 @@ packages: resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} engines: {node: '>=8'} - devalue@5.7.1: - resolution: {integrity: sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==} + devalue@5.8.2: + resolution: {integrity: sha512-DObPPAfdtFbXjxLqK8s2Xk9ZuWz5+ZoFEhC7J76es4GU/rEiXwHTmbImoCdyoCOcBH1UF3+Cz6Z2sYD4hyl5TA==} devlop@1.1.0: resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} @@ -3229,6 +3230,7 @@ packages: tsconfck@3.1.6: resolution: {integrity: sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==} engines: {node: ^18 || >=20} + deprecated: unmaintained hasBin: true peerDependencies: typescript: ^5.0.0 @@ -5001,7 +5003,7 @@ snapshots: clsx: 2.1.1 common-ancestor-path: 2.0.0 cookie: 1.1.1 - devalue: 5.7.1 + devalue: 5.8.2 diff: 8.0.4 dset: 3.1.4 es-module-lexer: 2.1.0 @@ -5240,7 +5242,7 @@ snapshots: detect-libc@2.1.2: {} - devalue@5.7.1: {} + devalue@5.8.2: {} devlop@1.1.0: dependencies: diff --git a/clients/web/pnpm-workspace.yaml b/clients/web/pnpm-workspace.yaml index 471f7e3f..88b25f82 100644 --- a/clients/web/pnpm-workspace.yaml +++ b/clients/web/pnpm-workspace.yaml @@ -36,7 +36,7 @@ catalog: vue-tsc: 3.2.6 overrides: - devalue: ^5.6.4 + devalue: ^5.8.1 lodash@>=4.17.0 <4.17.23: ^4.17.23 minimatch: ^9.0.6 rollup: ^4.59.0 diff --git a/package.json b/package.json index c8b04048..960359db 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lodash": "^4.17.23", "minimatch": "^9.0.6", "lodash@>=4.17.0 <4.17.23": "^4.17.23", - "devalue": "^5.6.4", + "devalue": "^5.8.1", "rollup": "^4.59.0", "astro": "^6.2.1", "defu": "^6.1.5",