Skip to content

Commit 94f6191

Browse files
authored
Merge pull request #5332 from NginxProxyManager/update-deps
Update deps
2 parents a4fa83d + cac52dd commit 94f6191

9 files changed

Lines changed: 1300 additions & 1421 deletions

File tree

backend/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.3/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"validate-schema": "node validate-schema.js"
1313
},
1414
"dependencies": {
15-
"@apidevtools/json-schema-ref-parser": "^14.1.1",
15+
"@apidevtools/json-schema-ref-parser": "^15.2.2",
1616
"ajv": "^8.18.0",
1717
"archiver": "^7.0.1",
1818
"batchflow": "^0.4.0",
1919
"bcrypt": "^6.0.0",
2020
"better-sqlite3": "^12.6.2",
2121
"body-parser": "^2.2.2",
22-
"compression": "^1.7.4",
22+
"compression": "^1.8.1",
2323
"express": "^5.2.1",
2424
"express-fileupload": "^1.5.2",
2525
"gravatar": "^1.8.2",
@@ -28,7 +28,7 @@
2828
"liquidjs": "10.24.0",
2929
"lodash": "^4.17.23",
3030
"moment": "^2.30.1",
31-
"mysql2": "^3.17.1",
31+
"mysql2": "^3.17.3",
3232
"node-rsa": "^1.1.1",
3333
"objection": "3.1.5",
3434
"otplib": "^13.3.0",
@@ -37,13 +37,13 @@
3737
"proxy-agent": "^6.5.0",
3838
"signale": "1.4.0",
3939
"sqlite3": "^5.1.7",
40-
"temp-write": "^4.0.0"
40+
"temp-write": "^6.0.1"
4141
},
4242
"devDependencies": {
4343
"@apidevtools/swagger-parser": "^12.1.0",
44-
"@biomejs/biome": "^2.3.14",
44+
"@biomejs/biome": "^2.4.3",
4545
"chalk": "5.6.2",
46-
"nodemon": "^3.1.11"
46+
"nodemon": "^3.1.13"
4747
},
4848
"signale": {
4949
"displayDate": true,

backend/yarn.lock

Lines changed: 154 additions & 156 deletions
Large diffs are not rendered by default.

frontend/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.3/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@tabler/core": "^1.4.0",
20-
"@tabler/icons-react": "^3.36.1",
20+
"@tabler/icons-react": "^3.37.1",
2121
"@tanstack/react-query": "^5.90.21",
2222
"@tanstack/react-table": "^8.21.3",
2323
"@uiw/react-textarea-code-editor": "^3.1.1",
@@ -40,8 +40,8 @@
4040
"rooks": "^9.5.0"
4141
},
4242
"devDependencies": {
43-
"@biomejs/biome": "^2.4.2",
44-
"@formatjs/cli": "^6.12.2",
43+
"@biomejs/biome": "^2.4.3",
44+
"@formatjs/cli": "^6.13.0",
4545
"@tanstack/react-query-devtools": "^5.91.3",
4646
"@testing-library/dom": "^10.4.1",
4747
"@testing-library/jest-dom": "^6.9.1",
@@ -52,7 +52,7 @@
5252
"@types/react-dom": "^19.2.3",
5353
"@types/react-table": "^7.7.20",
5454
"@vitejs/plugin-react": "^5.1.4",
55-
"happy-dom": "^20.6.1",
55+
"happy-dom": "^20.6.3",
5656
"postcss": "^8.5.6",
5757
"postcss-simple-vars": "^7.0.1",
5858
"sass": "^1.97.3",

frontend/yarn.lock

Lines changed: 873 additions & 931 deletions
Large diffs are not rendered by default.

test/cypress/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cypress/included:15.9.0
1+
FROM cypress/included:15.10.0
22

33
# Disable Cypress CLI colors
44
ENV FORCE_COLOR=0

test/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"main": "index.js",
66
"dependencies": {
77
"@jc21/cypress-swagger-validation": "^0.3.2",
8-
"@quobix/vacuum": "^0.23.4",
9-
"axios": "^1.13.1",
8+
"@quobix/vacuum": "^0.23.8",
9+
"axios": "^1.13.5",
1010
"chalk": "^5.6.2",
11-
"cypress": "^15.9.0",
11+
"cypress": "^15.10.0",
1212
"cypress-multi-reporters": "^2.0.5",
1313
"cypress-wait-until": "^3.0.2",
1414
"eslint": "^10.0.0",
1515
"eslint-plugin-align-assignments": "^1.1.2",
1616
"eslint-plugin-chai-friendly": "^1.1.0",
17-
"eslint-plugin-cypress": "^5.2.0",
18-
"form-data": "^4.0.4",
19-
"lodash": "^4.17.21",
20-
"mocha": "^11.7.4",
17+
"eslint-plugin-cypress": "^6.0.0",
18+
"form-data": "^4.0.5",
19+
"lodash": "^4.17.23",
20+
"mocha": "^11.7.5",
2121
"mocha-junit-reporter": "^2.2.1"
2222
},
2323
"scripts": {

0 commit comments

Comments
 (0)