diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 48597139..872f7f58 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: ">=21.4.0" + node-version: ">=22.0.0" - name: Install run: npm ci - name: Build diff --git a/package-lock.json b/package-lock.json index 382bb605..aa4e2a0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.5.2", "license": "MIT", "devDependencies": { - "@faker-js/faker": "^8.4.1", + "@faker-js/faker": "8.4.1", "@fortawesome/fontawesome-svg-core": "6.5.1", "@fortawesome/free-solid-svg-icons": "6.5.1", "@fortawesome/vue-fontawesome": "3.0.6", @@ -18,7 +18,7 @@ "@types/chrome": "0.0.260", "@typescript-eslint/eslint-plugin": "7.0.2", "@typescript-eslint/parser": "7.0.2", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "5.2.1", "@vue/eslint-config-typescript": "12.0.0", "bootstrap": "5.3.3", "bootstrap-vue-next": "0.16.6", @@ -43,9 +43,9 @@ "sass": "1.71.1", "ts-node": "10.9.2", "typescript": "5.7.3", - "unplugin-vue-components": "^0.28.0", - "vite": "^6.1.0", - "vite-plugin-web-extension": "^4.4.3", + "unplugin-vue-components": "0.28.0", + "vite": "6.1.0", + "vite-plugin-web-extension": "4.4.3", "vitest": "1.6.1", "vue": "3.4.19", "vue-dndrop": "1.3.1", @@ -53,7 +53,7 @@ "vue-tsc": "2.0.29" }, "engines": { - "node": ">=21.4.0", + "node": ">=22.0.0", "npm": ">=10.2.5" } },