Compare commits

..

1 Commits

Author SHA1 Message Date
6d9931e682 chore(deps): update node.js to 24da5a5
All checks were successful
continuous-integration/drone/pr Build is passing
2024-09-05 22:35:46 +00:00
4 changed files with 10 additions and 13 deletions

View File

@ -17,12 +17,12 @@ steps:
- name: reuse
image: fsfe/reuse:4.0.3-debian@sha256:20e70745bf4aa1d37f4ac054f4df045e4f7df7f4ec95d7abd2e263aa1323f399
- name: lint
image: node:20.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03
image: node:20.17.0@sha256:24da5a5fcd6a01a3d8e2bc0f8401f242850e80a5a4395d56e99d60a469853c22
commands:
- npm ci
- npm run lint -- --no-fix
- name: audit
image: node:20.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03
image: node:20.17.0@sha256:24da5a5fcd6a01a3d8e2bc0f8401f242850e80a5a4395d56e99d60a469853c22
commands:
- npm install -g better-npm-audit
- better-npm-audit audit --production --level=moderate
@ -33,9 +33,6 @@ steps:
repo: git.wtf-eg.de/kompetenzinventar/frontend
target: ki-frontend
dry_run: true
when:
event:
- pull_request
---
kind: pipeline
@ -104,7 +101,7 @@ steps:
- name: reuse
image: fsfe/reuse:4.0.3-debian@sha256:20e70745bf4aa1d37f4ac054f4df045e4f7df7f4ec95d7abd2e263aa1323f399
- name: lint
image: node:20.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03
image: node:20.17.0@sha256:24da5a5fcd6a01a3d8e2bc0f8401f242850e80a5a4395d56e99d60a469853c22
commands:
- npm ci
- npm run lint -- --no-fix

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM node:20.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03 as builder
FROM node:20.17.0-alpine@sha256:1a526b97cace6b4006256570efa1a29cd1fe4b96a5301f8d48e87c5139438a45 as builder
COPY package.json package-lock.json ./
RUN npm install

10
package-lock.json generated
View File

@ -18,7 +18,7 @@
"bootstrap-icons": "1.11.3",
"core-js": "3.38.1",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue": "9.27.0",
"sass": "1.77.8",
"sass-loader": "16.0.1",
"v-tooltip": "4.0.0-beta.17",
@ -5867,9 +5867,9 @@
}
},
"node_modules/eslint-plugin-vue": {
"version": "9.28.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.28.0.tgz",
"integrity": "sha512-ShrihdjIhOTxs+MfWun6oJWuk+g/LAhN+CiuOl/jjkG3l0F2AuK5NMTaWqyvBgkFtpYmyks6P4603mLmhNJW8g==",
"version": "9.27.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.27.0.tgz",
"integrity": "sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -5878,7 +5878,7 @@
"natural-compare": "^1.4.0",
"nth-check": "^2.1.1",
"postcss-selector-parser": "^6.0.15",
"semver": "^7.6.3",
"semver": "^7.6.0",
"vue-eslint-parser": "^9.4.3",
"xml-name-validator": "^4.0.0"
},

View File

@ -17,7 +17,7 @@
"bootstrap-icons": "1.11.3",
"core-js": "3.38.1",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue": "9.27.0",
"sass": "1.77.8",
"sass-loader": "16.0.1",
"v-tooltip": "4.0.0-beta.17",