Skip to content

Commit 5db46b7

Browse files
authoredAug 10, 2020
fix(dependencies): update dependencies (#3543)
1 parent e7cf7b1 commit 5db46b7

File tree

2 files changed

+1751
-1357
lines changed

2 files changed

+1751
-1357
lines changed
 

‎package-lock.json

+1,735-1,341
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -392,25 +392,24 @@
392392
"dependencies": {
393393
"body-parser": "^1.19.0",
394394
"braces": "^3.0.2",
395-
"chokidar": "^3.0.0",
395+
"chokidar": "^3.4.2",
396396
"colors": "^1.4.0",
397397
"connect": "^3.7.0",
398398
"di": "^0.0.1",
399399
"dom-serialize": "^2.2.1",
400-
"flatted": "^2.0.2",
401400
"glob": "^7.1.6",
402401
"graceful-fs": "^4.2.4",
403402
"http-proxy": "^1.18.1",
404403
"isbinaryfile": "^4.0.6",
405-
"lodash": "^4.17.15",
404+
"lodash": "^4.17.19",
406405
"log4js": "^6.2.1",
407406
"mime": "^2.4.5",
408407
"minimatch": "^3.0.4",
409408
"qjobs": "^1.2.0",
410409
"range-parser": "^1.2.1",
411410
"rimraf": "^3.0.2",
412411
"socket.io": "^2.3.0",
413-
"source-map": "^0.6.1",
412+
"source-map": "^0.7.3",
414413
"tmp": "0.2.1",
415414
"ua-parser-js": "0.7.21",
416415
"yargs": "^15.3.1"
@@ -426,13 +425,14 @@
426425
"chai-as-promised": "^7.1.1",
427426
"chai-subset": "^1.2.2",
428427
"cucumber": "^6.0.5",
429-
"eslint": "^7.0.0",
428+
"eslint": "^7.6.0",
Has a conversation. Original line has a conversation.
430429
"eslint-config-standard": "^14.1.1",
431-
"eslint-plugin-import": "^2.20.2",
430+
"eslint-plugin-import": "^2.22.0",
432431
"eslint-plugin-node": "^11.1.0",
433432
"eslint-plugin-promise": "^4.2.1",
434433
"eslint-plugin-standard": "^4.0.1",
435-
"grunt": "^1.1.0",
434+
"flatted": "^2.0.2",
435+
"grunt": "^1.2.1",
436436
"grunt-auto-release": "^0.0.7",
437437
"grunt-browserify": "^5.0.0",
438438
"grunt-bump": "^0.8.0",
@@ -444,27 +444,27 @@
444444
"grunt-mocha-test": "^0.13.2",
445445
"grunt-npm": "0.0.2",
446446
"http2": "^3.3.6",
447-
"husky": "^4.0.3",
448-
"jasmine-core": "^3.4.0",
447+
"husky": "^4.2.5",
448+
"jasmine-core": "^3.6.0",
449449
"karma-browserify": "^7.0.0",
450-
"karma-browserstack-launcher": "^1.5.0",
450+
"karma-browserstack-launcher": "^1.6.0",
451451
"karma-chai": "^0.1.0",
452452
"karma-chrome-launcher": "^2.2.0",
453-
"karma-firefox-launcher": "*",
453+
"karma-firefox-launcher": "^1.3.0",
454454
"karma-jasmine": "^2.0.1",
455-
"karma-junit-reporter": "*",
455+
"karma-junit-reporter": "^2.0.1",
456456
"karma-mocha": "^1.0.1",
457457
"karma-mocha-reporter": "^2.0.0",
458458
"karma-script-launcher": "^1.0.0",
459459
"load-grunt-tasks": "^4.0.0",
460460
"mkdirp": "^0.5.0",
461461
"mocha": "^4.1.0",
462462
"mocks": "^0.0.15",
463-
"proxyquire": "^2.1.0",
464-
"puppeteer": "^1.9.0",
463+
"proxyquire": "^2.1.3",
464+
"puppeteer": "^1.20.0",
465465
"semantic-release": "^15.14.0",
466-
"sinon": "^7.3.2",
467-
"sinon-chai": "^3.0.0",
466+
"sinon": "^7.5.0",
467+
"sinon-chai": "^3.5.0",
468468
"supertest": "^4.0.2",
469469
"timer-shim": "^0.3.0",
470470
"which": "^1.3.1"

0 commit comments

Comments
 (0)
Please sign in to comment.