fix: security vulnerability (update minor)

This commit is contained in:
Francesco Esposito 2019-10-24 17:16:57 +02:00
parent c23d64a716
commit 85d02c5bc4
2 changed files with 4531 additions and 7822 deletions

12341
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{ {
"name": "tomadoro", "name": "tomadoro",
"description": "tomadoro", "description": "tomadoro",
"version": "1.4.0", "version": "1.4.1",
"private": true, "private": true,
"engines": { "engines": {
"npm": "6.4.1", "npm": "6.4.1",
@ -9,9 +9,9 @@
}, },
"dependencies": { "dependencies": {
"bootstrap": "^4.3.1", "bootstrap": "^4.3.1",
"react": "^16.8.4", "react": "^16.11.0",
"react-dom": "^16.8.4", "react-dom": "^16.11.0",
"react-scripts": "2.1.8", "react-scripts": "^3.2.0",
"react-web-notification": "^0.5.0", "react-web-notification": "^0.5.0",
"reactstrap": "^7.1.0" "reactstrap": "^7.1.0"
}, },
@ -40,6 +40,6 @@
"author": "frsposito", "author": "frsposito",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"devDependencies": { "devDependencies": {
"gh-pages": "^2.0.1" "gh-pages": "^2.1.1"
} }
} }