Merge pull request #209 from docker/fix-security-issues

update javascript dependencies to fix security issues
This commit is contained in:
Guillaume Lours 2021-10-08 17:34:24 +02:00 committed by GitHub
commit 8511b9af07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2208 additions and 2880 deletions

View File

@ -16,6 +16,9 @@
"uuid": "^3.3.3", "uuid": "^3.3.3",
"wait-port": "^0.2.2" "wait-port": "^0.2.2"
}, },
"resolutions": {
"ansi-regex": "5.0.1"
},
"prettier": { "prettier": {
"trailingComma": "all", "trailingComma": "all",
"tabWidth": 4, "tabWidth": 4,
@ -24,8 +27,8 @@
"singleQuote": true "singleQuote": true
}, },
"devDependencies": { "devDependencies": {
"jest": "^24.9.0", "jest": "^27.2.5",
"nodemon": "^1.19.2", "nodemon": "^2.0.13",
"prettier": "^1.18.2" "prettier": "^1.18.2"
} }
} }

File diff suppressed because it is too large Load Diff