mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Update NPM deps with using ncu and npm audit (#2447)
* Update NPM deps with using ncu and npm audit * Set fail-fast to false
This commit is contained in:
parent
e233cb8aa6
commit
37e8faefef
4 changed files with 274 additions and 708 deletions
1
.github/workflows/deploy-Production.yml
vendored
1
.github/workflows/deploy-Production.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
# Set the agent to run on
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
images:
|
||||
- container-build-target: final_slim
|
||||
|
|
1
.github/workflows/deploy-Release.yml
vendored
1
.github/workflows/deploy-Release.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
|||
# Set the agent to run on
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
images:
|
||||
- container-build-target: final_slim
|
||||
|
|
960
dependencies/package-lock.json
generated
vendored
960
dependencies/package-lock.json
generated
vendored
File diff suppressed because it is too large
Load diff
20
dependencies/package.json
vendored
20
dependencies/package.json
vendored
|
@ -1,31 +1,31 @@
|
|||
{
|
||||
"name": "super-linter",
|
||||
"dependencies": {
|
||||
"@coffeelint/cli": "^5.2.3",
|
||||
"@coffeelint/cli": "^5.2.4",
|
||||
"@stoplight/spectral": "^6.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
||||
"@typescript-eslint/parser": "^5.10.2",
|
||||
"asl-validator": "^1.10.0",
|
||||
"axios": "^0.25.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^8.7.0",
|
||||
"eslint": "^8.8.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^26.0.0",
|
||||
"eslint-plugin-jest": "^26.1.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-jsonc": "^2.0.0",
|
||||
"eslint-plugin-jsonc": "^2.1.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-react": "^7.28.0",
|
||||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
"eslint-plugin-vue": "^8.3.0",
|
||||
"eslint-plugin-vue": "^8.4.1",
|
||||
"gherkin-lint": "^4.2.2",
|
||||
"htmlhint": "^1.1.1",
|
||||
"htmlhint": "^1.1.2",
|
||||
"immer": "^9.0.12",
|
||||
"ini": "^2.0.0",
|
||||
"jscpd": "^3.4.5",
|
||||
"lodash": "^4.17.21",
|
||||
"markdownlint-cli": "^0.30.0",
|
||||
"markdownlint-cli": "^0.31.0",
|
||||
"node-fetch": "^3.2.0",
|
||||
"npm-groovy-lint": "^9.4.1",
|
||||
"prettier": "^2.5.1",
|
||||
|
@ -34,10 +34,10 @@
|
|||
"sql-lint": "0.0.19",
|
||||
"standard": "^16.0.4",
|
||||
"stylelint": "^14.3.0",
|
||||
"stylelint-config-sass-guidelines": "^9.0.1",
|
||||
"stylelint-config-recommended-scss": "^5.0.2",
|
||||
"stylelint-config-standard-scss": "^3.0.0",
|
||||
"stylelint-config-sass-guidelines": "^9.0.1",
|
||||
"stylelint-config-standard": "^24.0.0",
|
||||
"stylelint-config-standard-scss": "^3.0.0",
|
||||
"stylelint-scss": "^4.1.0",
|
||||
"tekton-lint": "^0.6.0",
|
||||
"textlint": "^12.1.0",
|
||||
|
|
Loading…
Reference in a new issue