Running with gitlab-runner 17.6.0 (374d34fd)
  on shared generic run-untagged Nse4-tqot, system ID: s_712e41515b56
section_start:1742892277:prepare_executor
Preparing the "docker" executor
Using Docker executor with image node:16 ...
Pulling docker image node:16 ...
Using docker image sha256:1ddc7e4055fdb6f6bf31063b593befda814294f9f904b6ddfc21ab1513bafa8e for node:16 with digest node@sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b ...
section_end:1742892299:prepare_executor
section_start:1742892299:prepare_script
Preparing environment
Running on runner-nse4-tqot-project-1011-concurrent-3 via ci05.adullact.lan...
section_end:1742892310:prepare_script
section_start:1742892310:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/soluris/madis-cyber/.git/
Created fresh repository.
Checking out 4794b3e9 as detached HEAD (ref is develop)...

Skipping Git submodules setup
section_end:1742892332:get_sources
section_start:1742892332:step_script
Executing "step_script" stage of the job script
Using docker image sha256:1ddc7e4055fdb6f6bf31063b593befda814294f9f904b6ddfc21ab1513bafa8e for node:16 with digest node@sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b ...
$ npm install && npm run lint
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: bootstrap-switch@3.3.4
npm WARN Found: bootstrap@4.6.2
npm WARN node_modules/admin-lte/node_modules/bootstrap
npm WARN   bootstrap@"^4.6.0" from admin-lte@3.1.0
npm WARN   node_modules/admin-lte
npm WARN     dev admin-lte@"3.1.0" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer bootstrap@"^3.1.1" from bootstrap-switch@3.3.4
npm WARN node_modules/admin-lte/node_modules/bootstrap-switch
npm WARN   bootstrap-switch@"3.3.4" from admin-lte@3.1.0
npm WARN   node_modules/admin-lte
npm WARN 
npm WARN Conflicting peer dependency: bootstrap@3.4.1
npm WARN node_modules/bootstrap
npm WARN   peer bootstrap@"^3.1.1" from bootstrap-switch@3.3.4
npm WARN   node_modules/admin-lte/node_modules/bootstrap-switch
npm WARN     bootstrap-switch@"3.3.4" from admin-lte@3.1.0
npm WARN     node_modules/admin-lte
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated consolidate@0.15.1: Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog
npm WARN deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
npm WARN deprecated bootstrap-colorpicker@3.4.0: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
npm WARN deprecated flag-icon-css@3.5.0: The project has been renamed to flag-icons

added 1095 packages, and audited 1096 packages in 22s

168 packages are looking for funding
  run `npm fund` for details

36 vulnerabilities (10 low, 15 moderate, 10 high, 1 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

> lint
> eslint --fix --ext .js,.vue resources/js


/builds/soluris/madis-cyber/resources/js/components/Evaluations/List.vue
  59:25  warning  `<template>` require directive  vue/no-lone-template

/builds/soluris/madis-cyber/resources/js/components/Evaluations/Single/Components/Results/MeasureLevelDetails.vue
  26:44  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/builds/soluris/madis-cyber/resources/js/components/Evaluations/Single/Components/Step2/MeasureLevel.vue
  5:44  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/builds/soluris/madis-cyber/resources/js/components/Evaluations/Single/Components/Step4/MeasureLevelDetails.vue
  50:52  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/builds/soluris/madis-cyber/resources/js/components/Measures/Single/LevelBlock.vue
  28:21  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

✖ 5 problems (0 errors, 5 warnings)

section_end:1742892366:step_script
section_start:1742892366:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1742892370:cleanup_file_variables
Job succeeded