From 0d42b9a4a5436f65142b97ba2619f411219785e7 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 7 Mar 2025 20:02:33 -0500 Subject: [PATCH] chore(deps): bump more JS dependencies Signed-off-by: Deluan --- ui/package-lock.json | 40 +++++++++++++++++++++++++++------------- ui/package.json | 4 ++-- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 2b250bfa9..ad03ef2ab 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -16,7 +16,7 @@ "connected-react-router": "^6.9.3", "deepmerge": "^4.3.1", "history": "^4.10.1", - "inflection": "^1.13.4", + "inflection": "^3.0.2", "jwt-decode": "^4.0.0", "lodash.throttle": "^4.1.1", "navidrome-music-player": "4.25.1", @@ -59,7 +59,7 @@ "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", - "happy-dom": "^15.11.7", + "happy-dom": "^17.4.0", "jsdom": "^26.0.0", "prettier": "^3.5.3", "ra-test": "^3.19.12", @@ -6628,12 +6628,11 @@ "license": "MIT" }, "node_modules/happy-dom": { - "version": "15.11.7", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.11.7.tgz", - "integrity": "sha512-KyrFvnl+J9US63TEzwoiJOQzZBJY7KgBushJA8X61DMbNsH+2ONkDuLDnCnwUiPTF42tLoEmrPyoqbenVA5zrg==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-17.4.0.tgz", + "integrity": "sha512-LN2BIuvdFZ8snmF6LtQB2vYBzRmgCx+uqlFX9JpKVRHQ44NODNnOchB4ZW8404djHhdbQgEHRAkXCZ0zGOyzew==", "dev": true, "dependencies": { - "entities": "^4.5.0", "webidl-conversions": "^7.0.0", "whatwg-mimetype": "^3.0.0" }, @@ -6926,13 +6925,12 @@ } }, "node_modules/inflection": { - "version": "1.13.4", - "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.4.tgz", - "integrity": "sha512-6I/HUDeYFfuNCVS3td055BaXBwKYuzw7K3ExVMStBowKo9oOAMJIXIHvdyR3iboTCp1b+1i5DSkIZTcwIktuDw==", - "engines": [ - "node >= 0.4.0" - ], - "license": "MIT" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-3.0.2.tgz", + "integrity": "sha512-+Bg3+kg+J6JUWn8J6bzFmOWkTQ6L/NHfDRSYU+EVvuKHDxUDHAXgqixHfVlzuBQaPOTac8hn43aPhMNk6rMe3g==", + "engines": { + "node": ">=18.0.0" + } }, "node_modules/inflight": { "version": "1.0.6", @@ -9145,6 +9143,14 @@ "integrity": "sha512-1inzZmicIFcmUya7PGtUQeXtcF7zZpPnxtQoYOrz0uiOBGlLFa4ik4361seYL2JCcRDIyfdFHiwQolESFlw+Og==", "license": "MIT" }, + "node_modules/ra-core/node_modules/inflection": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.4.tgz", + "integrity": "sha512-6I/HUDeYFfuNCVS3td055BaXBwKYuzw7K3ExVMStBowKo9oOAMJIXIHvdyR3iboTCp1b+1i5DSkIZTcwIktuDw==", + "engines": [ + "node >= 0.4.0" + ] + }, "node_modules/ra-data-json-server": { "version": "3.19.12", "resolved": "https://registry.npmjs.org/ra-data-json-server/-/ra-data-json-server-3.19.12.tgz", @@ -9320,6 +9326,14 @@ "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==", "license": "MIT" }, + "node_modules/ra-ui-materialui/node_modules/inflection": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.4.tgz", + "integrity": "sha512-6I/HUDeYFfuNCVS3td055BaXBwKYuzw7K3ExVMStBowKo9oOAMJIXIHvdyR3iboTCp1b+1i5DSkIZTcwIktuDw==", + "engines": [ + "node >= 0.4.0" + ] + }, "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", diff --git a/ui/package.json b/ui/package.json index b9491b321..a20cf108e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -25,7 +25,7 @@ "connected-react-router": "^6.9.3", "deepmerge": "^4.3.1", "history": "^4.10.1", - "inflection": "^1.13.4", + "inflection": "^3.0.2", "jwt-decode": "^4.0.0", "lodash.throttle": "^4.1.1", "navidrome-music-player": "4.25.1", @@ -68,7 +68,7 @@ "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", - "happy-dom": "^15.11.7", + "happy-dom": "^17.4.0", "jsdom": "^26.0.0", "prettier": "^3.5.3", "ra-test": "^3.19.12",