3 Commits

Author SHA1 Message Date
cc9c90529b fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2025-12-06 01:16:53 +00:00
10f899f89a chore(deps): update dependency @playwright/test to v1.57.0 2025-11-26 01:16:39 +00:00
3f0e614d3e chore(deps): update dependency @playwright/test to v1.56.1 2025-11-13 01:39:44 +00:00
4 changed files with 76 additions and 41 deletions

View File

@@ -27,8 +27,8 @@ anyhow.workspace = true
tracing.workspace = true tracing.workspace = true
async-sqlx-session.workspace = true async-sqlx-session.workspace = true
zitadel = { version = "5.0.0", features = ["axum"] } zitadel = { version = "3.3.1", features = ["axum"] }
tower = "0.5.0" tower = "0.4.13"
tower-http = { version = "0.6.0", features = ["cors", "trace"] } tower-http = { version = "0.4.0", features = ["cors", "trace"] }
oauth2 = "5.0.0" oauth2 = "4.4.0"
openidconnect = "4.0.0" openidconnect = "3.0.0"

View File

@@ -18,11 +18,11 @@ anyhow.workspace = true
tracing.workspace = true tracing.workspace = true
async-sqlx-session.workspace = true async-sqlx-session.workspace = true
zitadel = { version = "5.0.0", features = ["axum"] } zitadel = { version = "3.3.1", features = ["axum"] }
tower = "0.5.0" tower = "0.4.13"
tower-http = { version = "0.6.0", features = ["cors", "trace"] } tower-http = { version = "0.4.0", features = ["cors", "trace"] }
oauth2 = "5.0.0" oauth2 = "4.4.0"
openidconnect = "4.0.0" openidconnect = "3.0.0"
[dev-dependencies] [dev-dependencies]
tokio.workspace = true tokio.workspace = true

View File

@@ -13,61 +13,96 @@
} }
}, },
"node_modules/@playwright/test": { "node_modules/@playwright/test": {
"version": "1.28.0", "version": "1.57.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.28.0.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.57.0.tgz",
"integrity": "sha512-vrHs5DFTPwYox5SGKq/7TDn/S4q6RA1zArd7uhO6EyP9hj3XgZBBM12ktMbnDQNxh/fL1IUKsTNLxihmsU38lQ==", "integrity": "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/node": "*", "playwright": "1.57.0"
"playwright-core": "1.28.0"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=18"
} }
}, },
"node_modules/@types/node": { "node_modules/fsevents": {
"version": "18.11.9", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"dev": true
},
"node_modules/playwright-core": {
"version": "1.28.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.28.0.tgz",
"integrity": "sha512-nJLknd28kPBiCNTbqpu6Wmkrh63OEqJSFw9xOfL9qxfNwody7h6/L3O2dZoWQ6Oxcm0VOHjWmGiCUGkc0X3VZA==",
"dev": true, "dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/playwright": {
"version": "1.57.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz",
"integrity": "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==",
"dev": true,
"dependencies": {
"playwright-core": "1.57.0"
},
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=18"
},
"optionalDependencies": {
"fsevents": "2.3.2"
}
},
"node_modules/playwright-core": {
"version": "1.57.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz",
"integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==",
"dev": true,
"bin": {
"playwright-core": "cli.js"
},
"engines": {
"node": ">=18"
} }
} }
}, },
"dependencies": { "dependencies": {
"@playwright/test": { "@playwright/test": {
"version": "1.28.0", "version": "1.57.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.28.0.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.57.0.tgz",
"integrity": "sha512-vrHs5DFTPwYox5SGKq/7TDn/S4q6RA1zArd7uhO6EyP9hj3XgZBBM12ktMbnDQNxh/fL1IUKsTNLxihmsU38lQ==", "integrity": "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "*", "playwright": "1.57.0"
"playwright-core": "1.28.0"
} }
}, },
"@types/node": { "fsevents": {
"version": "18.11.9", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"dev": true "dev": true,
"optional": true
},
"playwright": {
"version": "1.57.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz",
"integrity": "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==",
"dev": true,
"requires": {
"fsevents": "2.3.2",
"playwright-core": "1.57.0"
}
}, },
"playwright-core": { "playwright-core": {
"version": "1.28.0", "version": "1.57.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.28.0.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz",
"integrity": "sha512-nJLknd28kPBiCNTbqpu6Wmkrh63OEqJSFw9xOfL9qxfNwody7h6/L3O2dZoWQ6Oxcm0VOHjWmGiCUGkc0X3VZA==", "integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==",
"dev": true "dev": true
} }
} }

View File

@@ -1,3 +1,3 @@
FROM postgres:17-alpine FROM postgres:14-alpine
COPY *.sh /docker-entrypoint-initdb.d/ COPY *.sh /docker-entrypoint-initdb.d/