chore: bump dependencies

Follow up to #5590.
This commit is contained in:
James George 2025-11-26 11:06:55 +05:30
parent 0bf8e08874
commit c50076ef2e
13 changed files with 693 additions and 618 deletions

View file

@ -44,7 +44,7 @@
"nodemailer@<7.0.7": "7.0.7",
"sha.js@2.4.11": "2.4.12",
"subscriptions-transport-ws>ws": "7.5.10",
"vue": "3.5.22",
"vue": "3.5.25",
"form-data": "4.0.4",
"ws": "8.17.1"
},

View file

@ -17,7 +17,7 @@
"axios": "1.13.2",
"fp-ts": "2.16.11",
"lodash-es": "4.17.21",
"vue": "3.5.22"
"vue": "3.5.25"
},
"devDependencies": {
"@iconify-json/lucide": "1.2.73",

View file

@ -98,8 +98,8 @@
"@types/passport-microsoft": "2.1.1",
"@types/pg": "8.15.6",
"@types/supertest": "6.0.3",
"@typescript-eslint/eslint-plugin": "8.47.0",
"@typescript-eslint/parser": "8.47.0",
"@typescript-eslint/eslint-plugin": "8.48.0",
"@typescript-eslint/parser": "8.48.0",
"cross-env": "10.1.0",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",

View file

@ -43,7 +43,7 @@
"dependencies": {
"aws4fetch": "1.0.20",
"axios": "1.13.2",
"axios-cookiejar-support": "6.0.4",
"axios-cookiejar-support": "6.0.5",
"chalk": "5.6.2",
"commander": "14.0.2",
"isolated-vm": "6.0.2",
@ -69,6 +69,6 @@
"semver": "7.7.3",
"tsup": "8.5.1",
"typescript": "5.9.3",
"vitest": "4.0.12"
"vitest": "4.0.14"
}
}

View file

@ -111,8 +111,8 @@
"util": "0.12.5",
"uuid": "13.0.0",
"verzod": "0.4.0",
"vue": "3.5.22",
"vue-i18n": "11.1.12",
"vue": "3.5.25",
"vue-i18n": "11.2.2",
"vue-json-pretty": "2.6.0",
"vue-pdf-embed": "2.1.3",
"vue-router": "4.6.3",
@ -135,7 +135,7 @@
"@graphql-codegen/typescript-urql-graphcache": "3.1.1",
"@graphql-codegen/urql-introspection": "3.0.1",
"@graphql-typed-document-node/core": "3.2.0",
"@iconify-json/lucide": "1.2.73",
"@iconify-json/lucide": "1.2.75",
"@import-meta-env/cli": "0.7.4",
"@intlify/unplugin-vue-i18n": "11.0.1",
"@relmify/jest-fp-ts": "2.1.1",
@ -149,18 +149,18 @@
"@types/qs": "6.14.0",
"@types/splitpanes": "2.2.6",
"@types/yargs-parser": "21.0.3",
"@typescript-eslint/eslint-plugin": "8.47.0",
"@typescript-eslint/parser": "8.47.0",
"@typescript-eslint/eslint-plugin": "8.48.0",
"@typescript-eslint/parser": "8.48.0",
"@vitejs/plugin-vue": "6.0.2",
"@vue/compiler-sfc": "3.5.24",
"@vue/compiler-sfc": "3.5.25",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/runtime-core": "3.5.24",
"autoprefixer": "10.4.21",
"@vue/runtime-core": "3.5.25",
"autoprefixer": "10.4.22",
"cross-env": "10.1.0",
"dotenv": "17.2.3",
"eslint": "8.57.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.5.1",
"eslint-plugin-vue": "10.6.1",
"glob": "13.0.0",
"jsdom": "27.2.0",
"npm-run-all": "4.1.5",
@ -184,7 +184,7 @@
"vite-plugin-pages-sitemap": "1.7.1",
"vite-plugin-pwa": "1.1.0",
"vite-plugin-vue-layouts": "0.11.0",
"vitest": "4.0.12",
"vitest": "4.0.14",
"vue-tsc": "1.8.8"
}
}

View file

@ -35,7 +35,7 @@
},
"homepage": "https://github.com/hoppscotch/hoppscotch#readme",
"devDependencies": {
"@types/lodash": "4.17.20",
"@types/lodash": "4.17.21",
"typescript": "5.9.3",
"vite": "7.2.4"
},

View file

@ -34,7 +34,7 @@
"@tauri-apps/plugin-updater": "2.9.0",
"fp-ts": "2.16.11",
"rxjs": "7.8.2",
"vue": "3.5.22",
"vue": "3.5.25",
"vue-router": "4.6.3",
"vue-tippy": "6.7.1",
"zod": "3.25.32"
@ -50,7 +50,7 @@
"autoprefixer": "10.4.21",
"eslint": "8.57.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.5.1",
"eslint-plugin-vue": "10.6.1",
"postcss": "8.5.6",
"sass": "1.94.2",
"tailwindcss": "3.4.16",

View file

@ -25,7 +25,7 @@
"@tauri-apps/api": "2.1.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-typescript": "^12.3.0",
"rollup": "^4.52.5",
"tslib": "^2.6.2",
"typescript": "5.9.3"

View file

@ -25,7 +25,7 @@
"@tauri-apps/api": "2.1.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-typescript": "^12.3.0",
"rollup": "^4.52.5",
"tslib": "^2.6.2",
"typescript": "5.9.3"

View file

@ -63,10 +63,10 @@
"@relmify/jest-fp-ts": "2.1.1",
"@types/chai": "5.2.3",
"@types/jest": "30.0.0",
"@types/lodash": "4.17.20",
"@types/lodash": "4.17.21",
"@types/node": "24.10.1",
"@typescript-eslint/eslint-plugin": "8.47.0",
"@typescript-eslint/parser": "8.47.0",
"@typescript-eslint/eslint-plugin": "8.48.0",
"@typescript-eslint/parser": "8.48.0",
"eslint": "8.57.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
@ -74,7 +74,7 @@
"prettier": "3.6.2",
"typescript": "5.9.3",
"vite": "7.2.4",
"vitest": "4.0.12"
"vitest": "4.0.14"
},
"peerDependencies": {
"isolated-vm": "6.0.2"

View file

@ -24,7 +24,7 @@
},
"dependencies": {
"@fontsource-variable/inter": "5.2.8",
"@fontsource-variable/material-symbols-rounded": "5.2.24",
"@fontsource-variable/material-symbols-rounded": "5.2.30",
"@fontsource-variable/roboto-mono": "5.2.8",
"@hoppscotch/common": "workspace:^",
"@hoppscotch/data": "workspace:^",
@ -46,7 +46,7 @@
"stream-browserify": "3.0.0",
"util": "0.12.5",
"verzod": "0.4.0",
"vue": "3.5.22",
"vue": "3.5.25",
"workbox-window": "7.4.0",
"zod": "3.25.32"
},
@ -59,28 +59,28 @@
"@graphql-codegen/typescript-urql-graphcache": "3.1.1",
"@graphql-codegen/urql-introspection": "3.0.1",
"@graphql-typed-document-node/core": "3.2.0",
"@iconify-json/lucide": "1.2.68",
"@iconify-json/lucide": "1.2.75",
"@intlify/unplugin-vue-i18n": "11.0.1",
"@rushstack/eslint-patch": "1.14.0",
"@typescript-eslint/eslint-plugin": "8.47.0",
"@typescript-eslint/parser": "8.47.0",
"@rushstack/eslint-patch": "1.15.0",
"@typescript-eslint/eslint-plugin": "8.48.0",
"@typescript-eslint/parser": "8.48.0",
"@vitejs/plugin-legacy": "7.2.1",
"@vitejs/plugin-vue": "6.0.2",
"@vue/eslint-config-typescript": "13.0.0",
"autoprefixer": "10.4.21",
"autoprefixer": "10.4.22",
"cross-env": "10.1.0",
"dotenv": "17.2.3",
"eslint": "8.57.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.5.1",
"eslint-plugin-vue": "10.6.1",
"npm-run-all": "4.1.5",
"postcss": "8.5.6",
"prettier-plugin-tailwindcss": "0.7.1",
"tailwindcss": "3.4.16",
"typescript": "5.9.3",
"unplugin-fonts": "1.4.0",
"unplugin-icons": "22.2.0",
"unplugin-vue-components": "29.0.0",
"unplugin-icons": "22.5.0",
"unplugin-vue-components": "30.0.0",
"vite": "7.2.4",
"vite-plugin-fonts": "0.7.0",
"vite-plugin-html-config": "2.0.2",

View file

@ -14,7 +14,7 @@
},
"dependencies": {
"@fontsource-variable/inter": "5.2.8",
"@fontsource-variable/material-symbols-rounded": "5.2.24",
"@fontsource-variable/material-symbols-rounded": "5.2.30",
"@fontsource-variable/roboto-mono": "5.2.8",
"@graphql-typed-document-node/core": "3.2.0",
"@hoppscotch/ui": "0.2.5",
@ -38,9 +38,9 @@
"tippy.js": "6.3.7",
"ts-node-dev": "2.0.0",
"unplugin-icons": "22.5.0",
"unplugin-vue-components": "29.0.0",
"vue": "3.5.22",
"vue-i18n": "11.1.12",
"unplugin-vue-components": "30.0.0",
"vue": "3.5.25",
"vue-i18n": "11.2.2",
"vue-router": "4.6.3",
"vue-tippy": "6.7.1"
},
@ -53,13 +53,13 @@
"@graphql-codegen/typescript-document-nodes": "5.0.5",
"@graphql-codegen/typescript-operations": "5.0.5",
"@graphql-codegen/urql-introspection": "3.0.1",
"@iconify-json/lucide": "1.2.68",
"@iconify-json/lucide": "1.2.75",
"@import-meta-env/cli": "0.7.4",
"@import-meta-env/unplugin": "0.6.3",
"@types/lodash-es": "4.17.12",
"@vitejs/plugin-vue": "6.0.2",
"@vue/compiler-sfc": "3.5.24",
"autoprefixer": "10.4.21",
"@vue/compiler-sfc": "3.5.25",
"autoprefixer": "10.4.22",
"dotenv": "17.2.3",
"graphql-tag": "2.12.6",
"hoppscotch-backend": "workspace:^",

File diff suppressed because it is too large Load diff