Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #950 from City-of-Helsinki/hotfix/VAR-115
Browse files Browse the repository at this point in the history
[Hotfix] VAR-115 | Upgrade security warning dependencies.
  • Loading branch information
Chi Nguyen authored Jun 13, 2019
2 parents 0b72f38 + 56f283d commit 98ee56f
Show file tree
Hide file tree
Showing 3 changed files with 995 additions and 493 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.4.1
**HOTFIX**
```
- Fix security warnings for dependencies: react-select, jest, postcss-loader, codecov, node-sass, eslint
```

# 0.4.0
**MAJOR CHANGES**
```
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "varaamo",
"version": "0.4.0",
"version": "0.4.1",
"repository": {
"type": "git",
"url": "https://github.com/City-of-Helsinki/varaamo"
Expand Down Expand Up @@ -57,7 +57,7 @@
"react-redux": "6.0.1",
"react-router-bootstrap": "0.24.4",
"react-router-dom": "4.3.1",
"react-select": "2.4.1",
"react-select": "^3.0.4",
"react-sticky-el": "1.0.20",
"react-toggle": "4.0.2",
"redux": "4.0.1",
Expand All @@ -82,13 +82,13 @@
"babel-jest": "^24.1.0",
"babel-loader": "8.0.5",
"body-parser": "1.18.3",
"codecov": "3.2.0",
"codecov": "^3.5.0",
"cookie-parser": "1.4.3",
"cookie-session": "1.3.3",
"css-loader": "2.1.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "~1.11.2",
"eslint": "5.15.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-import-resolver-webpack": "0.11.0",
"eslint-loader": "2.1.2",
Expand All @@ -99,12 +99,12 @@
"express": "4.16.4",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"jest": "^24.1.0",
"jest": "^24.8.0",
"mini-css-extract-plugin": "0.5.0",
"mockdate": "2.0.2",
"morgan": "1.9.1",
"node-sass": "4.11.0",
"postcss-loader": "3.0.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"react-test-renderer": "^16.8.4",
"react-transform-hmr": "1.0.4",
Expand Down
Loading

0 comments on commit 98ee56f

Please sign in to comment.