Skip to content

Commit 9d8b343

Browse files
authored
chore(deps): update all non-major dependencies (#2188)
Update all non-major dependencies. Modifications in `src` files are there to fix linting issues.
1 parent f4fe166 commit 9d8b343

File tree

6 files changed

+2352
-1730
lines changed

6 files changed

+2352
-1730
lines changed

package.json

Lines changed: 52 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "seerr",
33
"version": "0.1.0",
44
"private": true,
5-
"packageManager": "pnpm@10.17.1",
5+
"packageManager": "pnpm@10.24.0",
66
"scripts": {
77
"preinstall": "npx only-allow pnpm",
88
"postinstall": "node postinstall-win.js",
@@ -33,38 +33,38 @@
3333
},
3434
"license": "MIT",
3535
"dependencies": {
36-
"@dr.pogodin/csurf": "^1.14.1",
37-
"@formatjs/intl-displaynames": "6.2.6",
36+
"@dr.pogodin/csurf": "^1.16.6",
37+
"@formatjs/intl-displaynames": "6.8.13",
3838
"@formatjs/intl-locale": "3.1.1",
39-
"@formatjs/intl-pluralrules": "5.1.10",
39+
"@formatjs/intl-pluralrules": "5.4.6",
4040
"@formatjs/intl-utils": "3.8.4",
4141
"@formatjs/swc-plugin-experimental": "^0.4.0",
4242
"@headlessui/react": "1.7.12",
43-
"@heroicons/react": "2.0.16",
43+
"@heroicons/react": "2.2.0",
4444
"@supercharge/request-ip": "1.2.0",
4545
"@svgr/webpack": "6.5.1",
46-
"@tanem/react-nprogress": "5.0.30",
46+
"@tanem/react-nprogress": "5.0.56",
4747
"@types/ua-parser-js": "^0.7.36",
4848
"@types/wink-jaro-distance": "^2.0.2",
49-
"ace-builds": "1.15.2",
50-
"axios": "1.10.0",
51-
"axios-rate-limit": "1.3.0",
49+
"ace-builds": "1.43.4",
50+
"axios": "1.13.2",
51+
"axios-rate-limit": "1.4.0",
5252
"bcrypt": "5.1.0",
53-
"bowser": "2.11.0",
53+
"bowser": "2.13.1",
5454
"connect-typeorm": "1.1.4",
5555
"cookie-parser": "1.4.7",
5656
"copy-to-clipboard": "3.3.3",
57-
"country-flag-icons": "1.5.5",
57+
"country-flag-icons": "1.6.4",
5858
"cronstrue": "2.23.0",
5959
"date-fns": "2.29.3",
60-
"dayjs": "1.11.7",
60+
"dayjs": "1.11.19",
6161
"dns-caching": "^0.2.7",
62-
"email-templates": "12.0.1",
62+
"email-templates": "12.0.3",
6363
"express": "4.21.2",
6464
"express-openapi-validator": "4.13.8",
6565
"express-rate-limit": "6.7.0",
66-
"express-session": "1.17.3",
67-
"formik": "^2.4.6",
66+
"express-session": "1.18.2",
67+
"formik": "^2.4.9",
6868
"gravatar-url": "3.1.0",
6969
"http-proxy-agent": "^7.0.2",
7070
"https-proxy-agent": "^7.0.6",
@@ -76,19 +76,19 @@
7676
"node-schedule": "2.1.1",
7777
"nodemailer": "6.10.0",
7878
"openpgp": "5.11.2",
79-
"pg": "8.11.0",
79+
"pg": "8.16.3",
8080
"plex-api": "5.3.2",
8181
"pug": "3.0.3",
8282
"react": "^18.3.1",
8383
"react-ace": "10.1.0",
8484
"react-animate-height": "2.1.2",
85-
"react-aria": "3.23.0",
85+
"react-aria": "3.44.0",
8686
"react-dom": "^18.3.1",
8787
"react-intersection-observer": "9.4.3",
8888
"react-intl": "^6.6.8",
8989
"react-markdown": "8.0.5",
9090
"react-popper-tooltip": "4.4.2",
91-
"react-select": "5.7.0",
91+
"react-select": "5.10.2",
9292
"react-spring": "9.7.1",
9393
"react-tailwindcss-datepicker-sct": "1.3.4",
9494
"react-toast-notifications": "2.5.1",
@@ -97,19 +97,19 @@
9797
"react-use-clipboard": "1.0.9",
9898
"reflect-metadata": "0.1.13",
9999
"secure-random-password": "0.2.3",
100-
"semver": "7.7.1",
100+
"semver": "7.7.3",
101101
"sharp": "^0.33.4",
102102
"sqlite3": "5.1.7",
103103
"swagger-ui-express": "4.6.2",
104-
"swr": "2.2.5",
104+
"swr": "2.3.7",
105105
"tailwind-merge": "^2.6.0",
106106
"typeorm": "0.3.12",
107107
"ua-parser-js": "^1.0.35",
108-
"undici": "^7.3.0",
109-
"validator": "^13.15.15",
110-
"web-push": "3.5.0",
108+
"undici": "^7.16.0",
109+
"validator": "^13.15.23",
110+
"web-push": "3.6.7",
111111
"wink-jaro-distance": "^2.0.0",
112-
"winston": "3.8.2",
112+
"winston": "3.18.3",
113113
"winston-daily-rotate-file": "4.7.1",
114114
"xml2js": "0.4.23",
115115
"yamljs": "0.3.0",
@@ -123,32 +123,33 @@
123123
"@tailwindcss/forms": "0.5.10",
124124
"@tailwindcss/typography": "0.5.16",
125125
"@types/bcrypt": "5.0.0",
126-
"@types/cookie-parser": "1.4.3",
127-
"@types/country-flag-icons": "1.2.0",
128-
"@types/csurf": "1.11.2",
126+
"@types/cookie-parser": "1.4.10",
127+
"@types/country-flag-icons": "1.2.2",
128+
"@types/csurf": "1.11.5",
129129
"@types/email-templates": "8.0.4",
130130
"@types/express": "4.17.17",
131-
"@types/express-session": "1.17.6",
132-
"@types/lodash": "4.14.191",
131+
"@types/express-session": "1.18.2",
132+
"@types/lodash": "4.17.21",
133133
"@types/mime": "3",
134134
"@types/node": "22.10.5",
135-
"@types/node-schedule": "2.1.0",
135+
"@types/node-schedule": "2.1.8",
136136
"@types/nodemailer": "6.4.7",
137137
"@types/react": "^18.3.3",
138138
"@types/react-dom": "^18.3.0",
139-
"@types/react-transition-group": "4.4.5",
139+
"@types/react-transition-group": "4.4.12",
140140
"@types/secure-random-password": "0.2.1",
141-
"@types/semver": "7.3.13",
142-
"@types/swagger-ui-express": "4.1.3",
143-
"@types/validator": "^13.15.3",
144-
"@types/web-push": "3.3.2",
141+
"@types/semver": "7.7.1",
142+
"@types/swagger-ui-express": "4.1.8",
143+
"@types/validator": "^13.15.10",
144+
"@types/web-push": "3.6.4",
145145
"@types/xml2js": "0.4.11",
146146
"@types/yamljs": "0.2.31",
147147
"@types/yup": "0.29.14",
148148
"@typescript-eslint/eslint-plugin": "5.54.0",
149149
"@typescript-eslint/parser": "5.54.0",
150-
"autoprefixer": "10.4.13",
151-
"commitizen": "4.3.0",
150+
"autoprefixer": "10.4.22",
151+
"baseline-browser-mapping": "^2.8.32",
152+
"commitizen": "4.3.1",
152153
"copyfiles": "2.4.1",
153154
"cy-mobile-commands": "0.3.0",
154155
"cypress": "14.1.0",
@@ -157,22 +158,22 @@
157158
"eslint-config-next": "^14.2.4",
158159
"eslint-config-prettier": "8.6.0",
159160
"eslint-plugin-formatjs": "4.9.0",
160-
"eslint-plugin-jsx-a11y": "6.7.1",
161-
"eslint-plugin-no-relative-import-paths": "1.5.2",
161+
"eslint-plugin-jsx-a11y": "6.10.2",
162+
"eslint-plugin-no-relative-import-paths": "1.6.1",
162163
"eslint-plugin-prettier": "4.2.1",
163-
"eslint-plugin-react": "7.32.2",
164+
"eslint-plugin-react": "7.37.5",
164165
"eslint-plugin-react-hooks": "4.6.0",
165166
"husky": "8.0.3",
166167
"lint-staged": "13.1.2",
167-
"nodemon": "3.1.9",
168-
"postcss": "8.4.31",
168+
"nodemon": "3.1.11",
169+
"postcss": "8.5.6",
169170
"prettier": "2.8.4",
170171
"prettier-plugin-organize-imports": "3.2.2",
171172
"prettier-plugin-tailwindcss": "0.2.3",
172173
"tailwindcss": "3.2.7",
173-
"ts-node": "10.9.1",
174-
"tsc-alias": "1.8.2",
175-
"tsconfig-paths": "4.1.2",
174+
"ts-node": "10.9.2",
175+
"tsc-alias": "1.8.16",
176+
"tsconfig-paths": "4.2.0",
176177
"typescript": "4.9.5"
177178
},
178179
"engines": {
@@ -181,7 +182,7 @@
181182
},
182183
"overrides": {
183184
"sqlite3/node-gyp": "8.4.1",
184-
"@types/express-session": "1.17.6"
185+
"@types/express-session": "1.18.2"
185186
},
186187
"config": {
187188
"commitizen": {
@@ -204,8 +205,11 @@
204205
},
205206
"pnpm": {
206207
"onlyBuiltDependencies": [
207-
"sqlite3",
208-
"bcrypt"
208+
"@swc/core",
209+
"bcrypt",
210+
"cypress",
211+
"sharp",
212+
"sqlite3"
209213
]
210214
}
211215
}

0 commit comments

Comments
 (0)