Skip to content

Commit fdbc20b

Browse files
authored
Security patch
Fixes #78 via static-module and concat-stream update . Bump version
1 parent feffd3d commit fdbc20b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brfs",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "browserify fs.readFileSync() static asset inliner",
55
"main": "index.js",
66
"bin": {
@@ -9,12 +9,12 @@
99
"dependencies": {
1010
"quote-stream": "^1.0.1",
1111
"resolve": "^1.1.5",
12-
"static-module": "^1.1.0",
12+
"static-module": "^1.3.2",
1313
"through2": "^2.0.0"
1414
},
1515
"devDependencies": {
1616
"browserify": "^4.2.0",
17-
"concat-stream": "^1.4.5",
17+
"concat-stream": "^1.6.0",
1818
"tap": "~0.4.8",
1919
"through": "^2.3.4"
2020
},

0 commit comments

Comments
 (0)