chore: Update dependencies

This commit is contained in:
Maksim Eltyshev
2026-01-14 13:22:11 +01:00
parent e3e55b2c26
commit 5636c2bb79
6 changed files with 999 additions and 966 deletions
+670 -616
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -83,8 +83,8 @@
"@diplodoc/cut-extension": "^0.7.4", "@diplodoc/cut-extension": "^0.7.4",
"@diplodoc/transform": "^4.64.1", "@diplodoc/transform": "^4.64.1",
"@gravity-ui/components": "^4.17.0", "@gravity-ui/components": "^4.17.0",
"@gravity-ui/markdown-editor": "^15.27.1", "@gravity-ui/markdown-editor": "^15.27.2",
"@gravity-ui/uikit": "^7.28.0", "@gravity-ui/uikit": "^7.29.0",
"@juggle/resize-observer": "^3.4.0", "@juggle/resize-observer": "^3.4.0",
"@vitejs/plugin-react": "^4.7.0", "@vitejs/plugin-react": "^4.7.0",
"browserslist-to-esbuild": "^2.1.1", "browserslist-to-esbuild": "^2.1.1",
@@ -115,7 +115,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.7.3", "i18next": "^25.7.4",
"i18next-browser-languagedetector": "^8.2.0", "i18next-browser-languagedetector": "^8.2.0",
"initials": "^3.1.2", "initials": "^3.1.2",
"javascript-time-ago": "^2.5.12", "javascript-time-ago": "^2.5.12",
@@ -153,7 +153,7 @@
"redux-saga": "^1.4.2", "redux-saga": "^1.4.2",
"reselect": "^4.1.8", "reselect": "^4.1.8",
"sails.io.js": "^1.2.1", "sails.io.js": "^1.2.1",
"sass-embedded": "^1.97.0", "sass-embedded": "^1.97.2",
"semantic-ui-react": "^2.1.5", "semantic-ui-react": "^2.1.5",
"socket.io-client": "^2.5.0", "socket.io-client": "^2.5.0",
"validator": "^13.15.26", "validator": "^13.15.26",
@@ -164,8 +164,8 @@
"zxcvbn": "^4.4.2" "zxcvbn": "^4.4.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.28.5", "@babel/eslint-parser": "^7.28.6",
"@babel/preset-env": "^7.28.5", "@babel/preset-env": "^7.28.6",
"@cucumber/cucumber": "^11.3.0", "@cucumber/cucumber": "^11.3.0",
"@cucumber/pretty-formatter": "^1.0.1", "@cucumber/pretty-formatter": "^1.0.1",
"@playwright/test": "^1.57.0", "@playwright/test": "^1.57.0",
@@ -176,7 +176,7 @@
"eslint-config-prettier": "^9.1.2", "eslint-config-prettier": "^9.1.2",
"eslint-plugin-import": "^2.32.0", "eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4", "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": "^29.7.0", "jest": "^29.7.0",
+9 -6
View File
@@ -16,9 +16,9 @@
} }
}, },
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
"version": "7.28.4", "version": "7.28.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz",
"integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
@@ -1173,15 +1173,18 @@
} }
}, },
"node_modules/yaml": { "node_modules/yaml": {
"version": "2.8.1", "version": "2.8.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
"license": "ISC", "license": "ISC",
"bin": { "bin": {
"yaml": "bin.mjs" "yaml": "bin.mjs"
}, },
"engines": { "engines": {
"node": ">= 14.6" "node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
} }
}, },
"node_modules/yargs": { "node_modules/yargs": {
+309 -333
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -53,7 +53,7 @@
"dotenv-cli": "^7.4.4", "dotenv-cli": "^7.4.4",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"escape-markdown": "^1.0.4", "escape-markdown": "^1.0.4",
"file-type": "^21.1.1", "file-type": "^21.3.0",
"fs-extra": "^11.3.3", "fs-extra": "^11.3.3",
"i18n-2": "^0.7.3", "i18n-2": "^0.7.3",
"ico-to-png": "^0.2.2", "ico-to-png": "^0.2.2",
@@ -63,7 +63,7 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mime": "^3.0.0", "mime": "^3.0.0",
"moment": "^2.30.1", "moment": "^2.30.1",
"nodemailer": "^7.0.11", "nodemailer": "^7.0.12",
"openid-client": "^5.7.1", "openid-client": "^5.7.1",
"patch-package": "^8.0.1", "patch-package": "^8.0.1",
"pg": "^8.16.3", "pg": "^8.16.3",
@@ -86,12 +86,12 @@
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.2", "eslint-config-prettier": "^9.1.2",
"eslint-plugin-import": "^2.32.0", "eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4", "eslint-plugin-prettier": "^5.5.5",
"ignore": "^7.0.5", "ignore": "^7.0.5",
"mocha": "^10.8.2", "mocha": "^10.8.2",
"nodemon": "^3.1.11", "nodemon": "^3.1.11",
"prettier": "3.3.3", "prettier": "3.3.3",
"supertest": "^7.1.4", "supertest": "^7.2.2",
"swagger-jsdoc": "^6.2.8" "swagger-jsdoc": "^6.2.8"
}, },
"engines": { "engines": {