Skip to content

Commit 62da406

Browse files
authored
Merge pull request #12 from cplusplus/feature/bump-mattermost-libs
paperbot: bump mattermost dependencies
2 parents ed5854c + 763234d commit 62da406

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.2.0",
3+
"version": "2.3.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",
12+
"@mattermost/client": "^9.11.0",
13+
"@mattermost/types": "^9.3.0",
1414
"babel-polyfill": "^6.26.0",
15-
"dotenv": "^16.4.5",
16-
"express": "^4.19.2",
15+
"dotenv": "^16.6.1",
16+
"express": "^4.22.1",
1717
"isomorphic-fetch": "^3.0.0",
1818
"moment": "2.29.4",
19-
"tslib": "^2.6.3",
20-
"ws": "^8.18.0"
19+
"tslib": "^2.8.1",
20+
"ws": "^8.18.3"
2121
}
2222
}

0 commit comments

Comments
 (0)