Skip to content

Commit 5b0c157

Browse files
committed
update majors library
1 parent d1b3fd3 commit 5b0c157

File tree

3 files changed

+80
-120
lines changed

3 files changed

+80
-120
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ For any questions related to this article or the WebSocket API page, please use
8484
- 11 January 2018: Now the application can handle subscription IDs.
8585
- 28 January 2021: Rebranding.
8686
- 17 March 2021: Update libraries.
87-
- 11 May 2021: Update lodash library (CVE-2021-23337).
87+
- 11 May 2021: Update lodash library (CVE-2021-23337) and major libraries.

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"main": "server.js",
66
"dependencies": {
77
"@types/express": "^4.17.11",
8-
"@types/node": "^14.14.35",
8+
"@types/node": "^15.0.2",
99
"@types/websocket": "^1.0.2",
1010
"express": "^4.17.1"
1111
},
1212
"devDependencies": {
1313
"awesome-typescript-loader": "^5.2.1",
14-
"mem": "^8.0.0",
14+
"mem": "^8.1.1",
1515
"source-map-loader": "^2.0.1",
16-
"typescript": "^4.2.3",
17-
"webpack": "5.24.4",
18-
"webpack-cli": "^4.5.0",
16+
"typescript": "^4.2.4",
17+
"webpack": "5.37.0",
18+
"webpack-cli": "^4.7.0",
1919
"yargs-parser": "^20.2.7"
2020
},
2121
"scripts": {

0 commit comments

Comments
 (0)