Skip to content

Commit

Permalink
bump: bumping apps engine and vm2
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanPazRibeiro committed May 16, 2023
1 parent c38d9ad commit 17ea673
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Rocket.Chat",
"license": "MIT",
"dependencies": {
"@rocket.chat/apps-engine": "1.36.2",
"@rocket.chat/apps-engine": "1.36.3",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/emitter": "0.31.22",
"@rocket.chat/message-parser": "0.31.22",
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"@react-aria/color": "^3.0.0-beta.15",
"@rocket.chat/agenda": "workspace:^",
"@rocket.chat/api-client": "workspace:^",
"@rocket.chat/apps-engine": "1.36.2",
"@rocket.chat/apps-engine": "1.36.3",
"@rocket.chat/cas-validate": "workspace:^",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "0.31.22",
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/ddp-streamer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"author": "Rocket.Chat",
"dependencies": {
"@rocket.chat/apps-engine": "1.36.2",
"@rocket.chat/apps-engine": "1.36.3",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/emitter": "0.31.22",
"@rocket.chat/model-typings": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"/dist"
],
"dependencies": {
"@rocket.chat/apps-engine": "1.36.2",
"@rocket.chat/apps-engine": "1.36.3",
"@rocket.chat/icons": "0.31.22",
"@rocket.chat/message-parser": "0.31.22",
"@rocket.chat/ui-kit": "0.31.22"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-dom": "*"
},
"devDependencies": {
"@rocket.chat/apps-engine": "1.36.2",
"@rocket.chat/apps-engine": "1.36.3",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "0.31.22",
"@rocket.chat/fuselage-hooks": "0.31.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/presence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@rocket.chat/apps-engine": "1.36.2",
"@rocket.chat/apps-engine": "1.36.3",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^",
"@types/node": "^14.18.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"/dist"
],
"dependencies": {
"@rocket.chat/apps-engine": "1.36.2",
"@rocket.chat/apps-engine": "1.36.3",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/message-parser": "0.31.22",
"@rocket.chat/ui-kit": "0.31.22",
Expand Down
38 changes: 25 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5385,18 +5385,18 @@ __metadata:
languageName: unknown
linkType: soft

"@rocket.chat/apps-engine@npm:1.36.2":
version: 1.36.2
resolution: "@rocket.chat/apps-engine@npm:1.36.2"
"@rocket.chat/apps-engine@npm:1.36.3":
version: 1.36.3
resolution: "@rocket.chat/apps-engine@npm:1.36.3"
dependencies:
adm-zip: ^0.5.9
cryptiles: ^4.1.3
lodash.clonedeep: ^4.5.0
semver: ^5.7.1
stack-trace: 0.0.10
uuid: ^3.4.0
vm2: ^3.9.17
checksum: a7aa31ea36cd03abe345af4b8c5879d8058772dea7c546ec5c7639857baf30e15ec9ddfd48aefc59a23406ce8df1be61a31a29b8f95bea90ede1defa0fc1dec2
vm2: ^3.9.19
checksum: 375f400c746442f69daca82f3492e8110a87491f2f0c156fbeee238455386edd0b23ccab24cdbf7b6666dd12a8c9a6898bb8207da87340345cb04e0551f8b2d7
languageName: node
linkType: hard

Expand Down Expand Up @@ -5446,7 +5446,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@rocket.chat/core-typings@workspace:packages/core-typings"
dependencies:
"@rocket.chat/apps-engine": 1.36.2
"@rocket.chat/apps-engine": 1.36.3
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/icons": 0.31.22
"@rocket.chat/message-parser": 0.31.22
Expand Down Expand Up @@ -5484,7 +5484,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@rocket.chat/ddp-streamer@workspace:ee/apps/ddp-streamer"
dependencies:
"@rocket.chat/apps-engine": 1.36.2
"@rocket.chat/apps-engine": 1.36.3
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/emitter": 0.31.22
"@rocket.chat/eslint-config": "workspace:^"
Expand Down Expand Up @@ -5678,7 +5678,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@rocket.chat/fuselage-ui-kit@workspace:packages/fuselage-ui-kit"
dependencies:
"@rocket.chat/apps-engine": 1.36.2
"@rocket.chat/apps-engine": 1.36.3
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": 0.31.22
"@rocket.chat/fuselage-hooks": 0.31.22
Expand Down Expand Up @@ -5967,7 +5967,7 @@ __metadata:
"@react-aria/color": ^3.0.0-beta.15
"@rocket.chat/agenda": "workspace:^"
"@rocket.chat/api-client": "workspace:^"
"@rocket.chat/apps-engine": 1.36.2
"@rocket.chat/apps-engine": 1.36.3
"@rocket.chat/cas-validate": "workspace:^"
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/css-in-js": 0.31.22
Expand Down Expand Up @@ -6383,7 +6383,7 @@ __metadata:
"@babel/core": ^7.19.1
"@babel/preset-env": ^7.19.1
"@babel/preset-typescript": ^7.18.6
"@rocket.chat/apps-engine": 1.36.2
"@rocket.chat/apps-engine": 1.36.3
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/models": "workspace:^"
Expand All @@ -6410,7 +6410,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@rocket.chat/rest-typings@workspace:packages/rest-typings"
dependencies:
"@rocket.chat/apps-engine": 1.36.2
"@rocket.chat/apps-engine": 1.36.3
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/message-parser": 0.31.22
Expand Down Expand Up @@ -23520,7 +23520,7 @@ __metadata:
optional: true
bin:
lessc: ./bin/lessc
checksum: c9b8c0e865427112c48a9cac36f14964e130577743c29d56a6d93b5812b70846b04ccaa364acf1e8d75cee3855215ec0a2d8d9de569c80e774f10b6245f39b7d
checksum: 61568b56b5289fdcfe3d51baf3c13e7db7140022c0a37ef0ae343169f0de927a4b4f4272bc10c20101796e8ee79e934e024051321bba93b3ae071f734309bd98
languageName: node
linkType: hard

Expand Down Expand Up @@ -30853,7 +30853,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "rocketchat-services@workspace:apps/meteor/ee/server/services"
dependencies:
"@rocket.chat/apps-engine": 1.36.2
"@rocket.chat/apps-engine": 1.36.3
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/emitter": 0.31.22
"@rocket.chat/icons": 0.31.22
Expand Down Expand Up @@ -35195,6 +35195,18 @@ __metadata:
languageName: node
linkType: hard

"vm2@npm:^3.9.19":
version: 3.9.19
resolution: "vm2@npm:3.9.19"
dependencies:
acorn: ^8.7.0
acorn-walk: ^8.2.0
bin:
vm2: bin/vm2
checksum: fc6cf553134145cd7bb5246985bf242b056e3fb5ea71e2eef6710b2a5d6c6119cc6bc960435ff62480ee82efb43369be8f4db07b6690916ae7d3b2e714f395d8
languageName: node
linkType: hard

"vm2@npm:^3.9.8":
version: 3.9.11
resolution: "vm2@npm:3.9.11"
Expand Down

0 comments on commit 17ea673

Please sign in to comment.