mirror of https://github.com/franjsco/tomadoro
fix: security vulnerability (update minor)
This commit is contained in:
parent
c23d64a716
commit
85d02c5bc4
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tomadoro",
|
||||
"description": "tomadoro",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"npm": "6.4.1",
|
||||
|
@ -9,9 +9,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.3.1",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4",
|
||||
"react-scripts": "2.1.8",
|
||||
"react": "^16.11.0",
|
||||
"react-dom": "^16.11.0",
|
||||
"react-scripts": "^3.2.0",
|
||||
"react-web-notification": "^0.5.0",
|
||||
"reactstrap": "^7.1.0"
|
||||
},
|
||||
|
@ -40,6 +40,6 @@
|
|||
"author": "frsposito",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"gh-pages": "^2.0.1"
|
||||
"gh-pages": "^2.1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue