From 57e48d05ecb55e5ebe885a0f1dcc635c3fe14043 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 9 Sep 2026 11:13:18 -0400 Subject: [PATCH] pnpm audit --fix update --- components/console/package.json | 14 +- components/management-controller/package.json | 14 +- components/site-controller/package.json | 4 +- modules/package.json | 2 +- package.json | 8 +- pnpm-lock.yaml | 178 ++++++++++-------- pnpm-workspace.yaml | 5 +- 7 files changed, 122 insertions(+), 103 deletions(-) diff --git a/components/console/package.json b/components/console/package.json index 568c993c..762df514 100644 --- a/components/console/package.json +++ b/components/console/package.json @@ -9,20 +9,20 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/icons-react": "^11.76.0", - "@carbon/react": "^1.103.0", + "@carbon/icons-react": "^11.78.0", + "@carbon/react": "^1.105.0", "@carbon/styles": "^1.104.0", - "react": "^19.2.4", - "react-dom": "^19.2.4", - "react-router-dom": "^7.13.1", + "react": "^19.2.5", + "react-dom": "^19.2.5", + "react-router-dom": "^7.14.2", "rhea": "^3.0.4", - "sass": "^1.98.0", + "sass": "^1.99.0", "vite-express": "^0.22.1" }, "devDependencies": { "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.9" + "vite": "^8.0.16" } } diff --git a/components/management-controller/package.json b/components/management-controller/package.json index 50511d2e..6f7a210f 100644 --- a/components/management-controller/package.json +++ b/components/management-controller/package.json @@ -16,7 +16,7 @@ "dependencies": { "@kubernetes/client-node": "^1.4.0", "@vms/modules": "workspace:*", - "body-parser": "^1.20.4", + "body-parser": "^2.3.0", "cors": "^2.8.6", "crypto": "^1.0.1", "dotenv": "^17.4.2", @@ -25,15 +25,15 @@ "formidable": "^3.5.4", "http-proxy": "^1.18.1", "jose": "^6.1.3", - "js-yaml": "4.3.0", - "morgan": "^1.10.1", + "js-yaml": "^4.3.2", + "morgan": "^1.12.0", "net": "^1.0.2", "openid-client": "^6.8.2", - "pg": "^8.19.0", + "pg": "^8.20.0", "rhea": "^2.0.8", - "vite": "^8.0.9", + "vite": "^8.0.16", "vite-express": "^0.22.1", - "ws": "^8.20.0", - "yaml": "^2.8.2" + "ws": "^8.21.0", + "yaml": "^2.8.3" } } diff --git a/components/site-controller/package.json b/components/site-controller/package.json index c1880fe3..8d81333f 100644 --- a/components/site-controller/package.json +++ b/components/site-controller/package.json @@ -15,8 +15,8 @@ "cors": "^2.8.6", "express": "^4.22.1", "formidable": "^3.5.4", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.2", "rhea": "^2.0.8", - "yaml": "^2.8.2" + "yaml": "^2.8.3" } } diff --git a/modules/package.json b/modules/package.json index f232cfd2..b4caa37f 100644 --- a/modules/package.json +++ b/modules/package.json @@ -16,6 +16,6 @@ "./util": "./src/util.js" }, "dependencies": { - "js-yaml": "^4.1.1" + "js-yaml": "^4.3.2" } } diff --git a/package.json b/package.json index 8720fd9e..37b9e705 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@vitest/eslint-plugin": "^1.6.23", "@vitest/coverage-v8": "^4.1.9", + "@vitest/eslint-plugin": "^1.6.23", "@vitest/ui": "4.1.9", "eslint": "^10.7.0", "eslint-config-prettier": "^10.1.8", @@ -31,10 +31,10 @@ "express": "^4.22.1", "globals": "^17.7.0", "husky": "^9.1.7", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.2", "prettier": "^3.9.5", - "supertest": "^7.1.4", - "vitest": "^4.1.0" + "supertest": "^7.2.2", + "vitest": "^4.1.11" }, "packageManager": "pnpm@11.18.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d25cdac7..19b428b4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -71,13 +71,13 @@ importers: version: 10.0.1(eslint@10.7.0(supports-color@7.2.0)) '@vitest/coverage-v8': specifier: ^4.1.9 - version: 4.1.9(vitest@4.1.9) + version: 4.1.9(vitest@4.1.11) '@vitest/eslint-plugin': specifier: ^1.6.23 - version: 1.6.23(eslint@10.7.0(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)(vitest@4.1.9) + version: 1.6.23(eslint@10.7.0(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)(vitest@4.1.11) '@vitest/ui': specifier: 4.1.9 - version: 4.1.9(vitest@4.1.9) + version: 4.1.9(vitest@4.1.11) eslint: specifier: ^10.7.0 version: 10.7.0(supports-color@7.2.0) @@ -100,43 +100,43 @@ importers: specifier: ^9.1.7 version: 9.1.7 js-yaml: - specifier: ^4.3.1 - version: 4.3.1 + specifier: ^4.3.2 + version: 4.3.2 prettier: specifier: ^3.9.5 version: 3.9.5 supertest: - specifier: ^7.1.4 + specifier: ^7.2.2 version: 7.2.2(supports-color@7.2.0) vitest: - specifier: ^4.1.0 - version: 4.1.9(@types/node@24.10.14)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)) + specifier: ^4.1.11 + version: 4.1.11(@types/node@24.10.14)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)) components/console: dependencies: '@carbon/icons-react': - specifier: ^11.76.0 + specifier: ^11.78.0 version: 11.78.0(react@19.2.5) '@carbon/react': - specifier: ^1.103.0 + specifier: ^1.105.0 version: 1.105.0(react-dom@19.2.5(react@19.2.5))(react-is@19.2.5)(react@19.2.5)(sass@1.99.0) '@carbon/styles': specifier: ^1.104.0 version: 1.104.0(sass@1.99.0) react: - specifier: ^19.2.4 + specifier: ^19.2.5 version: 19.2.5 react-dom: - specifier: ^19.2.4 + specifier: ^19.2.5 version: 19.2.5(react@19.2.5) react-router-dom: - specifier: ^7.13.1 + specifier: ^7.14.2 version: 7.14.2(react-dom@19.2.5(react@19.2.5))(react@19.2.5) rhea: specifier: ^3.0.4 version: 3.0.4(supports-color@7.2.0) sass: - specifier: ^1.98.0 + specifier: ^1.99.0 version: 1.99.0 vite-express: specifier: ^0.22.1 @@ -152,7 +152,7 @@ importers: specifier: ^6.0.1 version: 6.0.1(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)) vite: - specifier: '>=8.0.16' + specifier: ^8.0.16 version: 8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3) components/management-controller: @@ -164,7 +164,7 @@ importers: specifier: workspace:* version: link:../../modules body-parser: - specifier: '>=1.20.6' + specifier: ^2.3.0 version: 2.3.0(supports-color@7.2.0) cors: specifier: ^2.8.6 @@ -191,11 +191,11 @@ importers: specifier: ^6.1.3 version: 6.1.3 js-yaml: - specifier: ^4.3.1 - version: 4.3.1 + specifier: ^4.3.2 + version: 4.3.2 morgan: - specifier: '>=1.11.0' - version: 1.11.0(supports-color@7.2.0) + specifier: ^1.12.0 + version: 1.12.0(supports-color@7.2.0) net: specifier: ^1.0.2 version: 1.0.2 @@ -203,22 +203,22 @@ importers: specifier: ^6.8.2 version: 6.8.2 pg: - specifier: ^8.19.0 + specifier: ^8.20.0 version: 8.20.0 rhea: specifier: ^2.0.8 version: 2.0.8(supports-color@7.2.0) vite: - specifier: '>=8.0.16' + specifier: ^8.0.16 version: 8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3) vite-express: specifier: ^0.22.1 version: 0.22.1(supports-color@7.2.0) ws: - specifier: '>=8.20.1' + specifier: ^8.21.0 version: 8.21.0 yaml: - specifier: '>=2.8.3' + specifier: ^2.8.3 version: 2.8.3 components/site-controller: @@ -239,20 +239,20 @@ importers: specifier: ^3.5.4 version: 3.5.4 js-yaml: - specifier: ^4.3.1 - version: 4.3.1 + specifier: ^4.3.2 + version: 4.3.2 rhea: specifier: ^2.0.8 version: 2.0.8(supports-color@7.2.0) yaml: - specifier: '>=2.8.3' + specifier: ^2.8.3 version: 2.8.3 modules: dependencies: js-yaml: - specifier: ^4.3.1 - version: 4.3.1 + specifier: ^4.3.2 + version: 4.3.2 packages: @@ -888,11 +888,11 @@ packages: vitest: optional: true - '@vitest/expect@4.1.9': - resolution: {integrity: sha512-vl/rYsUKcBr3SnQn166+XR5ZQcgMx3DQhFWdfli/cWpLnLUmbxZvyrJZotLFUryib+LtArYMSTJ5RbQ57ZqrlA==} + '@vitest/expect@4.1.11': + resolution: {integrity: sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==} - '@vitest/mocker@4.1.9': - resolution: {integrity: sha512-EVkXzBjrPGM+cK8/ANWgBrkUCfJfb38/EfTSO8h7pWvKkyPkpWxvR7BkD2MyItMF62C97zAEoqdpUixwR/e+Rw==} + '@vitest/mocker@4.1.11': + resolution: {integrity: sha512-2XJVD55d1o5AZous5CCGKS74g/riOj9odEt2bQpCVZeblHyHdnMeFl4jl0XjU21stf4mbjUkew2eXQZt65g5CQ==} peerDependencies: msw: ^2.4.9 vite: '>=8.0.16' @@ -902,23 +902,29 @@ packages: vite: optional: true + '@vitest/pretty-format@4.1.11': + resolution: {integrity: sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==} + '@vitest/pretty-format@4.1.9': resolution: {integrity: sha512-s0iufns3iIFitdgm+YR7g1whCAaGtXz459VS9/PqyKDEEFgYIhsHOQmXgIgDuYCt7DeQmiZT0Qe2OA2p4ZPu5A==} - '@vitest/runner@4.1.9': - resolution: {integrity: sha512-KXLMDtc7oe70+3mJfGrPUWPesswH+3sTxAMAMl8DG7I8IUQT4XW718dY5ID3vPUcmlu27CcKfY4P3h3I29SLJg==} + '@vitest/runner@4.1.11': + resolution: {integrity: sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==} - '@vitest/snapshot@4.1.9': - resolution: {integrity: sha512-Jc7RKGNBo8Z28WYIm0Niej4xdSPByRf6mU58VpHQkd6Zh05rlnA+twjbK5HyeIGHxrzsc3mJgS43uM0CZKzaIA==} + '@vitest/snapshot@4.1.11': + resolution: {integrity: sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==} - '@vitest/spy@4.1.9': - resolution: {integrity: sha512-fHpsS6mIi+PiEW+vcRVOMkX1oSaPKne3VOclSFICPcGOmfKgXPU5iAah+wcNcj2xPrCCmfq99IDGf+EojhhvhA==} + '@vitest/spy@4.1.11': + resolution: {integrity: sha512-apNa/prQy2qCeywhnixOHPRCgGNhvg7T4Dapfl1GahLp/R+uhBm5cPyFoNVyqsNd2h1nJxL6BqqdIjiABL60YA==} '@vitest/ui@4.1.9': resolution: {integrity: sha512-U/cRvtqfEPj27FI1n9cyUvi4vXXdcLhjJiI+InYKdk8hP4VrS6RXOjGL7rfFaeBc37iRKANsR6eEzIoC7lmgBQ==} peerDependencies: vitest: 4.1.9 + '@vitest/utils@4.1.11': + resolution: {integrity: sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==} + '@vitest/utils@4.1.9': resolution: {integrity: sha512-A51o8ymO5PpqlWNnBP9ZHPXDIpuMtTLlGSjN7la4US+LJzoUMyhwjA5QXlm39JexgwHKW4Xjs8Z2d3dLCXOeuA==} @@ -1555,8 +1561,8 @@ packages: js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-yaml@4.3.1: - resolution: {integrity: sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==} + js-yaml@4.3.2: + resolution: {integrity: sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==} hasBin: true jsep@1.4.0: @@ -1739,8 +1745,8 @@ packages: resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} engines: {node: 18 || 20 || >=22} - morgan@1.11.0: - resolution: {integrity: sha512-zSkVu3t18r39pw4ixfBKvfZi3y2UOqr7d4WYwcj3m8nXpEQK4rPO6GLzs/CExoRgmX3y9EjmmcXqv6jq0SK46g==} + morgan@1.12.0: + resolution: {integrity: sha512-OHpTRQwn2ezasILW8iKe+Yww1XsfWsZIpUOLF7RDb2g5GwO3trPaRwi7+8BDiJ7HFx2Kg2mfUdCBcVhwYlOz2g==} engines: {node: '>= 0.8.0'} mrmime@2.0.1: @@ -2266,20 +2272,20 @@ packages: yaml: optional: true - vitest@4.1.9: - resolution: {integrity: sha512-nE3/LEyc0z87uHYLZebqCUOaJr2hdtuPp7BQ4BosVFnfltxgAvMG08NyrSGlPpOUWvR27c5flSmYFTNr78L9GQ==} + vitest@4.1.11: + resolution: {integrity: sha512-fhACrNXUidIbGSBr5FlbuBkO7VWC1ZyLl0DO4CU2DrQoAPxX84Ysxs+HeGQpii5lZWV1Q4gBZTTu49mF+A6Edw==} engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@opentelemetry/api': ^1.9.0 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 - '@vitest/browser-playwright': 4.1.9 - '@vitest/browser-preview': 4.1.9 - '@vitest/browser-webdriverio': 4.1.9 - '@vitest/coverage-istanbul': 4.1.9 - '@vitest/coverage-v8': 4.1.9 - '@vitest/ui': 4.1.9 + '@vitest/browser-playwright': 4.1.11 + '@vitest/browser-preview': 4.1.11 + '@vitest/browser-webdriverio': 4.1.11 + '@vitest/coverage-istanbul': 4.1.11 + '@vitest/coverage-v8': 4.1.11 + '@vitest/ui': 4.1.11 happy-dom: '*' jsdom: '*' vite: '>=8.0.16' @@ -2736,7 +2742,7 @@ snapshots: form-data: 4.0.6 hpagent: 1.2.0 isomorphic-ws: 5.0.0(ws@8.21.0) - js-yaml: 4.3.1 + js-yaml: 4.3.2 jsonpath-plus: 10.4.0 node-fetch: 2.7.0 openid-client: 6.8.2 @@ -2992,7 +2998,7 @@ snapshots: '@rolldown/pluginutils': 1.0.0-rc.7 vite: 8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3) - '@vitest/coverage-v8@4.1.9(vitest@4.1.9)': + '@vitest/coverage-v8@4.1.9(vitest@4.1.11)': dependencies: '@bcoe/v8-coverage': 1.0.2 '@vitest/utils': 4.1.9 @@ -3004,55 +3010,59 @@ snapshots: obug: 2.1.3 std-env: 4.1.0 tinyrainbow: 3.1.0 - vitest: 4.1.9(@types/node@24.10.14)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)) + vitest: 4.1.11(@types/node@24.10.14)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)) - '@vitest/eslint-plugin@1.6.23(eslint@10.7.0(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)(vitest@4.1.9)': + '@vitest/eslint-plugin@1.6.23(eslint@10.7.0(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3)(vitest@4.1.11)': dependencies: '@typescript-eslint/scope-manager': 8.63.0 '@typescript-eslint/utils': 8.63.0(eslint@10.7.0(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3) eslint: 10.7.0(supports-color@7.2.0) optionalDependencies: typescript: 6.0.3 - vitest: 4.1.9(@types/node@24.10.14)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)) + vitest: 4.1.11(@types/node@24.10.14)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)) transitivePeerDependencies: - supports-color - '@vitest/expect@4.1.9': + '@vitest/expect@4.1.11': dependencies: '@standard-schema/spec': 1.1.0 '@types/chai': 5.2.3 - '@vitest/spy': 4.1.9 - '@vitest/utils': 4.1.9 + '@vitest/spy': 4.1.11 + '@vitest/utils': 4.1.11 chai: 6.2.2 tinyrainbow: 3.1.0 - '@vitest/mocker@4.1.9(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3))': + '@vitest/mocker@4.1.11(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3))': dependencies: - '@vitest/spy': 4.1.9 + '@vitest/spy': 4.1.11 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: vite: 8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3) + '@vitest/pretty-format@4.1.11': + dependencies: + tinyrainbow: 3.1.0 + '@vitest/pretty-format@4.1.9': dependencies: tinyrainbow: 3.1.0 - '@vitest/runner@4.1.9': + '@vitest/runner@4.1.11': dependencies: - '@vitest/utils': 4.1.9 + '@vitest/utils': 4.1.11 pathe: 2.0.3 - '@vitest/snapshot@4.1.9': + '@vitest/snapshot@4.1.11': dependencies: - '@vitest/pretty-format': 4.1.9 - '@vitest/utils': 4.1.9 + '@vitest/pretty-format': 4.1.11 + '@vitest/utils': 4.1.11 magic-string: 0.30.21 pathe: 2.0.3 - '@vitest/spy@4.1.9': {} + '@vitest/spy@4.1.11': {} - '@vitest/ui@4.1.9(vitest@4.1.9)': + '@vitest/ui@4.1.9(vitest@4.1.11)': dependencies: '@vitest/utils': 4.1.9 fflate: 0.8.3 @@ -3061,7 +3071,13 @@ snapshots: sirv: 3.0.2 tinyglobby: 0.2.17 tinyrainbow: 3.1.0 - vitest: 4.1.9(@types/node@24.10.14)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)) + vitest: 4.1.11(@types/node@24.10.14)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)) + + '@vitest/utils@4.1.11': + dependencies: + '@vitest/pretty-format': 4.1.11 + convert-source-map: 2.0.0 + tinyrainbow: 3.1.0 '@vitest/utils@4.1.9': dependencies: @@ -3704,7 +3720,7 @@ snapshots: js-tokens@4.0.0: {} - js-yaml@4.3.1: + js-yaml@4.3.2: dependencies: argparse: 2.0.1 @@ -3838,7 +3854,7 @@ snapshots: dependencies: brace-expansion: 5.0.9 - morgan@1.11.0(supports-color@7.2.0): + morgan@1.12.0(supports-color@7.2.0): dependencies: basic-auth: 2.0.1 debug: 2.6.9(supports-color@7.2.0) @@ -4362,15 +4378,15 @@ snapshots: sass: 1.99.0 yaml: 2.8.3 - vitest@4.1.9(@types/node@24.10.14)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)): + vitest@4.1.11(@types/node@24.10.14)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)): dependencies: - '@vitest/expect': 4.1.9 - '@vitest/mocker': 4.1.9(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)) - '@vitest/pretty-format': 4.1.9 - '@vitest/runner': 4.1.9 - '@vitest/snapshot': 4.1.9 - '@vitest/spy': 4.1.9 - '@vitest/utils': 4.1.9 + '@vitest/expect': 4.1.11 + '@vitest/mocker': 4.1.11(vite@8.0.16(@types/node@24.10.14)(sass@1.99.0)(yaml@2.8.3)) + '@vitest/pretty-format': 4.1.11 + '@vitest/runner': 4.1.11 + '@vitest/snapshot': 4.1.11 + '@vitest/spy': 4.1.11 + '@vitest/utils': 4.1.11 es-module-lexer: 2.1.0 expect-type: 1.3.0 magic-string: 0.30.21 @@ -4386,8 +4402,8 @@ snapshots: why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 24.10.14 - '@vitest/coverage-v8': 4.1.9(vitest@4.1.9) - '@vitest/ui': 4.1.9(vitest@4.1.9) + '@vitest/coverage-v8': 4.1.9(vitest@4.1.11) + '@vitest/ui': 4.1.9(vitest@4.1.11) transitivePeerDependencies: - msw diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 8b03e360..1d6e62b0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -29,10 +29,13 @@ allowBuilds: minimumReleaseAgeExclude: - ip-address@10.2.1 || 10.2.2 || 10.3.1 - brace-expansion@5.0.9 - - js-yaml@4.3.1 + - js-yaml@4.3.1 || 4.3.2 - nanoid@3.3.17 - browserslist@4.28.7 - qs@6.15.4 || 6.16.0 + - vitest@4.1.11 + - '@vitest/mocker@4.1.11' + - morgan@1.12.0 overrides: "@babel/core@<=7.29.0": ">=7.29.6"