Skip to content

Commit c037926

Browse files
Upgrade moment to mitigate security alert (Hacker0x01#1265)
1 parent bb983b7 commit c037926

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"lint-staged": "^6.0.0",
5959
"lodash": "^4.17.4",
6060
"mocha": "^4.0.1",
61-
"moment": "^2.19.4",
61+
"moment": "^2.20.1",
6262
"node-sass": "^4.6.0",
6363
"npm-run-all": "^4.1.2",
6464
"prettier": "^1.9.2",
@@ -83,7 +83,7 @@
8383
"webpack-hot-middleware": "^2.20.0"
8484
},
8585
"peerDependencies": {
86-
"moment": "^2.0.0",
86+
"moment": "^2.20.0",
8787
"react": "^16.0.0",
8888
"react-dom": "^16.0.0"
8989
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4361,9 +4361,9 @@ mocha@^4.0.1:
43614361
mkdirp "0.5.1"
43624362
supports-color "4.4.0"
43634363

4364-
moment@^2.19.4:
4365-
version "2.19.4"
4366-
resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.4.tgz#17e5e2c6ead8819c8ecfad83a0acccb312e94682"
4364+
moment@^2.20.1:
4365+
version "2.20.1"
4366+
resolved "https://registry.yarnpkg.com/moment/-/moment-2.20.1.tgz#d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd"
43674367

43684368
43694369
version "0.7.1"

0 commit comments

Comments
 (0)