Skip to content

Commit 2bdf9be

Browse files
authored
Merge pull request #315 from OneNoteDev/feature/package-updates
Safe updates of the packages we depend on
2 parents d97c43b + 4232e04 commit 2bdf9be

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"url": "git+https://github.com/OneNoteDev/WebClipper.git"
1212
},
1313
"devDependencies": {
14-
"@types/chrome": "0.0.38",
14+
"@types/chrome": "0.0.40",
1515
"@types/es6-promise": "0.0.32",
16-
"@types/jquery": "2.0.39",
17-
"@types/lodash": "4.14.50",
16+
"@types/jquery": "2.0.40",
17+
"@types/lodash": "4.14.52",
1818
"@types/mithril": "0.0.31",
1919
"@types/pdf": "0.0.31",
2020
"@types/popper.js": "0.4.5",
2121
"@types/qunit": "1.16.30",
2222
"@types/rangy": "0.0.27",
2323
"@types/safari-extension": "0.0.27",
2424
"@types/sanitize-html": "1.13.31",
25-
"@types/sinon": "1.16.34",
25+
"@types/sinon": "1.16.35",
2626
"@types/urijs": "1.15.31",
2727
"@types/velocity-animate": "1.2.29",
28-
"browserify": "13.3.0",
28+
"browserify": "14.1.0",
2929
"del": "2.2.2",
3030
"es5-shim": "4.5.9",
3131
"es6-promise": "4.0.5",
@@ -45,8 +45,8 @@
4545
"gulp-shell": "0.5.2",
4646
"gulp-tslint": "6.1.2",
4747
"gulp-typescript": "3.1.4",
48-
"gulp-uglify": "2.0.0",
49-
"gulp-zip": "3.2.0",
48+
"gulp-uglify": "2.0.1",
49+
"gulp-zip": "4.0.0",
5050
"json3": "3.3.2",
5151
"lodash": "4.17.4",
5252
"merge-stream": "1.0.1",
@@ -55,19 +55,19 @@
5555
"node-static": "0.7.9",
5656
"onenoteapi": "1.1.0",
5757
"onenotepicker": "1.0.6",
58-
"pdfjs-dist": "1.6.458",
59-
"popper.js": "1.0.4",
58+
"pdfjs-dist": "1.7.290",
59+
"popper.js": "1.0.6",
6060
"qunitjs": "1.20.0",
6161
"rangy": "1.3.0",
6262
"run-sequence": "1.2.2",
63-
"sanitize-html": "1.13.0",
63+
"sanitize-html": "1.14.1",
6464
"sinon": "1.17.7",
6565
"sinon-qunit": "2.0.0",
6666
"ssl-root-cas": "1.2.3",
6767
"tslint": "3.15.1",
68-
"typescript": "2.1.5",
69-
"urijs": "1.18.4",
70-
"velocity-animate": "1.4.0",
68+
"typescript": "2.1.6",
69+
"urijs": "1.18.7",
70+
"velocity-animate": "1.4.2",
7171
"vinyl-source-stream": "1.1.0",
7272
"yargs": "6.6.0"
7373
}

0 commit comments

Comments
 (0)