Update dependencies to resolve sercurity alerts.

Update all npm deps to latest version. In-particular, updated
follow-redirects to resolve trivy scan.
This commit is contained in:
Brett Logan 2022-01-18 11:13:01 -05:00
parent 7d250fef4c
commit 87959efabc
2 changed files with 564 additions and 153 deletions

701
dependencies/package-lock.json generated vendored

File diff suppressed because it is too large Load diff

View file

@ -3,22 +3,22 @@
"dependencies": { "dependencies": {
"@coffeelint/cli": "^5.2.3", "@coffeelint/cli": "^5.2.3",
"@stoplight/spectral": "^6.1.0", "@stoplight/spectral": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.9.1", "@typescript-eslint/parser": "^5.10.0",
"asl-validator": "^1.10.0", "asl-validator": "^1.10.0",
"axios": "^0.24.0", "axios": "^0.25.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"eslint": "^8.6.0", "eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.4", "eslint-plugin-jest": "^25.7.0",
"eslint-plugin-json": "^3.1.0", "eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsonc": "^2.0.0", "eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0", "eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-vue": "^8.2.0", "eslint-plugin-vue": "^8.3.0",
"gherkin-lint": "^4.2.2", "gherkin-lint": "^4.2.2",
"htmlhint": "^1.1.0", "htmlhint": "^1.1.0",
"immer": "^9.0.12", "immer": "^9.0.12",
@ -26,8 +26,8 @@
"jscpd": "^3.4.5", "jscpd": "^3.4.5",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"markdownlint-cli": "^0.30.0", "markdownlint-cli": "^0.30.0",
"node-fetch": "^3.1.0", "node-fetch": "^3.1.1",
"npm-groovy-lint": "^9.4.0", "npm-groovy-lint": "^9.4.1",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"prettyjson": "^1.2.5", "prettyjson": "^1.2.5",
"pug": "^3.0.2", "pug": "^3.0.2",