chore: update Meteor 3.3 and node 22.16 (#36239)

chore/event-loop^2
Guilherme Gazzo 6 months ago committed by GitHub
parent 4a9070c446
commit 4a19aaaa3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci-deploy-gh-pages.yml
  2. 4
      .github/workflows/ci.yml
  3. 2
      .github/workflows/new-release.yml
  4. 2
      .github/workflows/pr-update-description.yml
  5. 2
      .github/workflows/publish-release.yml
  6. 2
      .github/workflows/release-candidate.yml
  7. 2
      .github/workflows/update-version-durability.yml
  8. 2
      apps/meteor/.docker/Dockerfile.alpine
  9. 16
      apps/meteor/.meteor/packages
  10. 2
      apps/meteor/.meteor/release
  11. 28
      apps/meteor/.meteor/versions
  12. 6
      apps/meteor/client/lib/2fa/process2faReturn.ts
  13. 6
      apps/meteor/client/meteorOverrides/totpOnCall.ts
  14. 2
      apps/meteor/ee/server/services/Dockerfile
  15. 2
      apps/meteor/ee/server/services/package.json
  16. 2
      apps/meteor/package.json
  17. 2
      apps/meteor/packages/autoupdate/package.js
  18. 2
      ee/apps/account-service/Dockerfile
  19. 2
      ee/apps/account-service/package.json
  20. 2
      ee/apps/authorization-service/Dockerfile
  21. 2
      ee/apps/authorization-service/package.json
  22. 2
      ee/apps/ddp-streamer/Dockerfile
  23. 2
      ee/apps/ddp-streamer/package.json
  24. 2
      ee/apps/omnichannel-transcript/Dockerfile
  25. 2
      ee/apps/omnichannel-transcript/package.json
  26. 2
      ee/apps/presence-service/Dockerfile
  27. 2
      ee/apps/presence-service/package.json
  28. 2
      ee/apps/queue-worker/Dockerfile
  29. 2
      ee/apps/queue-worker/package.json
  30. 2
      ee/apps/stream-hub-service/Dockerfile
  31. 2
      ee/apps/stream-hub-service/package.json
  32. 2
      ee/packages/network-broker/package.json
  33. 2
      ee/packages/omnichannel-services/package.json
  34. 2
      ee/packages/presence/package.json
  35. 5
      package.json
  36. 2
      packages/apps-engine/package.json
  37. 2
      packages/message-parser/package.json
  38. 2
      packages/peggy-loader/package.json
  39. 2
      packages/release-action/package.json
  40. 2
      packages/release-changelog/package.json
  41. 60
      yarn.lock

@ -17,7 +17,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.14.0
node-version: 22.16.0
deno-version: 1.43.5
cache-modules: true
install: true

@ -199,7 +199,7 @@ jobs:
uses: ./.github/actions/setup-node
if: github.event.action != 'closed'
with:
node-version: 22.14.0
node-version: 22.16.0
deno-version: 1.43.5
cache-modules: true
install: true
@ -306,7 +306,7 @@ jobs:
- if: steps.matrix-rust-sdk-crypto-nodejs.outputs.cache-hit != 'true'
uses: actions/setup-node@v4.4.0
with:
node-version: '22.14.0'
node-version: 22.16.0
- if: steps.matrix-rust-sdk-crypto-nodejs.outputs.cache-hit != 'true'
uses: actions-rust-lang/setup-rust-toolchain@v1

@ -34,7 +34,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.14.0
node-version: 22.16.0
deno-version: 1.43.5
cache-modules: true
install: true

@ -21,7 +21,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.14.0
node-version: 22.16.0
deno-version: 1.43.5
cache-modules: true
install: true

@ -24,7 +24,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.14.0
node-version: 22.16.0
deno-version: 1.43.5
cache-modules: true
install: true

@ -15,7 +15,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.14.0
node-version: 22.16.0
deno-version: 1.43.5
cache-modules: true
install: true

@ -19,7 +19,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4.4.0
with:
node-version: '22.14.0'
node-version: 22.16.0
- name: Install dependencies
run: |

@ -1,4 +1,4 @@
FROM node:22.14.0-alpine3.20
FROM node:22.16.0-alpine3.20
LABEL maintainer="buildmaster@rocket.chat"

@ -13,13 +13,13 @@ rocketchat:streamer
rocketchat:version
rocketchat:user-presence
accounts-base@3.1.0
accounts-base@3.1.1
accounts-facebook@1.3.4
accounts-github@1.5.1
accounts-google@1.4.1
accounts-meteor-developer@1.5.1
accounts-oauth@1.4.6
accounts-password@3.1.0
accounts-password@3.2.0
accounts-twitter@1.5.2
google-oauth@1.4.5
@ -33,9 +33,9 @@ email@3.1.2
meteor-base@1.5.2
ddp-common@1.4.4
webapp@2.0.6
webapp@2.0.7
mongo@2.1.1
mongo@2.1.2
reload@1.3.2
service-configuration@1.3.5
@ -57,13 +57,13 @@ tracker@1.3.4
reactive-dict@1.3.2
reactive-var@1.0.13
babel-compiler@7.11.3
babel-compiler@7.12.0
standard-minifier-css@1.9.3
dynamic-import@0.7.4
ecmascript@0.16.10
typescript@5.6.3
ecmascript@0.16.11
typescript@5.6.4
autoupdate@2.0.0
autoupdate@2.0.1
# photoswipe

@ -1 +1 @@
METEOR@3.2.2
METEOR@3.3

@ -1,34 +1,34 @@
accounts-base@3.1.0
accounts-base@3.1.1
accounts-facebook@1.3.4
accounts-github@1.5.1
accounts-google@1.4.1
accounts-meteor-developer@1.5.1
accounts-oauth@1.4.6
accounts-password@3.1.0
accounts-password@3.2.0
accounts-twitter@1.5.2
allow-deny@2.1.0
autoupdate@2.0.0
babel-compiler@7.11.3
autoupdate@2.0.1
babel-compiler@7.12.0
babel-runtime@1.5.2
base64@1.0.13
binary-heap@1.0.12
boilerplate-generator@2.0.0
boilerplate-generator@2.0.1
callback-hook@1.6.0
check@1.4.4
core-runtime@1.0.0
ddp@1.4.2
ddp-client@3.1.0
ddp-client@3.1.1
ddp-common@1.4.4
ddp-rate-limiter@1.2.2
ddp-server@3.1.2
diff-sequence@1.1.3
dispatch:run-as-user@1.1.1
dynamic-import@0.7.4
ecmascript@0.16.10
ecmascript@0.16.11
ecmascript-runtime@0.8.3
ecmascript-runtime-client@0.12.3
ecmascript-runtime-server@0.11.1
ejson@1.1.4
ejson@1.1.5
email@3.1.2
es5-shim@4.8.1
facebook-oauth@1.11.6
@ -43,16 +43,16 @@ id-map@1.2.0
inter-process-messaging@0.1.2
localstorage@1.2.1
logging@1.3.6
meteor@2.1.0
meteor@2.1.1
meteor-base@1.5.2
meteor-developer-oauth@1.3.3
meteorhacks:inject-initial@1.0.5
minifier-css@2.0.1
minimongo@2.0.2
modern-browsers@0.2.1
modern-browsers@0.2.2
modules@0.20.3
modules-runtime@0.13.2
mongo@2.1.1
mongo@2.1.2
mongo-decimal@0.2.0
mongo-dev-server@1.1.1
mongo-id@1.0.9
@ -82,14 +82,14 @@ service-configuration@1.3.5
session@1.2.2
sha@1.0.10
shell-server@0.6.1
socket-stream-client@0.6.0
socket-stream-client@0.6.1
standard-minifier-css@1.9.3
tracker@1.3.4
twitter-oauth@1.3.4
typescript@5.6.3
typescript@5.6.4
underscore@1.6.4
url@1.3.5
webapp@2.0.6
webapp@2.0.7
webapp-hashing@1.1.2
zodern:caching-minifier@0.5.0
zodern:standard-minifier-js@5.3.1

@ -92,15 +92,15 @@ export async function process2faReturn({
}
}
export async function process2faAsyncReturn({
export async function process2faAsyncReturn<TResult>({
error,
onCode,
emailOrUsername,
}: {
error: unknown;
onCode: (code: string, method: string) => unknown | Promise<unknown>;
onCode: (code: string, method: string) => TResult | Promise<TResult>;
emailOrUsername: string | null | undefined;
}): Promise<unknown> {
}): Promise<TResult> {
// if the promise is rejected, we need to check if it's a 2fa error
// if it's not a 2fa error, we reject the promise
if (!(isTotpRequiredError(error) || isTotpInvalidError(error)) || !hasRequiredTwoFactorMethod(error)) {

@ -45,8 +45,8 @@ const withSyncTOTP = (call: (name: string, ...args: any[]) => any) => {
};
};
const withAsyncTOTP = (callAsync: (name: string, ...args: any[]) => Promise<any>) => {
return async function callAsyncWithTOTP(methodName: string, ...args: unknown[]): Promise<unknown> {
const withAsyncTOTP = <T extends (name: string, ...args: any[]) => Promise<any>>(callAsync: T): T => {
return async function callAsyncWithTOTP(methodName: string, ...args: unknown[]): Promise<ReturnType<T>> {
try {
return await callAsync(methodName, ...args);
} catch (error: unknown) {
@ -56,7 +56,7 @@ const withAsyncTOTP = (callAsync: (name: string, ...args: any[]) => Promise<any>
emailOrUsername: undefined,
});
}
};
} as T;
};
Meteor.call = withSyncTOTP(Meteor.call);

@ -27,7 +27,7 @@ RUN yarn install
RUN yarn workspace @rocket.chat/core-typings run build \
&& yarn workspace @rocket.chat/rest-typings run build
FROM node:22.14.0-alpine3.20
FROM node:22.16.0-alpine3.20
ARG SERVICE

@ -54,7 +54,7 @@
"@types/ejson": "^2.2.2",
"@types/express": "^4.17.23",
"@types/fibers": "^3.1.4",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"@types/ws": "^8.5.13",
"npm-run-all": "^4.1.5",
"pino-pretty": "^7.6.1",

@ -132,7 +132,7 @@
"@types/mkdirp": "^1.0.2",
"@types/mocha": "github:whitecolor/mocha-types",
"@types/nedb": "^1",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"@types/node-rsa": "^1.1.4",
"@types/nodemailer": "^6.4.17",
"@types/oauth2-server": "^3.0.18",

@ -1,7 +1,7 @@
Package.describe({
name: 'autoupdate',
summary: 'Update the client when new client code is available',
version: '2.0.0',
version: '2.0.1',
});
Package.onUse(function (api) {

@ -1,4 +1,4 @@
FROM node:22.14.0-alpine3.20
FROM node:22.16.0-alpine3.21
ARG SERVICE

@ -26,7 +26,7 @@
"@rocket.chat/string-helpers": "~0.31.25",
"@rocket.chat/tools": "workspace:^",
"@rocket.chat/tracing": "workspace:^",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"bcrypt": "^5.1.1",
"ejson": "^2.2.3",
"event-loop-stats": "^1.4.1",

@ -1,4 +1,4 @@
FROM node:22.14.0-alpine3.20
FROM node:22.16.0-alpine3.21
ARG SERVICE

@ -25,7 +25,7 @@
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/string-helpers": "~0.31.25",
"@rocket.chat/tracing": "workspace:^",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"ejson": "^2.2.3",
"event-loop-stats": "^1.4.1",
"eventemitter3": "^5.0.1",

@ -1,4 +1,4 @@
FROM node:22.14.0-alpine3.20
FROM node:22.16.0-alpine3.21
ARG SERVICE

@ -49,7 +49,7 @@
"@rocket.chat/eslint-config": "workspace:^",
"@types/ejson": "^2.2.2",
"@types/gc-stats": "^1.4.3",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"@types/polka": "^0.5.7",
"@types/underscore": "^1.13.0",
"@types/uuid": "^10.0.0",

@ -1,4 +1,4 @@
FROM node:22.14.0-alpine3.20
FROM node:22.16.0-alpine3.21
ARG SERVICE

@ -28,7 +28,7 @@
"@rocket.chat/pdf-worker": "workspace:^",
"@rocket.chat/tools": "workspace:^",
"@rocket.chat/tracing": "workspace:^",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"ejson": "^2.2.3",
"emoji-toolkit": "^7.0.1",
"event-loop-stats": "^1.4.1",

@ -1,4 +1,4 @@
FROM node:22.14.0-alpine3.20
FROM node:22.16.0-alpine3.21
ARG SERVICE

@ -25,7 +25,7 @@
"@rocket.chat/presence": "workspace:^",
"@rocket.chat/string-helpers": "~0.31.25",
"@rocket.chat/tracing": "workspace:^",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"ejson": "^2.2.3",
"event-loop-stats": "^1.4.1",
"eventemitter3": "^5.0.1",

@ -1,4 +1,4 @@
FROM node:22.14.0-alpine3.20
FROM node:22.16.0-alpine3.21
ARG SERVICE

@ -24,7 +24,7 @@
"@rocket.chat/network-broker": "workspace:^",
"@rocket.chat/omnichannel-services": "workspace:^",
"@rocket.chat/tracing": "workspace:^",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"ejson": "^2.2.3",
"emoji-toolkit": "^7.0.1",
"event-loop-stats": "^1.4.1",

@ -1,4 +1,4 @@
FROM node:22.14.0-alpine3.20
FROM node:22.16.0-alpine3.21
ARG SERVICE

@ -24,7 +24,7 @@
"@rocket.chat/network-broker": "workspace:^",
"@rocket.chat/string-helpers": "~0.31.25",
"@rocket.chat/tracing": "workspace:^",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"ejson": "^2.2.3",
"event-loop-stats": "^1.4.1",
"eventemitter3": "^5.0.1",

@ -7,7 +7,7 @@
"@rocket.chat/tsconfig": "workspace:*",
"@types/chai": "~4.3.20",
"@types/ejson": "^2.2.2",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"@types/sinon": "^10.0.20",
"chai": "^4.5.0",
"eslint": "~8.45.0",

@ -23,7 +23,7 @@
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/string-helpers": "~0.31.25",
"@rocket.chat/tools": "workspace:^",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"date-fns": "^2.30.0",
"ejson": "^2.2.3",
"emoji-toolkit": "^7.0.1",

@ -9,7 +9,7 @@
"@rocket.chat/apps-engine": "workspace:^",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"babel-jest": "~30.0.2",
"eslint": "~8.45.0",
"jest": "~30.0.2",

@ -45,8 +45,7 @@
"homepage": "https://github.com/RocketChat/Rocket.Chat#readme",
"engines": {
"yarn": "4.9.2",
"node": "22.14.0",
"npm": "Use yarn instead"
"node": "22.16.0"
},
"packageManager": "yarn@4.9.2",
"houston": {
@ -57,7 +56,7 @@
]
},
"volta": {
"node": "22.14.0",
"node": "22.16.0",
"yarn": "1.22.18"
},
"resolutions": {

@ -75,7 +75,7 @@
"@types/debug": "^4.1.12",
"@types/lodash.clonedeep": "^4.5.9",
"@types/nedb": "^1.8.16",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"@types/semver": "^7.5.8",
"@types/stack-trace": "0.0.33",
"@types/uuid": "~10.0.0",

@ -56,7 +56,7 @@
"@rocket.chat/peggy-loader": "workspace:~",
"@rocket.chat/prettier-config": "~0.31.25",
"@types/jest": "~29.5.14",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"@typescript-eslint/parser": "~5.58.0",
"babel-loader": "~9.2.1",
"eslint": "~8.45.0",

@ -44,7 +44,7 @@
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:~",
"@rocket.chat/prettier-config": "~0.31.25",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"eslint": "~8.45.0",
"npm-run-all": "^4.1.5",
"peggy": "4.1.1",

@ -10,7 +10,7 @@
"main": "dist/index.js",
"packageManager": "yarn@3.5.1",
"devDependencies": {
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"typescript": "~5.8.3"
},
"dependencies": {

@ -10,7 +10,7 @@
"devDependencies": {
"@changesets/types": "^6.0.0",
"@rocket.chat/eslint-config": "workspace:^",
"@types/node": "~22.14.1",
"@types/node": "~22.16.1",
"eslint": "~8.45.0",
"typescript": "~5.8.3"
},

@ -6896,7 +6896,7 @@ __metadata:
"@rocket.chat/tsconfig": "workspace:*"
"@types/bcrypt": "npm:^5.0.2"
"@types/gc-stats": "npm:^1.4.3"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@types/polka": "npm:^0.5.7"
bcrypt: "npm:^5.1.1"
ejson: "npm:^2.2.3"
@ -6973,7 +6973,7 @@ __metadata:
"@types/debug": "npm:^4.1.12"
"@types/lodash.clonedeep": "npm:^4.5.9"
"@types/nedb": "npm:^1.8.16"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@types/semver": "npm:^7.5.8"
"@types/stack-trace": "npm:0.0.33"
"@types/uuid": "npm:~10.0.0"
@ -7033,7 +7033,7 @@ __metadata:
"@rocket.chat/tracing": "workspace:^"
"@rocket.chat/tsconfig": "workspace:*"
"@types/gc-stats": "npm:^1.4.3"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@types/polka": "npm:^0.5.7"
ejson: "npm:^2.2.3"
eslint: "npm:~8.45.0"
@ -7202,7 +7202,7 @@ __metadata:
"@rocket.chat/tracing": "workspace:^"
"@types/ejson": "npm:^2.2.2"
"@types/gc-stats": "npm:^1.4.3"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@types/polka": "npm:^0.5.7"
"@types/underscore": "npm:^1.13.0"
"@types/uuid": "npm:^10.0.0"
@ -7792,7 +7792,7 @@ __metadata:
"@rocket.chat/peggy-loader": "workspace:~"
"@rocket.chat/prettier-config": "npm:~0.31.25"
"@types/jest": "npm:~29.5.14"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@typescript-eslint/parser": "npm:~5.58.0"
babel-loader: "npm:~9.2.1"
eslint: "npm:~8.45.0"
@ -7966,7 +7966,7 @@ __metadata:
"@types/mkdirp": "npm:^1.0.2"
"@types/mocha": "github:whitecolor/mocha-types"
"@types/nedb": "npm:^1"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@types/node-rsa": "npm:^1.1.4"
"@types/nodemailer": "npm:^6.4.17"
"@types/oauth2-server": "npm:^3.0.18"
@ -8301,7 +8301,7 @@ __metadata:
"@rocket.chat/tsconfig": "workspace:*"
"@types/chai": "npm:~4.3.20"
"@types/ejson": "npm:^2.2.2"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@types/sinon": "npm:^10.0.20"
chai: "npm:^4.5.0"
ejson: "npm:^2.2.3"
@ -8333,7 +8333,7 @@ __metadata:
"@rocket.chat/tools": "workspace:^"
"@rocket.chat/tsconfig": "workspace:*"
"@types/jest": "npm:~29.5.14"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
date-fns: "npm:^2.30.0"
ejson: "npm:^2.2.3"
emoji-toolkit: "npm:^7.0.1"
@ -8371,7 +8371,7 @@ __metadata:
"@rocket.chat/tsconfig": "workspace:*"
"@types/gc-stats": "npm:^1.4.3"
"@types/i18next-sprintf-postprocessor": "npm:^0.2.3"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@types/polka": "npm:^0.5.7"
"@types/react": "npm:~18.3.23"
ejson: "npm:^2.2.3"
@ -8482,7 +8482,7 @@ __metadata:
dependencies:
"@rocket.chat/eslint-config": "workspace:~"
"@rocket.chat/prettier-config": "npm:~0.31.25"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
eslint: "npm:~8.45.0"
npm-run-all: "npm:^4.1.5"
peggy: "npm:4.1.1"
@ -8522,7 +8522,7 @@ __metadata:
"@rocket.chat/tracing": "workspace:^"
"@rocket.chat/tsconfig": "workspace:*"
"@types/gc-stats": "npm:^1.4.3"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@types/polka": "npm:^0.5.7"
ejson: "npm:^2.2.3"
eslint: "npm:~8.45.0"
@ -8553,7 +8553,7 @@ __metadata:
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/models": "workspace:^"
"@rocket.chat/rest-typings": "workspace:^"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
babel-jest: "npm:~30.0.2"
eslint: "npm:~8.45.0"
jest: "npm:~30.0.2"
@ -8587,7 +8587,7 @@ __metadata:
"@rocket.chat/tracing": "workspace:^"
"@rocket.chat/tsconfig": "workspace:*"
"@types/gc-stats": "npm:^1.4.3"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@types/polka": "npm:^0.5.7"
ejson: "npm:^2.2.3"
emoji-toolkit: "npm:^7.0.1"
@ -8635,7 +8635,7 @@ __metadata:
"@octokit/core": "npm:^5.0.1"
"@octokit/plugin-throttling": "npm:^6.1.0"
"@rocket.chat/eslint-config": "workspace:^"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
eslint: "npm:~8.45.0"
mdast-util-to-string: "npm:2.0.0"
remark-parse: "npm:9.0.0"
@ -8652,7 +8652,7 @@ __metadata:
dependencies:
"@changesets/types": "npm:^6.0.0"
"@rocket.chat/eslint-config": "workspace:^"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
dataloader: "npm:^2.2.3"
eslint: "npm:~8.45.0"
node-fetch: "npm:^2.7.0"
@ -8776,7 +8776,7 @@ __metadata:
"@rocket.chat/tsconfig": "workspace:*"
"@types/bcrypt": "npm:^5.0.2"
"@types/gc-stats": "npm:^1.4.3"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@types/polka": "npm:^0.5.7"
ejson: "npm:^2.2.3"
eslint: "npm:~8.45.0"
@ -11860,12 +11860,12 @@ __metadata:
languageName: node
linkType: hard
"@types/node@npm:*, @types/node@npm:>=0.0.2, @types/node@npm:>=12, @types/node@npm:>=12.0.0, @types/node@npm:>=13.7.0, @types/node@npm:>=18, @types/node@npm:>=18.0.0, @types/node@npm:>=4.0.0, @types/node@npm:~22.14.1":
version: 22.14.1
resolution: "@types/node@npm:22.14.1"
"@types/node@npm:*, @types/node@npm:>=0.0.2, @types/node@npm:>=12, @types/node@npm:>=12.0.0, @types/node@npm:>=13.7.0, @types/node@npm:>=18, @types/node@npm:>=18.0.0, @types/node@npm:>=4.0.0":
version: 22.15.33
resolution: "@types/node@npm:22.15.33"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10/561b1ad98ef5176d6da856ffbbe494f16655149f6a7d561de0423c8784910c81267d7d6459f59d68a97b3cbae9b5996b3b5dfe64f4de3de2239d295dcf4a4dcc
checksum: 10/5734cbca7fc363f3d6ad191e1be645cc9885d642e9f90688892459f10629cf663d2206e7ed7b255dd476baaa86fb011aa09647e77520958b5993b391f793856f
languageName: node
linkType: hard
@ -11883,6 +11883,24 @@ __metadata:
languageName: node
linkType: hard
"@types/node@npm:~22.14.1":
version: 22.14.1
resolution: "@types/node@npm:22.14.1"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10/561b1ad98ef5176d6da856ffbbe494f16655149f6a7d561de0423c8784910c81267d7d6459f59d68a97b3cbae9b5996b3b5dfe64f4de3de2239d295dcf4a4dcc
languageName: node
linkType: hard
"@types/node@npm:~22.16.1":
version: 22.16.1
resolution: "@types/node@npm:22.16.1"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10/830f684e8d20e421923c32d2832f42814dc91c1aa5db6a2d72beea29d5c96032fd28b19eed1b4bc8a95387ee845a81f9c7afc16be1600ce354083f25020f22eb
languageName: node
linkType: hard
"@types/nodemailer@npm:*, @types/nodemailer@npm:^6.4.17":
version: 6.4.17
resolution: "@types/nodemailer@npm:6.4.17"
@ -31269,7 +31287,7 @@ __metadata:
"@types/ejson": "npm:^2.2.2"
"@types/express": "npm:^4.17.23"
"@types/fibers": "npm:^3.1.4"
"@types/node": "npm:~22.14.1"
"@types/node": "npm:~22.16.1"
"@types/ws": "npm:^8.5.13"
ajv: "npm:^8.17.1"
bcrypt: "npm:^5.1.1"

Loading…
Cancel
Save