From 8005b8c3b6878dfc736049a16ecf4572d912afcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 21:55:26 -0400 Subject: [PATCH] chore(deps): pin dependencies (#1542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/supertest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/supertest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest)) | devDependencies | pin | [`^6.0.3` -> `6.0.3`](https://renovatebot.com/diffs/npm/@types%2fsupertest/6.0.3/6.0.3) | | [supertest](https://redirect.github.com/ladjs/supertest) | devDependencies | pin | [`^7.1.4` -> `7.1.4`](https://renovatebot.com/diffs/npm/supertest/7.1.4/7.1.4) | | [tw-animate-css](https://redirect.github.com/Wombosvideo/tw-animate-css) | devDependencies | pin | [`^1.3.5` -> `1.3.5`](https://renovatebot.com/diffs/npm/tw-animate-css/1.3.5/1.3.5) | | [vue-eslint-parser](https://redirect.github.com/vuejs/vue-eslint-parser) | devDependencies | pin | [`^10.2.0` -> `10.2.0`](https://renovatebot.com/diffs/npm/vue-eslint-parser/10.2.0/10.2.0) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/unraid/api). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- unraid-ui/package.json | 2 +- web/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/package.json b/api/package.json index b4535aa0f..9f05d3c77 100644 --- a/api/package.json +++ b/api/package.json @@ -187,7 +187,7 @@ "@types/sendmail": "1.4.7", "@types/stoppable": "1.1.3", "@types/strftime": "0.9.8", - "@types/supertest": "^6.0.3", + "@types/supertest": "6.0.3", "@types/uuid": "10.0.0", "@types/ws": "8.18.1", "@types/wtfnode": "0.7.3", @@ -205,7 +205,7 @@ "nodemon": "3.1.10", "prettier": "3.6.2", "rollup-plugin-node-externals": "8.0.1", - "supertest": "^7.1.4", + "supertest": "7.1.4", "tsx": "4.20.3", "type-fest": "4.41.0", "typescript": "5.8.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b8c916cfd..c23a26f50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -417,7 +417,7 @@ importers: specifier: 0.9.8 version: 0.9.8 '@types/supertest': - specifier: ^6.0.3 + specifier: 6.0.3 version: 6.0.3 '@types/uuid': specifier: 10.0.0 @@ -471,7 +471,7 @@ importers: specifier: 8.0.1 version: 8.0.1(rollup@4.44.0) supertest: - specifier: ^7.1.4 + specifier: 7.1.4 version: 7.1.4 tsx: specifier: 4.20.3 @@ -995,7 +995,7 @@ importers: specifier: 3.5.18 version: 3.5.18(typescript@5.8.3) vue-eslint-parser: - specifier: ^10.2.0 + specifier: 10.2.0 version: 10.2.0(eslint@9.32.0(jiti@2.5.1)) vue-tsc: specifier: 3.0.4 @@ -1243,7 +1243,7 @@ importers: specifier: 5.43.1 version: 5.43.1 tw-animate-css: - specifier: ^1.3.5 + specifier: 1.3.5 version: 1.3.5 typescript: specifier: 5.8.3 @@ -17981,7 +17981,7 @@ snapshots: '@types/cookiejar': 2.1.5 '@types/methods': 1.1.4 '@types/node': 22.16.5 - form-data: 4.0.1 + form-data: 4.0.4 '@types/supertest@6.0.3': dependencies: diff --git a/unraid-ui/package.json b/unraid-ui/package.json index d9e9df587..ded70b972 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -106,7 +106,7 @@ "vite-plugin-vue-devtools": "7.7.7", "vitest": "3.2.4", "vue": "3.5.18", - "vue-eslint-parser": "^10.2.0", + "vue-eslint-parser": "10.2.0", "vue-tsc": "3.0.4", "wrangler": "4.26.0" }, diff --git a/web/package.json b/web/package.json index 11eec190d..bf887af30 100644 --- a/web/package.json +++ b/web/package.json @@ -76,7 +76,7 @@ "shadcn-nuxt": "2.2.0", "tailwindcss": "4.1.11", "terser": "5.43.1", - "tw-animate-css": "^1.3.5", + "tw-animate-css": "1.3.5", "typescript": "5.8.3", "vite": "7.0.6", "vite-plugin-remove-console": "2.2.0",