From c952dc343afb7e9e64acaf1a1b64d87ac13a57cf Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 11 Nov 2024 13:47:01 -0500 Subject: [PATCH] chore(deps): bump JS dependencies Signed-off-by: Deluan --- ui/package-lock.json | 34 +++++++++++++++++----------------- ui/package.json | 10 +++++----- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 9c854f865..5798b26c4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -37,17 +37,17 @@ "react-router-dom": "^5.3.4", "redux": "^4.2.0", "redux-saga": "^1.1.3", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^7.0.2", "@testing-library/user-event": "^14.5.2", - "@types/node": "^22.8.7", + "@types/node": "^22.9.0", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.2", - "@typescript-eslint/eslint-plugin": "^6.12.0", + "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.12.0", "@vitejs/plugin-react": "^4.3.3", "@vitest/coverage-v8": "^2.1.4", @@ -57,12 +57,12 @@ "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", - "happy-dom": "^15.8.3", + "happy-dom": "^15.11.0", "jsdom": "^25.0.1", "prettier": "^3.3.3", "ra-test": "^3.19.12", "typescript": "^5.6.3", - "vite": "^5.4.10", + "vite": "^5.4.11", "vite-plugin-pwa": "^0.20.5", "vitest": "^2.1.1" } @@ -3250,9 +3250,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.8.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.7.tgz", - "integrity": "sha512-LidcG+2UeYIWcMuMUpBKOnryBWG/rnmOHQR5apjn8myTQcx3rinFRn7DcIFhMnS0PPFSC6OafdIKEad0lj6U0Q==", + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", "devOptional": true, "dependencies": { "undici-types": "~6.19.8" @@ -6077,9 +6077,9 @@ "license": "MIT" }, "node_modules/happy-dom": { - "version": "15.8.3", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.8.3.tgz", - "integrity": "sha512-YR9nUWN/T2bH7pPLEYMhTp4DQExPH+mC4KulJDgimCb+FY3Er0Vp6SOOcBXrNfMTri3lAk9uSZqUTG2hgZOYwg==", + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.11.0.tgz", + "integrity": "sha512-/zyxHbXriYJ8b9Urh43ILk/jd9tC07djURnJuAimJ3tJCOLOzOUp7dEHDwJOZyzROlrrooUhr/0INZIDBj1Bjw==", "dev": true, "dependencies": { "entities": "^4.5.0", @@ -10346,9 +10346,9 @@ } }, "node_modules/uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -10364,9 +10364,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", - "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", + "version": "5.4.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz", + "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==", "dev": true, "dependencies": { "esbuild": "^0.21.3", diff --git a/ui/package.json b/ui/package.json index 359687d83..479427fa9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -46,17 +46,17 @@ "react-router-dom": "^5.3.4", "redux": "^4.2.0", "redux-saga": "^1.1.3", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^7.0.2", "@testing-library/user-event": "^14.5.2", - "@types/node": "^22.8.7", + "@types/node": "^22.9.0", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.2", - "@typescript-eslint/eslint-plugin": "^6.12.0", + "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.12.0", "@vitejs/plugin-react": "^4.3.3", "@vitest/coverage-v8": "^2.1.4", @@ -66,12 +66,12 @@ "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", - "happy-dom": "^15.8.3", + "happy-dom": "^15.11.0", "jsdom": "^25.0.1", "prettier": "^3.3.3", "ra-test": "^3.19.12", "typescript": "^5.6.3", - "vite": "^5.4.10", + "vite": "^5.4.11", "vite-plugin-pwa": "^0.20.5", "vitest": "^2.1.1" },