audit of the npm packages and upgrade of the versions

Signed-off-by: Maurice Preuß (envoyr) <envoyr@froxlor.org>
This commit is contained in:
Maurice Preuß (envoyr)
2025-02-27 01:11:33 +01:00
parent 2e18d7c581
commit c5017786e0
3 changed files with 1520 additions and 546 deletions

View File

@@ -72,7 +72,7 @@ jobs:
- name: Install Node.js - name: Install Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '20.x' node-version: '22.x'
- name: Install npm dependencies - name: Install npm dependencies
run: npm install run: npm install
@@ -120,7 +120,7 @@ jobs:
- name: Deploy nightly to server - name: Deploy nightly to server
uses: easingthemes/ssh-deploy@main uses: easingthemes/ssh-deploy@main
env: with:
ARGS: "-rltDzvO --chown=${{ secrets.WEB_USER }}:${{ secrets.WEB_USER }}" ARGS: "-rltDzvO --chown=${{ secrets.WEB_USER }}:${{ secrets.WEB_USER }}"
SOURCE: "dist/" SOURCE: "dist/"
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}

2034
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,23 +6,23 @@
"build": "vite build" "build": "vite build"
}, },
"devDependencies": { "devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.2", "@fortawesome/fontawesome-free": "^6.7.2",
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue": "^5.2.1",
"axios": "^1.7.4", "axios": "^1.8.1",
"bootstrap": "^5.3.2", "bootstrap": "^5.3.3",
"chart.js": "^4.4.0", "chart.js": "^4.4.8",
"jquery": "^3.6.1", "jquery": "^3.7.1",
"jquery-validation": "^1.20.0", "jquery-validation": "^1.21.0",
"laravel-vite-plugin": "^0.8.0", "laravel-vite-plugin": "^1.2.0",
"lodash": "^4.17.19", "lodash": "^4.17.21",
"postcss": "^8.1.14", "postcss": "^8.5.3",
"resolve-url-loader": "^5.0.0", "resolve-url-loader": "^5.0.0",
"sass": "^1.69.3", "sass": "^1.85.1",
"vite": "^4.5.9", "vite": "^6.2.0",
"vue": "^3.2.37" "vue": "^3.5.13"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=22"
} }
} }