Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit bd6ffb6

Browse files
Enforce browserify version (#200)
1 parent f46d6ab commit bd6ffb6

File tree

2 files changed

+635
-457
lines changed

2 files changed

+635
-457
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@segment/analytics.js-integration": "^3.2.2",
6868
"@segment/eslint-config": "^4.0.0",
6969
"@types/express": "^4.17.6",
70-
"@types/lodash": "^4.14.155",
70+
"@types/lodash": "^4.14.161",
7171
"@types/mocha": "^7.0.2",
7272
"@types/node": "^14.0.6",
7373
"@types/node-fetch": "^2.5.7",
@@ -99,7 +99,7 @@
9999
"karma-summary-reporter": "^1.8.0",
100100
"karma-typescript": "^5.1.0",
101101
"lint-staged": "^10.2.13",
102-
"lodash": "^4.17.15",
102+
"lodash": "^4.17.20",
103103
"mocha": "^4.1.0",
104104
"node-fetch": "2.6.1",
105105
"np": "^6.5.0",
@@ -111,7 +111,7 @@
111111
"ts-node": "^8.10.2",
112112
"typescript": "^4.0.2",
113113
"wait-on": "^5.0.1",
114-
"watchify": "^3.7.0"
114+
"watchify": "^3.11.1"
115115
},
116116
"lint-staged": {
117117
"*.{js,jsx}": [
@@ -129,6 +129,7 @@
129129
},
130130
"resolutions": {
131131
"buffer": "^4.9.2",
132-
"assert": "1.5.0"
132+
"assert": "1.5.0",
133+
"browserify": "16.5.2"
133134
}
134135
}

0 commit comments

Comments
 (0)