Upgrade packages with the help of npm audit fix

This commit is contained in:
Ben Gotow 2019-02-04 21:54:38 -08:00
parent d7fb2a20da
commit e85d8bd8f3
4 changed files with 4306 additions and 4970 deletions

2008
app/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -21,8 +21,8 @@
"debug": "github:emorikawa/debug#nylas",
"electron-spellchecker": "github:bengotow/electron-spellchecker#master",
"emoji-data": "^0.2.0",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.0",
"event-kit": "^1.0.2",
"fs-plus": "^2.3.2",
"getmac": "^1.2.1",
@ -39,7 +39,7 @@
"lru-cache": "^4.0.1",
"mammoth": "1.4.7",
"mkdirp": "^0.5",
"moment": "2.12.0",
"moment": "^2.24.0",
"moment-round": "^1.0.1",
"moment-timezone": "0.5.4",
"mousetrap": "^1.5.3",
@ -49,7 +49,7 @@
"proxyquire": "1.3.1",
"raven": "2.1.2",
"react": "16.6.0",
"react-color": "^2.13.8",
"react-color": "^2.17.0",
"react-dom": "16.6.0",
"react-test-renderer": "16.6.0",
"react-transition-group": "1.2.1",
@ -72,7 +72,7 @@
"temp": "^0.8",
"tld": "^0.0.2",
"underscore": "1.8.x",
"underscore.string": "^3.0",
"underscore.string": "^3.3.5",
"utf7": "^1.0.2",
"windows-shortcuts": "emorikawa/windows-shortcuts#b0a0fc7",
"xlsx": "0.14.1"

7254
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -51,11 +51,11 @@
"jasmine": "2.x.x",
"joanna": "0.0.9",
"license-extractor": "^1.0.4",
"load-grunt-parent-tasks": "0.1.1",
"load-grunt-parent-tasks": "^0.1.2",
"meta-marked": "^0.4.2",
"mkdirp": "^0.5.1",
"prettier": "^1.10.0",
"request": "2.x.x",
"request": "^2.88.0",
"rimraf": "^2.6.1",
"targz": "^1.0.1",
"temp": "0.8.x",