mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
build(deps): bump dependencies
This commit is contained in:
3
next-env.d.ts
vendored
3
next-env.d.ts
vendored
@@ -1,3 +1,6 @@
|
|||||||
/// <reference types="next" />
|
/// <reference types="next" />
|
||||||
/// <reference types="next/types/global" />
|
/// <reference types="next/types/global" />
|
||||||
/// <reference types="next/image-types/global" />
|
/// <reference types="next/image-types/global" />
|
||||||
|
|
||||||
|
// NOTE: This file should not be edited
|
||||||
|
// see https://nextjs.org/docs/basic-features/typescript for more information.
|
||||||
|
102
package.json
102
package.json
@@ -17,33 +17,33 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@headlessui/react": "^1.3.0",
|
"@headlessui/react": "^1.4.1",
|
||||||
"@heroicons/react": "^1.0.1",
|
"@heroicons/react": "^1.0.4",
|
||||||
"@supercharge/request-ip": "^1.1.2",
|
"@supercharge/request-ip": "^1.1.2",
|
||||||
"@svgr/webpack": "^5.5.0",
|
"@svgr/webpack": "^5.5.0",
|
||||||
"@tanem/react-nprogress": "^3.0.70",
|
"@tanem/react-nprogress": "^3.0.79",
|
||||||
"ace-builds": "^1.4.12",
|
"ace-builds": "^1.4.12",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.4",
|
||||||
"bcrypt": "^5.0.1",
|
"bcrypt": "^5.0.1",
|
||||||
"bowser": "^2.11.0",
|
"bowser": "^2.11.0",
|
||||||
"connect-typeorm": "^1.1.4",
|
"connect-typeorm": "^1.1.4",
|
||||||
"cookie-parser": "^1.4.5",
|
"cookie-parser": "^1.4.5",
|
||||||
"copy-to-clipboard": "^3.3.1",
|
"copy-to-clipboard": "^3.3.1",
|
||||||
"country-flag-icons": "^1.2.10",
|
"country-flag-icons": "^1.4.10",
|
||||||
"csurf": "^1.11.0",
|
"csurf": "^1.11.0",
|
||||||
"email-templates": "^8.0.7",
|
"email-templates": "^8.0.8",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"express-openapi-validator": "^4.12.14",
|
"express-openapi-validator": "^4.13.1",
|
||||||
"express-rate-limit": "^5.2.6",
|
"express-rate-limit": "^5.3.0",
|
||||||
"express-session": "^1.17.2",
|
"express-session": "^1.17.2",
|
||||||
"formik": "^2.2.9",
|
"formik": "^2.2.9",
|
||||||
"gravatar-url": "3.1.0",
|
"gravatar-url": "3.1.0",
|
||||||
"intl": "^1.2.5",
|
"intl": "^1.2.5",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"next": "11.0.1",
|
"next": "11.1.2",
|
||||||
"node-cache": "^5.1.2",
|
"node-cache": "^5.1.2",
|
||||||
"node-schedule": "^2.0.0",
|
"node-schedule": "^2.0.0",
|
||||||
"nodemailer": "^6.6.2",
|
"nodemailer": "^6.6.3",
|
||||||
"openpgp": "^5.0.0-3",
|
"openpgp": "^5.0.0-3",
|
||||||
"plex-api": "^5.3.1",
|
"plex-api": "^5.3.1",
|
||||||
"pug": "^3.0.2",
|
"pug": "^3.0.2",
|
||||||
@@ -51,12 +51,12 @@
|
|||||||
"react-ace": "^9.3.0",
|
"react-ace": "^9.3.0",
|
||||||
"react-animate-height": "^2.0.23",
|
"react-animate-height": "^2.0.23",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"react-intersection-observer": "^8.32.0",
|
"react-intersection-observer": "^8.32.1",
|
||||||
"react-intl": "5.20.3",
|
"react-intl": "5.20.10",
|
||||||
"react-markdown": "^6.0.2",
|
"react-markdown": "^6.0.2",
|
||||||
"react-select": "^4.3.1",
|
"react-select": "^4.3.1",
|
||||||
"react-spring": "^9.2.3",
|
"react-spring": "^9.2.4",
|
||||||
"react-toast-notifications": "^2.4.4",
|
"react-toast-notifications": "^2.5.1",
|
||||||
"react-transition-group": "^4.4.2",
|
"react-transition-group": "^4.4.2",
|
||||||
"react-truncate-markup": "^5.1.0",
|
"react-truncate-markup": "^5.1.0",
|
||||||
"react-use-clipboard": "1.0.7",
|
"react-use-clipboard": "1.0.7",
|
||||||
@@ -65,8 +65,8 @@
|
|||||||
"sqlite3": "^5.0.2",
|
"sqlite3": "^5.0.2",
|
||||||
"swagger-ui-express": "^4.1.6",
|
"swagger-ui-express": "^4.1.6",
|
||||||
"swr": "^0.5.6",
|
"swr": "^0.5.6",
|
||||||
"typeorm": "0.2.32",
|
"typeorm": "0.2.37",
|
||||||
"web-push": "^3.4.4",
|
"web-push": "^3.4.5",
|
||||||
"winston": "^3.3.3",
|
"winston": "^3.3.3",
|
||||||
"winston-daily-rotate-file": "^4.5.5",
|
"winston-daily-rotate-file": "^4.5.5",
|
||||||
"xml2js": "^0.4.23",
|
"xml2js": "^0.4.23",
|
||||||
@@ -74,64 +74,64 @@
|
|||||||
"yup": "^0.32.9"
|
"yup": "^0.32.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.14.5",
|
"@babel/cli": "^7.15.7",
|
||||||
"@commitlint/cli": "^12.1.4",
|
"@commitlint/cli": "^13.1.0",
|
||||||
"@commitlint/config-conventional": "^12.1.4",
|
"@commitlint/config-conventional": "^13.1.0",
|
||||||
"@semantic-release/changelog": "^5.0.1",
|
"@semantic-release/changelog": "^5.0.1",
|
||||||
"@semantic-release/commit-analyzer": "^8.0.1",
|
"@semantic-release/commit-analyzer": "^9.0.1",
|
||||||
"@semantic-release/exec": "^5.0.0",
|
"@semantic-release/exec": "^5.0.0",
|
||||||
"@semantic-release/git": "^9.0.0",
|
"@semantic-release/git": "^9.0.1",
|
||||||
"@tailwindcss/aspect-ratio": "^0.2.1",
|
"@tailwindcss/aspect-ratio": "^0.2.1",
|
||||||
"@tailwindcss/forms": "^0.3.3",
|
"@tailwindcss/forms": "^0.3.3",
|
||||||
"@tailwindcss/typography": "^0.4.1",
|
"@tailwindcss/typography": "^0.4.1",
|
||||||
"@types/bcrypt": "^5.0.0",
|
"@types/bcrypt": "^5.0.0",
|
||||||
"@types/cookie-parser": "^1.4.2",
|
"@types/cookie-parser": "^1.4.2",
|
||||||
"@types/country-flag-icons": "^1.2.0",
|
"@types/country-flag-icons": "^1.2.0",
|
||||||
"@types/csurf": "^1.11.1",
|
"@types/csurf": "^1.11.2",
|
||||||
"@types/email-templates": "^8.0.3",
|
"@types/email-templates": "^8.0.4",
|
||||||
"@types/express": "^4.17.12",
|
"@types/express": "^4.17.13",
|
||||||
"@types/express-rate-limit": "^5.1.2",
|
"@types/express-rate-limit": "^5.1.3",
|
||||||
"@types/express-session": "^1.17.3",
|
"@types/express-session": "^1.17.3",
|
||||||
"@types/lodash": "^4.14.170",
|
"@types/lodash": "^4.14.173",
|
||||||
"@types/node": "^15.6.1",
|
"@types/node": "^15.6.1",
|
||||||
"@types/node-schedule": "^1.3.1",
|
"@types/node-schedule": "^1.3.2",
|
||||||
"@types/nodemailer": "^6.4.2",
|
"@types/nodemailer": "^6.4.4",
|
||||||
"@types/react": "^17.0.11",
|
"@types/react": "^17.0.22",
|
||||||
"@types/react-dom": "^17.0.8",
|
"@types/react-dom": "^17.0.9",
|
||||||
"@types/react-select": "^4.0.15",
|
"@types/react-select": "^4.0.17",
|
||||||
"@types/react-toast-notifications": "^2.4.1",
|
"@types/react-toast-notifications": "^2.4.1",
|
||||||
"@types/react-transition-group": "^4.4.1",
|
"@types/react-transition-group": "^4.4.3",
|
||||||
"@types/secure-random-password": "^0.2.0",
|
"@types/secure-random-password": "^0.2.1",
|
||||||
"@types/swagger-ui-express": "^4.1.2",
|
"@types/swagger-ui-express": "^4.1.3",
|
||||||
"@types/web-push": "^3.3.1",
|
"@types/web-push": "^3.3.2",
|
||||||
"@types/xml2js": "^0.4.8",
|
"@types/xml2js": "^0.4.9",
|
||||||
"@types/yamljs": "^0.2.31",
|
"@types/yamljs": "^0.2.31",
|
||||||
"@types/yup": "^0.29.11",
|
"@types/yup": "^0.29.13",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.28.0",
|
"@typescript-eslint/eslint-plugin": "^4.31.1",
|
||||||
"@typescript-eslint/parser": "^4.28.0",
|
"@typescript-eslint/parser": "^4.31.1",
|
||||||
"autoprefixer": "^10.2.6",
|
"autoprefixer": "^10.3.4",
|
||||||
"babel-plugin-react-intl": "^8.2.25",
|
"babel-plugin-react-intl": "^8.2.25",
|
||||||
"babel-plugin-react-intl-auto": "^3.3.0",
|
"babel-plugin-react-intl-auto": "^3.3.0",
|
||||||
"commitizen": "^4.2.4",
|
"commitizen": "^4.2.4",
|
||||||
"copyfiles": "^2.4.1",
|
"copyfiles": "^2.4.1",
|
||||||
"cz-conventional-changelog": "^3.3.0",
|
"cz-conventional-changelog": "^3.3.0",
|
||||||
"eslint": "^7.29.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-config-next": "^11.0.1",
|
"eslint-config-next": "^11.1.2",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-formatjs": "^2.16.1",
|
"eslint-plugin-formatjs": "^2.17.6",
|
||||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||||
"eslint-plugin-prettier": "^3.4.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"eslint-plugin-react": "^7.24.0",
|
"eslint-plugin-react": "^7.25.3",
|
||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
"extract-react-intl-messages": "^4.1.1",
|
"extract-react-intl-messages": "^4.1.1",
|
||||||
"husky": "4.3.8",
|
"husky": "4.3.8",
|
||||||
"lint-staged": "^11.0.0",
|
"lint-staged": "^11.1.2",
|
||||||
"nodemon": "^2.0.7",
|
"nodemon": "^2.0.12",
|
||||||
"postcss": "^8.3.5",
|
"postcss": "^8.3.6",
|
||||||
"prettier": "^2.3.1",
|
"prettier": "^2.4.1",
|
||||||
"semantic-release": "^17.4.4",
|
"semantic-release": "^18.0.0",
|
||||||
"semantic-release-docker-buildx": "^1.0.1",
|
"semantic-release-docker-buildx": "^1.0.1",
|
||||||
"tailwindcss": "^2.2.2",
|
"tailwindcss": "^2.2.15",
|
||||||
"ts-node": "^10.2.1",
|
"ts-node": "^10.2.1",
|
||||||
"typescript": "^4.4.3"
|
"typescript": "^4.4.3"
|
||||||
},
|
},
|
||||||
|
@@ -144,7 +144,7 @@ export class MediaSubscriber implements EntitySubscriberInterface {
|
|||||||
event.entity.mediaType === MediaType.MOVIE &&
|
event.entity.mediaType === MediaType.MOVIE &&
|
||||||
event.entity.status === MediaStatus.AVAILABLE
|
event.entity.status === MediaStatus.AVAILABLE
|
||||||
) {
|
) {
|
||||||
this.notifyAvailableMovie(event.entity, event.databaseEntity);
|
this.notifyAvailableMovie(event.entity as Media, event.databaseEntity);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
@@ -152,21 +152,21 @@ export class MediaSubscriber implements EntitySubscriberInterface {
|
|||||||
(event.entity.status === MediaStatus.AVAILABLE ||
|
(event.entity.status === MediaStatus.AVAILABLE ||
|
||||||
event.entity.status === MediaStatus.PARTIALLY_AVAILABLE)
|
event.entity.status === MediaStatus.PARTIALLY_AVAILABLE)
|
||||||
) {
|
) {
|
||||||
this.notifyAvailableSeries(event.entity, event.databaseEntity);
|
this.notifyAvailableSeries(event.entity as Media, event.databaseEntity);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
event.entity.status === MediaStatus.AVAILABLE &&
|
event.entity.status === MediaStatus.AVAILABLE &&
|
||||||
event.databaseEntity.status === MediaStatus.PENDING
|
event.databaseEntity.status === MediaStatus.PENDING
|
||||||
) {
|
) {
|
||||||
this.updateChildRequestStatus(event.entity, false);
|
this.updateChildRequestStatus(event.entity as Media, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
event.entity.status4k === MediaStatus.AVAILABLE &&
|
event.entity.status4k === MediaStatus.AVAILABLE &&
|
||||||
event.databaseEntity.status4k === MediaStatus.PENDING
|
event.databaseEntity.status4k === MediaStatus.PENDING
|
||||||
) {
|
) {
|
||||||
this.updateChildRequestStatus(event.entity, true);
|
this.updateChildRequestStatus(event.entity as Media, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user