Skip to content

Commit fa32b7f

Browse files
authored
11847 security update vulnerable talkerjs packages (#26)
* 11847 - bump web pack * 11847 - bump again * 11847 - big bump to 5 * 11847 - forgot lock * 11847 - prettier and webpack cli * 11847 - talker security update change webpack to stable * 11847 - bump version number
1 parent fc5183d commit fa32b7f

File tree

2 files changed

+816
-1652
lines changed

2 files changed

+816
-1652
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "talker.js",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A tiny, promise-based library for cross-origin communication between frames and windows.",
55
"main": "dist/index.js",
66
"browser": "dist/umd/talker.min.js",
77
"types": "dist/index.d.ts",
88
"scripts": {
9-
"precommit": "lint-staged",
109
"build": "tsc",
1110
"test": "tslint src/"
1211
},
@@ -40,17 +39,22 @@
4039
}
4140
},
4241
"devDependencies": {
43-
"husky": "^1.2.0",
42+
"husky": "^1.3.1",
4443
"lint-staged": "^8.1.0",
45-
"prettier": "^1.15.2",
44+
"prettier": "^1.18.2",
4645
"ts-loader": "^5.3.1",
4746
"tslint": "~5.7.0",
4847
"tslint-config-prettier": "~1.9.0",
4948
"typescript": "~3.1.2",
50-
"webpack": "^4.26.1",
51-
"webpack-cli": "^3.1.2"
49+
"webpack": "^5.9.0",
50+
"webpack-cli": "^3.3.12"
5251
},
5352
"dependencies": {
5453
"es6-promise": "~4.2.4"
54+
},
55+
"husky": {
56+
"hooks": {
57+
"pre-commit": "lint-staged"
58+
}
5559
}
5660
}

0 commit comments

Comments
 (0)