Skip to content

Commit

Permalink
chore: bump safe deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Oct 24, 2024
1 parent c5dc8b6 commit deac954
Show file tree
Hide file tree
Showing 39 changed files with 383 additions and 375 deletions.
6 changes: 3 additions & 3 deletions apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/string-helpers": "~0.31.25",
"@rocket.chat/ui-kit": "workspace:~",
"ajv": "^8.11.0",
"ajv": "^8.17.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.3",
"colorette": "^2.0.20",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.7",
"ejson": "^2.2.3",
"eventemitter3": "^4.0.7",
"express": "^4.17.3",
"express": "^4.21.1",
"jaeger-client": "^3.19.0",
"mem": "^8.1.1",
"moleculer": "^0.14.34",
"mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch",
"nats": "^2.6.1",
"pino": "^8.15.0",
"pino": "^8.21.0",
"sodium-native": "^3.3.0",
"sodium-plus": "^0.9.0",
"uuid": "^8.3.2",
Expand Down
22 changes: 11 additions & 11 deletions apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@types/he": "^1.1.2",
"@types/i18next-sprintf-postprocessor": "^0.2.3",
"@types/imap": "^0.8.40",
"@types/jest": "~29.5.13",
"@types/jest": "~29.5.14",
"@types/jsdom": "^16.2.15",
"@types/jsdom-global": "^3.0.7",
"@types/jsrsasign": "^10.5.14",
Expand Down Expand Up @@ -205,7 +205,7 @@
"react-docgen-typescript-plugin": "^1.0.8",
"sinon": "^19.0.2",
"source-map": "^0.7.4",
"storybook": "^8.3.5",
"storybook": "^8.3.6",
"stylelint": "^14.9.1",
"stylelint-order": "^5.0.0",
"supertest": "^7.0.0",
Expand Down Expand Up @@ -293,11 +293,11 @@
"@rocket.chat/web-ui-registration": "workspace:^",
"@slack/bolt": "^3.14.0",
"@slack/rtm-api": "^6.0.0",
"@tanstack/react-query": "^4.16.1",
"@tanstack/react-query": "^4.36.1",
"@vector-im/matrix-bot-sdk": "0.7.1-element.6",
"@xmldom/xmldom": "^0.8.10",
"adm-zip": "0.5.16",
"ajv": "^8.11.0",
"ajv": "^8.17.1",
"ajv-formats": "~2.1.1",
"apn": "2.2.0",
"archiver": "^3.1.1",
Expand All @@ -324,7 +324,7 @@
"cron-validator": "^1.3.1",
"css-vars-ponyfill": "^2.4.9",
"csv-parse": "^5.2.0",
"date-fns": "^2.28.0",
"date-fns": "^2.30.0",
"date.js": "~0.3.3",
"debug": "~4.1.1",
"dompurify": "^3.1.7",
Expand All @@ -336,7 +336,7 @@
"eventemitter3": "^4.0.7",
"exif-be-gone": "^1.3.2",
"expiry-map": "^2.0.0",
"express": "^4.17.3",
"express": "^4.21.1",
"express-rate-limit": "^5.5.1",
"fastq": "^1.13.0",
"fflate": "^0.7.4",
Expand All @@ -347,7 +347,7 @@
"google-libphonenumber": "^3.2.38",
"gravatar": "^1.8.2",
"he": "^1.2.0",
"highlight.js": "^11.6.0",
"highlight.js": "^11.10.0",
"hljs9": "npm:highlight.js@^9.18.5",
"http-proxy-agent": "^5.0.0",
"human-interval": "^2.0.1",
Expand All @@ -362,7 +362,7 @@
"jschardet": "^3.0.0",
"jsdom": "^16.7.0",
"jsrsasign": "^11.1.0",
"juice": "^8.0.0",
"juice": "^8.1.0",
"katex": "~0.16.11",
"ldap-escape": "^2.0.6",
"ldapjs": "^2.3.3",
Expand Down Expand Up @@ -396,7 +396,7 @@
"path": "^0.12.7",
"path-to-regexp": "^6.3.0",
"pdfjs-dist": "^2.16.105",
"pino": "^8.15.0",
"pino": "^8.21.0",
"postis": "^2.2.0",
"prom-client": "^14.2.0",
"prometheus-gc-stats": "^0.6.5",
Expand All @@ -405,15 +405,15 @@
"query-string": "^7.1.3",
"queue-fifo": "^0.2.6",
"rc-scrollbars": "^1.1.6",
"re-resizable": "^6.9.18",
"re-resizable": "^6.10.0",
"react": "~17.0.2",
"react-aria": "~3.23.1",
"react-dom": "~17.0.2",
"react-error-boundary": "^3.1.4",
"react-hook-form": "~7.45.4",
"react-i18next": "~13.2.2",
"react-keyed-flatten-children": "^1.3.0",
"react-virtuoso": "^4.7.1",
"react-virtuoso": "^4.12.0",
"sanitize-html": "^2.13.1",
"semver": "^7.6.3",
"sharp": "^0.32.6",
Expand Down
6 changes: 3 additions & 3 deletions apps/uikit-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-router-dom": "^6.11.2",
"react-router-dom": "^6.27.0",
"react-split-pane": "^0.1.92",
"react-virtuoso": "^4.7.1",
"reactflow": "^11.7.2"
"react-virtuoso": "^4.12.0",
"reactflow": "^11.11.4"
},
"devDependencies": {
"@types/react": "~17.0.80",
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/account-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"moleculer": "^0.14.34",
"mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch",
"nats": "^2.4.0",
"pino": "^8.15.0",
"pino": "^8.21.0",
"polka": "^0.5.2",
"uuid": "^9.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/authorization-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"moleculer": "^0.14.34",
"mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch",
"nats": "^2.4.0",
"pino": "^8.15.0",
"pino": "^8.21.0",
"polka": "^0.5.2"
},
"devDependencies": {
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 @@ -36,7 +36,7 @@
"moleculer": "^0.14.34",
"mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch",
"nats": "^2.4.0",
"pino": "^8.15.0",
"pino": "^8.21.0",
"polka": "^0.5.2",
"sharp": "^0.32.6",
"underscore": "^1.13.7",
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/omnichannel-transcript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"mongo-message-queue": "^1.0.0",
"mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch",
"nats": "^2.4.0",
"pino": "^8.15.0",
"pino": "^8.21.0",
"polka": "^0.5.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/presence-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"moleculer": "^0.14.34",
"mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch",
"nats": "^2.4.0",
"pino": "^8.15.0",
"pino": "^8.21.0",
"polka": "^0.5.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/queue-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"mongo-message-queue": "^1.0.0",
"mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch",
"nats": "^2.4.0",
"pino": "^8.15.0",
"pino": "^8.21.0",
"polka": "^0.5.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/stream-hub-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"moleculer": "^0.14.34",
"mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch",
"nats": "^2.4.0",
"pino": "^8.15.0",
"pino": "^8.21.0",
"polka": "^0.5.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/license/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"@types/bcrypt": "^5.0.2",
"@types/jest": "~29.5.13",
"@types/jest": "~29.5.14",
"@types/ws": "^8.5.12",
"eslint": "~8.45.0",
"jest": "~29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/network-broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@rocket.chat/core-services": "workspace:^",
"ejson": "^2.2.3",
"moleculer": "^0.14.34",
"pino": "^8.15.0"
"pino": "^8.21.0"
}
}
6 changes: 3 additions & 3 deletions ee/packages/omnichannel-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/jest-presets": "workspace:~",
"@types/jest": "~29.5.13",
"@types/jest": "~29.5.14",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"typescript": "~5.6.3"
Expand All @@ -22,15 +22,15 @@
"@rocket.chat/string-helpers": "~0.31.25",
"@rocket.chat/tools": "workspace:^",
"@types/node": "~20.16.12",
"date-fns": "^2.28.0",
"date-fns": "^2.30.0",
"ejson": "^2.2.3",
"emoji-toolkit": "^7.0.1",
"eventemitter3": "^4.0.7",
"mem": "^8.1.1",
"moment-timezone": "^0.5.46",
"mongo-message-queue": "^1.0.0",
"mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch",
"pino": "^8.15.0"
"pino": "^8.21.0"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand Down
4 changes: 2 additions & 2 deletions ee/packages/pdf-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"@storybook/react-webpack5": "^8.3.5",
"@testing-library/react": "~16.0.1",
"@types/emojione": "^2.2.9",
"@types/jest": "~29.5.13",
"@types/jest": "~29.5.14",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"buffer": "~6.0.3",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"react-dom": "~18.3.1",
"storybook": "^8.3.5",
"storybook": "^8.3.6",
"typescript": "~5.6.3"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.9-rc.3",
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"@types/jest": "~29.5.13",
"@types/jest": "~29.5.14",
"@types/strict-uri-encode": "^2.0.2",
"eslint": "~8.45.0",
"jest": "~29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@rocket.chat/apps-engine": "workspace:^",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/jest-presets": "workspace:~",
"@types/jest": "~29.5.13",
"@types/jest": "~29.5.14",
"babel-jest": "^29.5.0",
"eslint": "~8.45.0",
"jest": "~29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ddp-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.3.9-rc.3",
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"@types/jest": "~29.5.13",
"@types/jest": "~29.5.14",
"@types/ws": "^8.5.12",
"eslint": "~8.45.0",
"jest": "~29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/freeswitch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.14",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"typescript": "~5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/fuselage-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@storybook/react": "^8.3.5",
"@storybook/react-webpack5": "^8.3.5",
"@storybook/theming": "^8.3.5",
"@tanstack/react-query": "^4.16.1",
"@tanstack/react-query": "^4.36.1",
"@testing-library/react": "~16.0.1",
"@testing-library/user-event": "~14.5.2",
"@types/react": "~17.0.80",
Expand All @@ -88,7 +88,7 @@
"react-dom": "^17.0.2",
"react-i18next": "~13.2.2",
"rimraf": "^6.0.1",
"storybook": "^8.3.5",
"storybook": "^8.3.6",
"storybook-dark-mode": "^4.0.2",
"typescript": "~5.6.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/gazzodown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"date-fns": "^3.3.1",
"dompurify": "^3.1.7",
"highlight.js": "^11.5.1",
"highlight.js": "^11.10.0",
"react-error-boundary": "^3.1.4"
},
"devDependencies": {
Expand All @@ -48,7 +47,7 @@
"@storybook/react-webpack5": "^8.3.5",
"@testing-library/react": "~16.0.1",
"@types/dompurify": "^3.0.5",
"@types/jest": "~29.5.13",
"@types/jest": "~29.5.14",
"@types/katex": "~0.16.7",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
Expand All @@ -65,7 +64,7 @@
"katex": "~0.16.11",
"outdent": "^0.8.0",
"react-dom": "~17.0.2",
"storybook": "^8.3.5",
"storybook": "^8.3.6",
"typescript": "~5.6.3"
},
"peerDependencies": {
Expand All @@ -77,6 +76,7 @@
"@rocket.chat/styled": "*",
"@rocket.chat/ui-client": "12.0.0-rc.3",
"@rocket.chat/ui-contexts": "12.0.0-rc.3",
"date-fns": "*",
"katex": "*",
"react": "*"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"/server"
],
"dependencies": {
"@swc/core": "~1.7.26",
"@swc/core": "~1.7.39",
"@swc/jest": "~0.2.36",
"@testing-library/jest-dom": "~6.4.8",
"@types/jest-axe": "~3.5.9",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:~",
"@types/identity-obj-proxy": "^3.0.2",
"@types/jest": "~29.5.13",
"@types/jest": "~29.5.14",
"@types/uuid": "^9.0.8",
"eslint": "~8.45.0",
"jest": "~29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"@types/jest": "~29.5.13",
"@types/jest": "~29.5.14",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"typescript": "~5.6.3"
Expand Down
Loading

0 comments on commit deac954

Please sign in to comment.