Skip to content

Commit 43cac91

Browse files
authored
Upgrading version on filing-cabinet to avoid v1.14.4
Filing-cabinet v1.14.4 has an issue when trying to reassign a constant variable. This issue was fixed on v2.0.1 Upgrading filing-cabinet version will prevent this issue from erroring.
1 parent 30abd68 commit 43cac91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"commander": "^2.16.0",
4242
"debug": "^3.1.0",
43-
"filing-cabinet": "^1.14.2",
43+
"filing-cabinet": "^2.0.1",
4444
"precinct": "^4.2.0"
4545
},
4646
"devDependencies": {

0 commit comments

Comments
 (0)