chore: Update dependencies

This commit is contained in:
Maksim Eltyshev
2026-03-16 16:04:51 +01:00
parent 5e6195b252
commit d9ae02899d
8 changed files with 1572 additions and 1656 deletions

1723
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -79,9 +79,6 @@
} }
}, },
"overrides": { "overrides": {
"@diplodoc/transform": {
"lodash": "^4.17.23"
},
"react-mentions": { "react-mentions": {
"@babel/runtime": "^7.28.6" "@babel/runtime": "^7.28.6"
} }
@@ -89,12 +86,12 @@
"dependencies": { "dependencies": {
"@ballerina/highlightjs-ballerina": "^1.0.1", "@ballerina/highlightjs-ballerina": "^1.0.1",
"@diplodoc/cut-extension": "^1.1.1", "@diplodoc/cut-extension": "^1.1.1",
"@diplodoc/transform": "^4.70.0", "@diplodoc/transform": "^4.70.2",
"@gravity-ui/components": "^4.18.0", "@gravity-ui/components": "^4.18.0",
"@gravity-ui/markdown-editor": "^15.34.4", "@gravity-ui/markdown-editor": "^15.35.1",
"@gravity-ui/uikit": "^7.32.0", "@gravity-ui/uikit": "^7.34.0",
"@juggle/resize-observer": "^3.4.0", "@juggle/resize-observer": "^3.4.0",
"@vitejs/plugin-react": "^5.1.4", "@vitejs/plugin-react": "^5.2.0",
"browserslist-to-esbuild": "^2.1.1", "browserslist-to-esbuild": "^2.1.1",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
@@ -123,7 +120,7 @@
"highlightjs-zenscript": "^2.0.0", "highlightjs-zenscript": "^2.0.0",
"hightlightjs-papyrus": "^0.0.4", "hightlightjs-papyrus": "^0.0.4",
"history": "^5.3.0", "history": "^5.3.0",
"i18next": "^25.8.13", "i18next": "^25.8.18",
"i18next-browser-languagedetector": "^8.2.1", "i18next-browser-languagedetector": "^8.2.1",
"initials": "^3.1.2", "initials": "^3.1.2",
"javascript-time-ago": "^2.6.4", "javascript-time-ago": "^2.6.4",
@@ -134,7 +131,7 @@
"lodash": "^4.17.23", "lodash": "^4.17.23",
"lowlight": "^3.3.0", "lowlight": "^3.3.0",
"markdown-it": "^13.0.2", "markdown-it": "^13.0.2",
"nanoid": "^5.1.6", "nanoid": "^5.1.7",
"papaparse": "^5.5.3", "papaparse": "^5.5.3",
"patch-package": "^8.0.1", "patch-package": "^8.0.1",
"photoswipe": "^5.4.4", "photoswipe": "^5.4.4",
@@ -146,7 +143,7 @@
"react-dropzone": "^15.0.0", "react-dropzone": "^15.0.0",
"react-frame-component": "^5.2.7", "react-frame-component": "^5.2.7",
"react-hot-toast": "^2.6.0", "react-hot-toast": "^2.6.0",
"react-i18next": "^16.5.4", "react-i18next": "^16.5.8",
"react-input-mask": "^2.0.4", "react-input-mask": "^2.0.4",
"react-intersection-observer": "^10.0.3", "react-intersection-observer": "^10.0.3",
"react-mentions": "^4.4.10", "react-mentions": "^4.4.10",
@@ -161,7 +158,7 @@
"redux-saga": "^1.4.2", "redux-saga": "^1.4.2",
"reselect": "^5.1.1", "reselect": "^5.1.1",
"sails.io.js": "^1.2.1", "sails.io.js": "^1.2.1",
"sass-embedded": "^1.97.3", "sass-embedded": "^1.98.0",
"semantic-ui-react": "^2.1.5", "semantic-ui-react": "^2.1.5",
"socket.io-client": "^4.8.3", "socket.io-client": "^4.8.3",
"validator": "^13.15.26", "validator": "^13.15.26",
@@ -177,7 +174,7 @@
"@cucumber/cucumber": "^12.7.0", "@cucumber/cucumber": "^12.7.0",
"@cucumber/pretty-formatter": "^3.2.0", "@cucumber/pretty-formatter": "^3.2.0",
"@playwright/test": "^1.58.2", "@playwright/test": "^1.58.2",
"babel-jest": "^30.2.0", "babel-jest": "^30.3.0",
"babel-preset-airbnb": "^5.0.0", "babel-preset-airbnb": "^5.0.0",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
@@ -187,7 +184,7 @@
"eslint-plugin-prettier": "^5.5.5", "eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-hooks": "^4.6.2",
"jest": "^30.2.0", "jest": "^30.3.0",
"playwright": "^1.58.2", "playwright": "^1.58.2",
"prettier": "3.8.1" "prettier": "3.8.1"
} }

84
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"genversion": "^3.2.0", "genversion": "^3.2.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^16.3.1" "lint-staged": "^16.4.0"
} }
}, },
"node_modules/ansi-escapes": { "node_modules/ansi-escapes": {
@@ -78,18 +78,6 @@
"balanced-match": "^1.0.0" "balanced-match": "^1.0.0"
} }
}, },
"node_modules/braces": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"license": "MIT",
"dependencies": {
"fill-range": "^7.1.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/chalk": { "node_modules/chalk": {
"version": "4.1.2", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -338,18 +326,6 @@
"minimatch": "^5.0.1" "minimatch": "^5.0.1"
} }
}, },
"node_modules/fill-range": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
"license": "MIT",
"dependencies": {
"to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/find-package": { "node_modules/find-package": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/find-package/-/find-package-1.0.0.tgz", "resolved": "https://registry.npmjs.org/find-package/-/find-package-1.0.0.tgz",
@@ -436,15 +412,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
"license": "MIT",
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/jake": { "node_modules/jake": {
"version": "10.9.4", "version": "10.9.4",
"resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz", "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz",
@@ -463,16 +430,16 @@
} }
}, },
"node_modules/lint-staged": { "node_modules/lint-staged": {
"version": "16.3.1", "version": "16.4.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.3.1.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.4.0.tgz",
"integrity": "sha512-bqvvquXzFBAlSbluugR4KXAe4XnO/QZcKVszpkBtqLWa2KEiVy8n6Xp38OeUbv/gOJOX4Vo9u5pFt/ADvbm42Q==", "integrity": "sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"commander": "^14.0.3", "commander": "^14.0.3",
"listr2": "^9.0.5", "listr2": "^9.0.5",
"micromatch": "^4.0.8", "picomatch": "^4.0.3",
"string-argv": "^0.3.2", "string-argv": "^0.3.2",
"tinyexec": "^1.0.2", "tinyexec": "^1.0.4",
"yaml": "^2.8.2" "yaml": "^2.8.2"
}, },
"bin": { "bin": {
@@ -558,19 +525,6 @@
"url": "https://github.com/chalk/slice-ansi?sponsor=1" "url": "https://github.com/chalk/slice-ansi?sponsor=1"
} }
}, },
"node_modules/micromatch": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
"license": "MIT",
"dependencies": {
"braces": "^3.0.3",
"picomatch": "^2.3.1"
},
"engines": {
"node": ">=8.6"
}
},
"node_modules/mimic-function": { "node_modules/mimic-function": {
"version": "5.0.1", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
@@ -635,12 +589,12 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/picomatch": { "node_modules/picomatch": {
"version": "2.3.1", "version": "4.0.3",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=8.6" "node": ">=12"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/jonschlinkert" "url": "https://github.com/sponsors/jonschlinkert"
@@ -794,26 +748,14 @@
} }
}, },
"node_modules/tinyexec": { "node_modules/tinyexec": {
"version": "1.0.2", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz", "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.4.tgz",
"integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==", "integrity": "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} }
}, },
"node_modules/to-regex-range": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
"license": "MIT",
"dependencies": {
"is-number": "^7.0.0"
},
"engines": {
"node": ">=8.0"
}
},
"node_modules/tree-kill": { "node_modules/tree-kill": {
"version": "1.2.2", "version": "1.2.2",
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",

View File

@@ -39,6 +39,6 @@
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"genversion": "^3.2.0", "genversion": "^3.2.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^16.3.1" "lint-staged": "^16.4.0"
} }
} }

1384
server/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,8 +49,8 @@
} }
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.1000.0", "@aws-sdk/client-s3": "^3.1009.0",
"@aws-sdk/lib-storage": "^3.1000.0", "@aws-sdk/lib-storage": "^3.1009.0",
"bcrypt": "^6.0.0", "bcrypt": "^6.0.0",
"bytes": "^3.1.2", "bytes": "^3.1.2",
"cross-env": "^10.1.0", "cross-env": "^10.1.0",
@@ -58,8 +58,8 @@
"dotenv-cli": "^11.0.0", "dotenv-cli": "^11.0.0",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"escape-markdown": "^1.0.4", "escape-markdown": "^1.0.4",
"file-type": "^21.3.0", "file-type": "^21.3.2",
"fs-extra": "^11.3.3", "fs-extra": "^11.3.4",
"i18n-2": "^0.7.3", "i18n-2": "^0.7.3",
"ico-to-png": "^0.2.2", "ico-to-png": "^0.2.2",
"istextorbinary": "^9.5.0", "istextorbinary": "^9.5.0",
@@ -71,7 +71,7 @@
"nodemailer": "^7.0.13", "nodemailer": "^7.0.13",
"openid-client": "^5.7.1", "openid-client": "^5.7.1",
"patch-package": "^8.0.1", "patch-package": "^8.0.1",
"pg": "^8.19.0", "pg": "^8.20.0",
"read": "^5.0.1", "read": "^5.0.1",
"rimraf": "^6.1.3", "rimraf": "^6.1.3",
"sails": "^1.5.17", "sails": "^1.5.17",
@@ -80,7 +80,7 @@
"sails-postgresql": "^5.0.1", "sails-postgresql": "^5.0.1",
"serve-static": "^2.2.1", "serve-static": "^2.2.1",
"sharp": "^0.34.5", "sharp": "^0.34.5",
"undici": "^7.22.0", "undici": "^7.24.0",
"uuid": "^11.1.0", "uuid": "^11.1.0",
"validator": "^13.15.26", "validator": "^13.15.26",
"winston": "^3.19.0", "winston": "^3.19.0",