Skip to content

Commit ed5854c

Browse files
committed
update dependencies
1 parent 8c36d1c commit ed5854c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

paperbot/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isocpp-mattermost-paperbot",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {
@@ -9,14 +9,14 @@
99
"author": "Sebastian Büttner <mail@bueddl.de>",
1010
"license": "MIT",
1111
"dependencies": {
12+
"@mattermost/client": "^9.9.0",
13+
"@mattermost/types": "^9.9.0",
1214
"babel-polyfill": "^6.26.0",
15+
"dotenv": "^16.4.5",
16+
"express": "^4.19.2",
1317
"isomorphic-fetch": "^3.0.0",
14-
"@mattermost/client": "^8.1.1",
15-
"@mattermost/types": "^8.1.1",
16-
"tslib": "^2.5.0",
17-
"express": "^4.18.2",
18-
"dotenv": "^16.0.3",
1918
"moment": "2.29.4",
20-
"ws": "8.14.1"
19+
"tslib": "^2.6.3",
20+
"ws": "^8.18.0"
2121
}
2222
}

0 commit comments

Comments
 (0)