diff --git a/README.md b/README.md index 5d3014f..a25d28a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ DB=mysql://user:pass@host:port/base yarn dev ```console docker build \ -t iwazaru/all-stereotypes-are-wrong:latest \ - -t iwazaru/all-stereotypes-are-wrong:3.0.1 \ + -t iwazaru/all-stereotypes-are-wrong:3.0.2 \ . ``` @@ -46,6 +46,10 @@ docker build \ ## Changelog +### 3.0.2 (2020-07-27) + +- Upgrade dependencies to fix lodash vulnerability + ### 3.0.1 (2020-06-16) - Upgrade dependencies to fix security vulnerabilities diff --git a/client/package.json b/client/package.json index 0d0946b..1d68853 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "asaw-client", - "version": "3.0.1", + "version": "3.0.2", "private": true, "dependencies": { "chart.js": "^2.9.3", diff --git a/client/src/App.js b/client/src/App.js index 80348d4..d0a0270 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -38,7 +38,7 @@ function App() {