bunq / doc

The bunq API documentation
https://doc.bunq.com
MIT License
30 stars 19 forks source link

Updated dependencies to resolve vulnerabilities #158

Closed angelomelonas closed 4 years ago

angelomelonas commented 4 years ago

The current dependencies are outdated and need to be updated to avoid potential exploitation of vulnerabilities:

    "devDependencies": {
        "npm-run-all": "^4.1.3" -> "^4.1.5"
        "swagger-ui": "^3.18.2" -> "^3.31.1"
    },
    "dependencies": {
        "@fortawesome/fontawesome-svg-core": "^1.2.17" -> "^1.2.30"
        "@fortawesome/free-brands-svg-icons": "^5.8.1" -> "^5.14.0"
        "@fortawesome/react-fontawesome": "^0.1.4" -> "^0.1.11"
        "cookieconsent": "^3.1.0" -> "^3.1.1"
        "node-sass-chokidar": "^1.3.4" -> "^1.5.0"
        "react-scripts": "^2.1.8" -> "^3.4.3"
    },