Skip to content

Commit 1a5d343

Browse files
committed
fix(har-validator): fix version for har-validator
1 parent d4475a0 commit 1a5d343

File tree

2 files changed

+45
-34
lines changed

2 files changed

+45
-34
lines changed

package-lock.json

Lines changed: 42 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
"@types/sinon": "^5.0.1",
5858
"@types/spark-md5": "^3.0.0",
5959
"@types/superagent": "^3.8.3",
60-
"tslib": "^1.9.3",
61-
"mime-types": "^2.1.19",
6260
"aws-sdk": "^2.291.0",
6361
"browserify": "^14.5.0",
6462
"connect": "^3.6.6",
@@ -79,6 +77,7 @@
7977
"gulp-sourcemaps": "^2.6.4",
8078
"gulp-typescript": "^4.0.2",
8179
"gulp-uglify": "^3.0.1",
80+
"har-validator": "^5.1.3",
8281
"js-yaml": "^3.12.0",
8382
"jsdom": "13.0.0",
8483
"jsdom-global": "3.0.2",
@@ -89,6 +88,7 @@
8988
"karma-electron": "^6.0.0",
9089
"karma-mocha": "^1.3.0",
9190
"karma-rollup-preprocessor": "^6.1.0",
91+
"mime-types": "^2.1.19",
9292
"mocha": "^5.2.0",
9393
"npm-run-all": "^4.1.3",
9494
"nyc": "^13.1.0",
@@ -106,6 +106,7 @@
106106
"standard-version": "^4.4.0",
107107
"toxy": "^0.3.15",
108108
"trash-cli": "^1.4.0",
109+
"tslib": "^1.9.3",
109110
"tslint": "^5.11.0",
110111
"tslint-config-semistandard": "^7.0.0",
111112
"typedoc": "^0.11.1",

0 commit comments

Comments
 (0)