Skip to content

Commit 8005b8c

Browse files
chore(deps): pin dependencies (#1542)
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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6fa102 commit 8005b8c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"@types/sendmail": "1.4.7",
188188
"@types/stoppable": "1.1.3",
189189
"@types/strftime": "0.9.8",
190-
"@types/supertest": "^6.0.3",
190+
"@types/supertest": "6.0.3",
191191
"@types/uuid": "10.0.0",
192192
"@types/ws": "8.18.1",
193193
"@types/wtfnode": "0.7.3",
@@ -205,7 +205,7 @@
205205
"nodemon": "3.1.10",
206206
"prettier": "3.6.2",
207207
"rollup-plugin-node-externals": "8.0.1",
208-
"supertest": "^7.1.4",
208+
"supertest": "7.1.4",
209209
"tsx": "4.20.3",
210210
"type-fest": "4.41.0",
211211
"typescript": "5.8.3",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unraid-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"vite-plugin-vue-devtools": "7.7.7",
107107
"vitest": "3.2.4",
108108
"vue": "3.5.18",
109-
"vue-eslint-parser": "^10.2.0",
109+
"vue-eslint-parser": "10.2.0",
110110
"vue-tsc": "3.0.4",
111111
"wrangler": "4.26.0"
112112
},

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"shadcn-nuxt": "2.2.0",
7777
"tailwindcss": "4.1.11",
7878
"terser": "5.43.1",
79-
"tw-animate-css": "^1.3.5",
79+
"tw-animate-css": "1.3.5",
8080
"typescript": "5.8.3",
8181
"vite": "7.0.6",
8282
"vite-plugin-remove-console": "2.2.0",

0 commit comments

Comments
 (0)