Bump dependencies

This commit is contained in:
Maksim Karasev 2023-10-13 01:07:26 +03:00
parent 5f8572b137
commit 5fd5c57e50
3 changed files with 3522 additions and 2849 deletions

View File

@ -14,39 +14,39 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/bcryptjs": "^2.4.2", "@types/bcryptjs": "^2.4.4",
"@types/better-sqlite3": "^5.4.3", "@types/better-sqlite3": "^5.4.3",
"@types/cache-manager": "^3.4.3", "@types/cache-manager": "^3.4.3",
"@types/cache-manager-fs-hash": "^0.0.1", "@types/cache-manager-fs-hash": "^0.0.2",
"@types/cache-manager-ioredis": "^2.0.3", "@types/cache-manager-ioredis": "^2.0.4",
"@types/command-exists": "^1.2.0", "@types/command-exists": "^1.2.1",
"@types/cookie-parser": "^1.4.3", "@types/cookie-parser": "^1.4.4",
"@types/cors": "^2.8.13", "@types/cors": "^2.8.14",
"@types/express": "^4.17.15", "@types/express": "^4.17.19",
"@types/express-fileupload": "^1.4.1", "@types/express-fileupload": "^1.4.2",
"@types/express-rate-limit": "^5.1.3", "@types/express-rate-limit": "^5.1.3",
"@types/express-slow-down": "^1.3.2", "@types/express-slow-down": "^1.3.3",
"@types/fluent-ffmpeg": "^2.1.20", "@types/fluent-ffmpeg": "^2.1.22",
"@types/jest": "^26.0.24", "@types/jest": "^26.0.24",
"@types/morgan": "^1.9.4", "@types/morgan": "^1.9.6",
"@types/node": "^14.18.36", "@types/node": "^20.8.5",
"@types/sharp": "^0.31.1", "@types/sharp": "^0.32.0",
"@types/supertest": "^2.0.12", "@types/supertest": "^2.0.14",
"@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.6.0", "eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.28.1",
"jest": "^26.6.3", "jest": "^26.6.3",
"supertest": "^6.3.3", "supertest": "^6.3.3",
"ts-jest": "^26.5.6", "ts-jest": "^26.5.6",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0", "ts-node-dev": "^2.0.0",
"typescript": "^4.9.4" "typescript": "^4.9.5"
}, },
"dependencies": { "dependencies": {
"@types/tmp": "^0.2.3", "@types/tmp": "^0.2.4",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"better-sqlite3": "^7.6.2", "better-sqlite3": "^7.6.2",
"cache-manager": "^3.6.3", "cache-manager": "^3.6.3",
@ -55,18 +55,18 @@
"command-exists": "^1.2.9", "command-exists": "^1.2.9",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.0.3", "dotenv": "^16.3.1",
"express": "^4.18.2", "express": "^4.18.2",
"express-fileupload": "^1.4.0", "express-fileupload": "^1.4.1",
"express-rate-limit": "^5.5.1", "express-rate-limit": "^5.5.1",
"express-slow-down": "^1.5.0", "express-slow-down": "^1.6.0",
"file-type": "^16.5.4", "file-type": "^16.5.4",
"fluent-ffmpeg": "^2.1.2", "fluent-ffmpeg": "^2.1.2",
"morgan": "^1.10.0", "morgan": "^1.10.0",
"nanoid": "^3.3.4", "nanoid": "^3.3.6",
"sanitize-filename": "^1.6.3", "sanitize-filename": "^1.6.3",
"sharp": "^0.31.3", "sharp": "^0.32.6",
"tmp": "^0.2.1", "tmp": "^0.2.1",
"winston": "^3.8.2" "winston": "^3.11.0"
} }
} }

View File

@ -3,18 +3,18 @@
"version": "1.2.1", "version": "1.2.1",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@emotion/react": "^11.10.5", "@emotion/react": "^11.11.1",
"@emotion/styled": "^11.10.5", "@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8", "@fontsource/roboto": "^4.5.8",
"@mui/material": "^5.11.5", "@mui/material": "^5.14.13",
"@mui/styles": "^5.11.2", "@mui/styles": "^5.14.13",
"@testing-library/jest-dom": "^5.16.5", "@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^11.2.7", "@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3", "@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.24", "@types/jest": "^26.0.24",
"@types/node": "^12.20.55", "@types/node": "^20.8.5",
"@types/react": "^16.14.35", "@types/react": "^16.14.49",
"@types/react-dom": "^16.9.17", "@types/react-dom": "^16.9.20",
"axios": "^0.21.4", "axios": "^0.21.4",
"i18next": "^19.9.2", "i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.1.8", "i18next-browser-languagedetector": "^6.1.8",
@ -24,13 +24,13 @@
"react-dropzone": "^11.7.1", "react-dropzone": "^11.7.1",
"react-i18next": "^11.18.6", "react-i18next": "^11.18.6",
"react-infinite-scroller": "^1.2.6", "react-infinite-scroller": "^1.2.6",
"typescript": "^4.9.4", "typescript": "^4.9.5",
"web-vitals": "^0.2.4", "web-vitals": "^0.2.4",
"workbox-core": "^6.5.4", "workbox-core": "^6.6.0",
"workbox-expiration": "^6.5.4", "workbox-expiration": "^6.6.0",
"workbox-precaching": "^6.5.4", "workbox-precaching": "^6.6.0",
"workbox-routing": "^6.5.4", "workbox-routing": "^6.6.0",
"workbox-strategies": "^6.5.4" "workbox-strategies": "^6.6.0"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
@ -107,13 +107,13 @@
}, },
"devDependencies": { "devDependencies": {
"@types/react-infinite-scroller": "^1.2.3", "@types/react-infinite-scroller": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.48.2", "@typescript-eslint/parser": "^5.62.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1", "eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"react-scripts": "^5.0.1" "react-scripts": "^5.0.1"
} }

6281
yarn.lock

File diff suppressed because it is too large Load Diff