Skip to content

Commit

Permalink
chore(deps): Patch dependencies (#33285)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored Sep 14, 2024
1 parent 399fb73 commit c4fd29e
Show file tree
Hide file tree
Showing 47 changed files with 1,631 additions and 1,020 deletions.
13 changes: 13 additions & 0 deletions .yarn/patches/moleculer-npm-0.14.34-440e26767d.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/index.d.ts b/index.d.ts
index f64eda7889619f2a1e7cbd5bb5e3533fc8aaa182..3d815a3b7aaf426235aa92422129079aa5826908 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -725,7 +725,7 @@ declare namespace Moleculer {
this: T
) => void | Promise<void>;

- interface ServiceSchema<S = ServiceSettingSchema, T = void> {
+ interface ServiceSchema<S = ServiceSettingSchema, T = Service<S>> {
name: string;
version?: string | number;
settings?: S;
18 changes: 9 additions & 9 deletions apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@rocket.chat/ui-kit": "workspace:~",
"ajv": "^8.11.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"colorette": "^2.0.20",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
Expand All @@ -40,7 +40,7 @@
"fibers": "^5.0.3",
"jaeger-client": "^3.19.0",
"mem": "^8.1.1",
"moleculer": "^0.14.31",
"moleculer": "^0.14.34",
"mongodb": "^4.17.2",
"nats": "^2.6.1",
"pino": "^8.15.0",
Expand All @@ -51,17 +51,17 @@
},
"devDependencies": {
"@rocket.chat/icons": "~0.38.0",
"@types/cookie": "^0.5.3",
"@types/cookie-parser": "^1.4.5",
"@types/ejson": "^2.2.1",
"@types/express": "^4.17.20",
"@types/fibers": "^3.1.3",
"@types/cookie": "^0.5.4",
"@types/cookie-parser": "^1.4.7",
"@types/ejson": "^2.2.2",
"@types/express": "^4.17.21",
"@types/fibers": "^3.1.4",
"@types/node": "^14.18.63",
"@types/ws": "^8.5.8",
"@types/ws": "^8.5.12",
"npm-run-all": "^4.1.5",
"pino-pretty": "^7.6.1",
"pm2": "^5.2.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
},
"volta": {
Expand Down
162 changes: 81 additions & 81 deletions apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@axe-core/playwright": "^4.7.3",
"@babel/core": "~7.22.20",
"@babel/eslint-parser": "~7.23.3",
"@babel/eslint-parser": "~7.23.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "~7.18.6",
"@babel/plugin-proposal-optional-chaining": "~7.21.0",
"@babel/preset-env": "~7.22.20",
Expand All @@ -87,89 +87,89 @@
"@storybook/react": "~6.5.16",
"@storybook/testing-library": "0.0.13",
"@tanstack/react-query-devtools": "^4.19.1",
"@testing-library/react": "~16.0.0",
"@testing-library/react": "~16.0.1",
"@testing-library/user-event": "~14.5.2",
"@types/adm-zip": "^0.5.3",
"@types/adm-zip": "^0.5.5",
"@types/archiver": "^5.3.4",
"@types/bad-words": "^3.0.2",
"@types/bcrypt": "^5.0.1",
"@types/body-parser": "^1.19.4",
"@types/busboy": "^1.5.2",
"@types/chai": "~4.3.16",
"@types/chai-as-promised": "^7.1.7",
"@types/chai-datetime": "0.0.38",
"@types/chai-dom": "1.11.2",
"@types/chai-spies": "~1.0.5",
"@types/codemirror": "^5.60.12",
"@types/cookie-parser": "^1.4.5",
"@types/cors": "^2.8.15",
"@types/cssom": "^0.4.2",
"@types/bad-words": "^3.0.3",
"@types/bcrypt": "^5.0.2",
"@types/body-parser": "^1.19.5",
"@types/busboy": "^1.5.4",
"@types/chai": "~4.3.19",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-datetime": "0.0.39",
"@types/chai-dom": "1.11.3",
"@types/chai-spies": "~1.0.6",
"@types/codemirror": "^5.60.15",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/cssom": "^0.4.3",
"@types/dompurify": "^2.3.3",
"@types/ejson": "^2.2.1",
"@types/express": "^4.17.20",
"@types/ejson": "^2.2.2",
"@types/express": "^4.17.21",
"@types/express-rate-limit": "^5.1.3",
"@types/fibers": "^3.1.3",
"@types/google-libphonenumber": "^7.4.29",
"@types/gravatar": "^1.8.5",
"@types/fibers": "^3.1.4",
"@types/google-libphonenumber": "^7.4.30",
"@types/gravatar": "^1.8.6",
"@types/he": "^1.1.2",
"@types/i18next-sprintf-postprocessor": "^0.2.2",
"@types/imap": "^0.8.39",
"@types/jest": "~29.5.12",
"@types/i18next-sprintf-postprocessor": "^0.2.3",
"@types/imap": "^0.8.40",
"@types/jest": "~29.5.13",
"@types/jsdom": "^16.2.15",
"@types/jsdom-global": "^3.0.6",
"@types/jsrsasign": "^10.5.11",
"@types/later": "^1.2.8",
"@types/jsdom-global": "^3.0.7",
"@types/jsrsasign": "^10.5.14",
"@types/later": "^1.2.9",
"@types/ldapjs": "^2.2.5",
"@types/less": "~3.0.5",
"@types/less": "~3.0.6",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.get": "^4.4.8",
"@types/mailparser": "^3.4.3",
"@types/lodash.get": "^4.4.9",
"@types/mailparser": "^3.4.4",
"@types/marked": "^4.0.8",
"@types/meteor": "^2.9.8",
"@types/meteor-collection-hooks": "^0.8.8",
"@types/meteor-collection-hooks": "^0.8.9",
"@types/mkdirp": "^1.0.2",
"@types/mocha": "github:whitecolor/mocha-types",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^14.18.63",
"@types/node-gcm": "^1.0.3",
"@types/node-rsa": "^1.1.3",
"@types/nodemailer": "^6.4.13",
"@types/oauth2-server": "^3.0.15",
"@types/parseurl": "^1.3.2",
"@types/prometheus-gc-stats": "^0.6.3",
"@types/proxyquire": "^1.3.30",
"@types/psl": "^1.1.2",
"@types/react": "~17.0.69",
"@types/react-dom": "~17.0.22",
"@types/rewire": "^2.5.29",
"@types/node-gcm": "^1.0.5",
"@types/node-rsa": "^1.1.4",
"@types/nodemailer": "^6.4.15",
"@types/oauth2-server": "^3.0.17",
"@types/parseurl": "^1.3.3",
"@types/prometheus-gc-stats": "^0.6.4",
"@types/proxyquire": "^1.3.31",
"@types/psl": "^1.1.3",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"@types/rewire": "^2.5.30",
"@types/sanitize-html": "^2.9.3",
"@types/semver": "^7.3.10",
"@types/sharp": "^0.30.5",
"@types/sinon": "^10.0.20",
"@types/strict-uri-encode": "^2.0.1",
"@types/strict-uri-encode": "^2.0.2",
"@types/string-strip-html": "^5.0.1",
"@types/supertest": "^2.0.15",
"@types/supports-color": "~7.2.0",
"@types/textarea-caret": "^3.0.2",
"@types/ua-parser-js": "^0.7.38",
"@types/use-subscription": "^1.0.1",
"@types/use-sync-external-store": "^0.0.5",
"@types/supertest": "^2.0.16",
"@types/supports-color": "~7.2.1",
"@types/textarea-caret": "^3.0.3",
"@types/ua-parser-js": "^0.7.39",
"@types/use-subscription": "^1.0.2",
"@types/use-sync-external-store": "^0.0.6",
"@types/uuid": "^8.3.4",
"@types/xml-crypto": "~1.4.4",
"@types/xml-encryption": "~1.2.3",
"@types/xml-crypto": "~1.4.6",
"@types/xml-encryption": "~1.2.4",
"@typescript-eslint/eslint-plugin": "~5.60.1",
"@typescript-eslint/parser": "~5.60.1",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.3.0",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-datetime": "^1.8.0",
"chai-as-promised": "^7.1.2",
"chai-datetime": "^1.8.1",
"chai-dom": "^1.11.0",
"chai-spies": "~1.0.0",
"cross-env": "^7.0.3",
"docker-compose": "^0.24.3",
"docker-compose": "^0.24.8",
"emojione-assets": "^4.5.0",
"eslint": "~8.45.0",
"eslint-config-prettier": "~8.8.0",
Expand All @@ -179,7 +179,7 @@
"eslint-plugin-playwright": "~0.15.3",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-react-hooks": "~4.6.2",
"eslint-plugin-testing-library": "~6.2.2",
"eslint-plugin-you-dont-need-lodash-underscore": "~6.12.0",
"fast-glob": "^3.2.12",
Expand All @@ -190,8 +190,8 @@
"nyc": "^15.1.0",
"outdent": "~0.8.0",
"pino-pretty": "^7.6.1",
"playwright-qase-reporter": "^1.2.1",
"postcss": "~8.4.31",
"playwright-qase-reporter": "^1.2.2",
"postcss": "~8.4.45",
"postcss-custom-properties": "^11.0.0",
"postcss-easy-import": "^3.0.0",
"postcss-load-config": "^3.1.4",
Expand All @@ -200,7 +200,7 @@
"postcss-url": "^10.1.3",
"prettier": "~2.8.8",
"proxyquire": "^2.1.3",
"react-docgen-typescript-plugin": "^1.0.5",
"react-docgen-typescript-plugin": "^1.0.8",
"rewire": "^6.0.0",
"sinon": "^14.0.2",
"source-map": "^0.7.4",
Expand All @@ -209,15 +209,15 @@
"supertest": "^6.2.3",
"supports-color": "~7.2.0",
"template-file": "^6.0.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
},
"dependencies": {
"@babel/runtime": "~7.22.15",
"@bugsnag/js": "~7.20.2",
"@bugsnag/plugin-react": "~7.19.0",
"@google-cloud/storage": "^6.11.0",
"@kaciras/deasync": "^1.0.3",
"@kaciras/deasync": "^1.0.4",
"@nivo/bar": "0.84.0",
"@nivo/core": "0.84.0",
"@nivo/heatmap": "0.84.0",
Expand Down Expand Up @@ -252,7 +252,7 @@
"@rocket.chat/icons": "~0.38.0",
"@rocket.chat/instance-status": "workspace:^",
"@rocket.chat/jwt": "workspace:^",
"@rocket.chat/layout": "~0.31.26",
"@rocket.chat/layout": "~0.31.27",
"@rocket.chat/license": "workspace:^",
"@rocket.chat/log-format": "workspace:^",
"@rocket.chat/logger": "workspace:^",
Expand Down Expand Up @@ -287,15 +287,15 @@
"@slack/bolt": "^3.14.0",
"@slack/rtm-api": "^6.0.0",
"@tanstack/react-query": "^4.16.1",
"@types/cookie": "^0.5.3",
"@types/cookie": "^0.5.4",
"@types/katex": "^0.14.0",
"@types/lodash": "^4.14.200",
"@types/lodash.debounce": "^4.0.8",
"@types/object-path": "^0.11.3",
"@types/proxy-from-env": "^1.0.3",
"@types/speakeasy": "^2.0.9",
"@types/lodash.debounce": "^4.0.9",
"@types/object-path": "^0.11.4",
"@types/proxy-from-env": "^1.0.4",
"@types/speakeasy": "^2.0.10",
"@xmldom/xmldom": "^0.8.10",
"adm-zip": "0.5.10",
"adm-zip": "0.5.16",
"ajv": "^8.11.0",
"ajv-formats": "~2.1.1",
"apn": "2.2.0",
Expand All @@ -306,22 +306,22 @@
"aws-sdk": "^2.1363.0",
"bad-words": "^3.0.4",
"bcrypt": "^5.0.1",
"body-parser": "1.20.2",
"body-parser": "1.20.3",
"bson": "^4.6.4",
"busboy": "^1.6.0",
"bytebuffer": "5.0.1",
"chalk": "^4.0.0",
"change-case": "^4.1.2",
"chart.js": "^3.8.0",
"codemirror": "^5.65.15",
"codemirror": "^5.65.17",
"colorette": "^2.0.20",
"colors": "^1.4.0",
"connect": "^3.7.0",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron": "~1.8.2",
"css-vars-ponyfill": "^2.4.8",
"css-vars-ponyfill": "^2.4.9",
"csv-parse": "^5.2.0",
"date-fns": "^2.28.0",
"date.js": "~0.3.3",
Expand All @@ -342,7 +342,7 @@
"filenamify": "^4.3.0",
"filesize": "9.0.11",
"generate-password": "^1.7.1",
"google-libphonenumber": "^3.2.33",
"google-libphonenumber": "^3.2.38",
"gravatar": "^1.8.2",
"he": "^1.2.0",
"highlight.js": "^11.6.0",
Expand All @@ -361,7 +361,7 @@
"jsdom": "^16.7.0",
"jsrsasign": "^10.5.24",
"juice": "^8.0.0",
"katex": "~0.16.9",
"katex": "~0.16.11",
"ldap-escape": "^2.0.6",
"ldapjs": "^2.3.3",
"limax": "^3.0.0",
Expand All @@ -372,13 +372,13 @@
"mailparser": "^3.4.0",
"marked": "^4.2.5",
"mem": "^8.1.1",
"meteor-node-stubs": "^1.2.5",
"meteor-node-stubs": "^1.2.10",
"mime-db": "^1.52.0",
"mime-type": "^4.0.0",
"mkdirp": "^1.0.4",
"moleculer": "^0.14.31",
"moleculer": "^0.14.34",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"moment-timezone": "^0.5.45",
"mongo-message-queue": "^1.0.0",
"mongodb": "^4.17.2",
"nats": "^2.6.1",
Expand All @@ -402,7 +402,7 @@
"query-string": "^7.1.3",
"queue-fifo": "^0.2.6",
"rc-scrollbars": "^1.1.6",
"re-resizable": "^6.9.9",
"re-resizable": "^6.9.18",
"react": "~17.0.2",
"react-aria": "~3.23.1",
"react-dom": "~17.0.2",
Expand All @@ -419,7 +419,7 @@
"sodium-native": "^3.3.0",
"sodium-plus": "^0.9.0",
"speakeasy": "^2.0.0",
"stream-buffers": "^3.0.2",
"stream-buffers": "^3.0.3",
"strict-uri-encode": "^2.0.0",
"string-strip-html": "^7.0.3",
"suretype": "~2.4.1",
Expand All @@ -431,15 +431,15 @@
"twilio": "^3.76.1",
"twit": "^2.2.11",
"typia": "~6.9.0",
"ua-parser-js": "^1.0.37",
"underscore": "^1.13.6",
"ua-parser-js": "^1.0.38",
"underscore": "^1.13.7",
"universal-perf-hooks": "^1.0.1",
"url-polyfill": "^1.1.12",
"use-subscription": "~1.6.0",
"use-sync-external-store": "^1.2.0",
"use-sync-external-store": "^1.2.2",
"uuid": "^8.3.2",
"vm2": "^3.9.19",
"webdav": "^4.11.3",
"webdav": "^4.11.4",
"xml-crypto": "~3.1.0",
"xml-encryption": "~3.0.2",
"xml2js": "~0.5.0",
Expand Down
Loading

0 comments on commit c4fd29e

Please sign in to comment.