diff --git a/.docker-hub/varnish/Dockerfile b/.docker-hub/varnish/Dockerfile
index 5da09f0aa3..5f0786729f 100644
--- a/.docker-hub/varnish/Dockerfile
+++ b/.docker-hub/varnish/Dockerfile
@@ -1,4 +1,4 @@
-ARG VERSION=8.0.0
+ARG VERSION=8.0.1
FROM varnish:${VERSION}
diff --git a/.dockerignore b/.dockerignore
index f7fcf12934..5b670f7647 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -9,5 +9,9 @@
/frontend/dist
/frontend/.env.*
/frontend/public/environment.*
+/frontend-old/data
+/frontend-old/dist
+/frontend-old/.env.*
+/frontend-old/public/environment.*
**/vendor/
**/node_modules/
diff --git a/.github/workflows/continuous-integration-optional.yml b/.github/workflows/continuous-integration-optional.yml
index 6457fe2260..556c25711b 100644
--- a/.github/workflows/continuous-integration-optional.yml
+++ b/.github/workflows/continuous-integration-optional.yml
@@ -45,7 +45,7 @@ jobs:
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
working-directory: api
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -75,7 +75,7 @@ jobs:
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
working-directory: api
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -123,7 +123,7 @@ jobs:
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
working-directory: api
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml
index 071ab6b3d6..b5cd015239 100644
--- a/.github/workflows/continuous-integration.yml
+++ b/.github/workflows/continuous-integration.yml
@@ -100,7 +100,7 @@ jobs:
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
working-directory: api
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -126,7 +126,7 @@ jobs:
with:
node-version: '24.14.0'
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -155,7 +155,7 @@ jobs:
with:
node-version: '24.14.0'
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -184,7 +184,7 @@ jobs:
with:
node-version: '24.14.0'
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -216,7 +216,7 @@ jobs:
with:
node-version: '24.14.0'
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -274,7 +274,7 @@ jobs:
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
working-directory: api
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -355,7 +355,7 @@ jobs:
with:
node-version: '24.14.0'
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -398,7 +398,7 @@ jobs:
with:
node-version: '24.14.0'
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -437,7 +437,7 @@ jobs:
with:
node-version: '24.14.0'
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
diff --git a/.github/workflows/pull-request-rules.yml b/.github/workflows/pull-request-rules.yml
index 9523534e89..0bbc8c63d0 100644
--- a/.github/workflows/pull-request-rules.yml
+++ b/.github/workflows/pull-request-rules.yml
@@ -13,7 +13,7 @@ jobs:
name: No "Meeting Discuss" label
runs-on: ubuntu-latest
steps:
- - uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # v5
+ - uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5
if: github.event_name == 'pull_request'
with:
mode: exactly
diff --git a/.github/workflows/reusable-e2e-tests-run.yml b/.github/workflows/reusable-e2e-tests-run.yml
index 0fb25fc44c..679e2975d2 100644
--- a/.github/workflows/reusable-e2e-tests-run.yml
+++ b/.github/workflows/reusable-e2e-tests-run.yml
@@ -42,7 +42,7 @@ jobs:
docker image ls -a --digests
- name: Restore cache volumes (npm, composer)
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: .cache
key: docker-compose-${{ hashFiles('frontend/package-lock.json', 'print/package-lock.json', 'api/composer.lock') }}-${{ matrix.browser }}
diff --git a/.nvmrc b/.nvmrc
index d845d9d88d..8e35034890 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-24.14.0
+24.14.1
diff --git a/.ops/aws-setup/docker-compose.yml b/.ops/aws-setup/docker-compose.yml
index eafc1abc14..657945c3be 100644
--- a/.ops/aws-setup/docker-compose.yml
+++ b/.ops/aws-setup/docker-compose.yml
@@ -1,6 +1,6 @@
services:
aws-setup:
- image: pulumi/pulumi-nodejs:3.225.1
+ image: pulumi/pulumi-nodejs:3.229.0
container_name: 'ecamp3-aws-setup'
volumes:
- ../../.prettierrc:/.prettierrc:delegated
@@ -13,7 +13,7 @@ services:
- AWS_DEFAULT_REGION=eu-west-3
aws-cli:
- image: amazon/aws-cli:2.34.7
+ image: amazon/aws-cli:2.34.23
container_name: 'ecamp3-aws-cli'
volumes:
- ./.aws:/root/.aws:delegated
diff --git a/.ops/aws-setup/package-lock.json b/.ops/aws-setup/package-lock.json
index b10b922f4e..2c60b72962 100644
--- a/.ops/aws-setup/package-lock.json
+++ b/.ops/aws-setup/package-lock.json
@@ -6,15 +6,15 @@
"": {
"name": "ecamp-core",
"dependencies": {
- "@pulumi/aws": "7.22.0",
- "@pulumi/awsx": "3.3.0",
- "@pulumi/pulumi": "3.225.1"
+ "@pulumi/aws": "7.24.0",
+ "@pulumi/awsx": "3.4.0",
+ "@pulumi/pulumi": "3.229.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.28.6",
"@eslint/compat": "2.0.3",
"@eslint/js": "9.39.4",
- "@types/node": "24.12.0",
+ "@types/node": "24.12.2",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-n": "17.24.0",
@@ -150,50 +150,50 @@
}
},
"node_modules/@aws-sdk/client-ecs": {
- "version": "3.1012.0",
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-ecs/-/client-ecs-3.1012.0.tgz",
- "integrity": "sha512-GCglqSKo/XhD/oVxOAfI+PpJnwgkE1crHyILLGRap/Xnsi9mpmvEK7tEz4g8Ln51ls0t7Gqvm7Ts08/A296P6g==",
+ "version": "3.1021.0",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-ecs/-/client-ecs-3.1021.0.tgz",
+ "integrity": "sha512-5SgqH39stpmzMYJyNTcINAL3JZHA4zjAftGOx9hF33hFlr8tcz5g6BrrR+L+ZR21nAMKvqnBWx5e9xeCCm6nRA==",
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/sha256-browser": "5.2.0",
"@aws-crypto/sha256-js": "5.2.0",
- "@aws-sdk/core": "^3.973.21",
- "@aws-sdk/credential-provider-node": "^3.972.22",
+ "@aws-sdk/core": "^3.973.26",
+ "@aws-sdk/credential-provider-node": "^3.972.29",
"@aws-sdk/middleware-host-header": "^3.972.8",
"@aws-sdk/middleware-logger": "^3.972.8",
- "@aws-sdk/middleware-recursion-detection": "^3.972.8",
- "@aws-sdk/middleware-user-agent": "^3.972.22",
- "@aws-sdk/region-config-resolver": "^3.972.8",
+ "@aws-sdk/middleware-recursion-detection": "^3.972.9",
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
+ "@aws-sdk/region-config-resolver": "^3.972.10",
"@aws-sdk/types": "^3.973.6",
"@aws-sdk/util-endpoints": "^3.996.5",
"@aws-sdk/util-user-agent-browser": "^3.972.8",
- "@aws-sdk/util-user-agent-node": "^3.973.8",
- "@smithy/config-resolver": "^4.4.11",
- "@smithy/core": "^3.23.12",
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
+ "@smithy/config-resolver": "^4.4.13",
+ "@smithy/core": "^3.23.13",
"@smithy/fetch-http-handler": "^5.3.15",
"@smithy/hash-node": "^4.2.12",
"@smithy/invalid-dependency": "^4.2.12",
"@smithy/middleware-content-length": "^4.2.12",
- "@smithy/middleware-endpoint": "^4.4.26",
- "@smithy/middleware-retry": "^4.4.43",
- "@smithy/middleware-serde": "^4.2.15",
+ "@smithy/middleware-endpoint": "^4.4.28",
+ "@smithy/middleware-retry": "^4.4.46",
+ "@smithy/middleware-serde": "^4.2.16",
"@smithy/middleware-stack": "^4.2.12",
"@smithy/node-config-provider": "^4.3.12",
- "@smithy/node-http-handler": "^4.5.0",
+ "@smithy/node-http-handler": "^4.5.1",
"@smithy/protocol-http": "^5.3.12",
- "@smithy/smithy-client": "^4.12.6",
+ "@smithy/smithy-client": "^4.12.8",
"@smithy/types": "^4.13.1",
"@smithy/url-parser": "^4.2.12",
"@smithy/util-base64": "^4.3.2",
"@smithy/util-body-length-browser": "^4.2.2",
"@smithy/util-body-length-node": "^4.2.3",
- "@smithy/util-defaults-mode-browser": "^4.3.42",
- "@smithy/util-defaults-mode-node": "^4.2.45",
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
+ "@smithy/util-defaults-mode-node": "^4.2.48",
"@smithy/util-endpoints": "^3.3.3",
"@smithy/util-middleware": "^4.2.12",
- "@smithy/util-retry": "^4.2.12",
+ "@smithy/util-retry": "^4.2.13",
"@smithy/util-utf8": "^4.2.2",
- "@smithy/util-waiter": "^4.2.13",
+ "@smithy/util-waiter": "^4.2.14",
"tslib": "^2.6.2"
},
"engines": {
@@ -201,19 +201,19 @@
}
},
"node_modules/@aws-sdk/core": {
- "version": "3.973.21",
- "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.973.21.tgz",
- "integrity": "sha512-OTUcDX9Yfz/FLKbHjiMaP9D4Hs44lYJzN7zBcrK2nDmBt0Wr8D6nYt12QoBkZsW0nVMFsTIGaZCrsU9zCcIMXQ==",
+ "version": "3.973.26",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.973.26.tgz",
+ "integrity": "sha512-A/E6n2W42ruU+sfWk+mMUOyVXbsSgGrY3MJ9/0Az5qUdG67y8I6HYzzoAa+e/lzxxl1uCYmEL6BTMi9ZiZnplQ==",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "^3.973.6",
- "@aws-sdk/xml-builder": "^3.972.12",
- "@smithy/core": "^3.23.12",
+ "@aws-sdk/xml-builder": "^3.972.16",
+ "@smithy/core": "^3.23.13",
"@smithy/node-config-provider": "^4.3.12",
"@smithy/property-provider": "^4.2.12",
"@smithy/protocol-http": "^5.3.12",
"@smithy/signature-v4": "^5.3.12",
- "@smithy/smithy-client": "^4.12.6",
+ "@smithy/smithy-client": "^4.12.8",
"@smithy/types": "^4.13.1",
"@smithy/util-base64": "^4.3.2",
"@smithy/util-middleware": "^4.2.12",
@@ -225,12 +225,12 @@
}
},
"node_modules/@aws-sdk/credential-provider-env": {
- "version": "3.972.19",
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.19.tgz",
- "integrity": "sha512-33NpkQtmnsjLr9QdZvL3w8bjy+WoBJ+jY8JwuzxIq38rDNi1kwpBWW7Yjh+8bMlksd+ZAWW0fH4S/6OeoAdU5A==",
+ "version": "3.972.24",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.24.tgz",
+ "integrity": "sha512-FWg8uFmT6vQM7VuzELzwVo5bzExGaKHdubn0StjgrcU5FvuLExUe+k06kn/40uKv59rYzhez8eFNM4yYE/Yb/w==",
"license": "Apache-2.0",
"dependencies": {
- "@aws-sdk/core": "^3.973.21",
+ "@aws-sdk/core": "^3.973.26",
"@aws-sdk/types": "^3.973.6",
"@smithy/property-provider": "^4.2.12",
"@smithy/types": "^4.13.1",
@@ -241,20 +241,20 @@
}
},
"node_modules/@aws-sdk/credential-provider-http": {
- "version": "3.972.21",
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.21.tgz",
- "integrity": "sha512-xFke7yjbON4unNOG0TApQwz+o1LH5VhVLgWlUuiLRWNDyBfeHIFje2ck8qHybvJ8Fkm5m3SsN+pvHtVo6PGWlQ==",
+ "version": "3.972.26",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.26.tgz",
+ "integrity": "sha512-CY4ppZ+qHYqcXqBVi//sdHST1QK3KzOEiLtpLsc9W2k2vfZPKExGaQIsOwcyvjpjUEolotitmd3mUNY56IwDEA==",
"license": "Apache-2.0",
"dependencies": {
- "@aws-sdk/core": "^3.973.21",
+ "@aws-sdk/core": "^3.973.26",
"@aws-sdk/types": "^3.973.6",
"@smithy/fetch-http-handler": "^5.3.15",
- "@smithy/node-http-handler": "^4.5.0",
+ "@smithy/node-http-handler": "^4.5.1",
"@smithy/property-provider": "^4.2.12",
"@smithy/protocol-http": "^5.3.12",
- "@smithy/smithy-client": "^4.12.6",
+ "@smithy/smithy-client": "^4.12.8",
"@smithy/types": "^4.13.1",
- "@smithy/util-stream": "^4.5.20",
+ "@smithy/util-stream": "^4.5.21",
"tslib": "^2.6.2"
},
"engines": {
@@ -262,19 +262,19 @@
}
},
"node_modules/@aws-sdk/credential-provider-ini": {
- "version": "3.972.21",
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.21.tgz",
- "integrity": "sha512-fmJN7KhB7CoG65w9fC2LVOd2wZbR2d1yJIpZNe2J5CeDPu7nUHSmavuJAeGEoE3OL5UIBVPNhmK/fV/NQrs3Hw==",
- "license": "Apache-2.0",
- "dependencies": {
- "@aws-sdk/core": "^3.973.21",
- "@aws-sdk/credential-provider-env": "^3.972.19",
- "@aws-sdk/credential-provider-http": "^3.972.21",
- "@aws-sdk/credential-provider-login": "^3.972.21",
- "@aws-sdk/credential-provider-process": "^3.972.19",
- "@aws-sdk/credential-provider-sso": "^3.972.21",
- "@aws-sdk/credential-provider-web-identity": "^3.972.21",
- "@aws-sdk/nested-clients": "^3.996.11",
+ "version": "3.972.28",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.28.tgz",
+ "integrity": "sha512-wXYvq3+uQcZV7k+bE4yDXCTBdzWTU9x/nMiKBfzInmv6yYK1veMK0AKvRfRBd72nGWYKcL6AxwiPg9z/pYlgpw==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@aws-sdk/core": "^3.973.26",
+ "@aws-sdk/credential-provider-env": "^3.972.24",
+ "@aws-sdk/credential-provider-http": "^3.972.26",
+ "@aws-sdk/credential-provider-login": "^3.972.28",
+ "@aws-sdk/credential-provider-process": "^3.972.24",
+ "@aws-sdk/credential-provider-sso": "^3.972.28",
+ "@aws-sdk/credential-provider-web-identity": "^3.972.28",
+ "@aws-sdk/nested-clients": "^3.996.18",
"@aws-sdk/types": "^3.973.6",
"@smithy/credential-provider-imds": "^4.2.12",
"@smithy/property-provider": "^4.2.12",
@@ -287,13 +287,13 @@
}
},
"node_modules/@aws-sdk/credential-provider-login": {
- "version": "3.972.21",
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.21.tgz",
- "integrity": "sha512-ENU+YCiuQocQjfIf9bPxZ+ZY0wIBkl3SMH22optBQwy8UFpSfonHynXzGT27xQxer4cYTNOpwDqbfo57BusbpQ==",
+ "version": "3.972.28",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.28.tgz",
+ "integrity": "sha512-ZSTfO6jqUTCysbdBPtEX5OUR//3rbD0lN7jO3sQeS2Gjr/Y+DT6SbIJ0oT2cemNw3UzKu97sNONd1CwNMthuZQ==",
"license": "Apache-2.0",
"dependencies": {
- "@aws-sdk/core": "^3.973.21",
- "@aws-sdk/nested-clients": "^3.996.11",
+ "@aws-sdk/core": "^3.973.26",
+ "@aws-sdk/nested-clients": "^3.996.18",
"@aws-sdk/types": "^3.973.6",
"@smithy/property-provider": "^4.2.12",
"@smithy/protocol-http": "^5.3.12",
@@ -306,17 +306,17 @@
}
},
"node_modules/@aws-sdk/credential-provider-node": {
- "version": "3.972.22",
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.22.tgz",
- "integrity": "sha512-VE6i8nkmrRyhKut7nnfCWRbdDf+CfyRr8ixSwdaPDguYlgvkAO2pHu9oK11XzbSuatB0io1ozI/vpYhelXn8Pg==",
+ "version": "3.972.29",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.29.tgz",
+ "integrity": "sha512-clSzDcvndpFJAggLDnDb36sPdlZYyEs5Zm6zgZjjUhwsJgSWiWKwFIXUVBcbruidNyBdbpOv2tNDL9sX8y3/0g==",
"license": "Apache-2.0",
"dependencies": {
- "@aws-sdk/credential-provider-env": "^3.972.19",
- "@aws-sdk/credential-provider-http": "^3.972.21",
- "@aws-sdk/credential-provider-ini": "^3.972.21",
- "@aws-sdk/credential-provider-process": "^3.972.19",
- "@aws-sdk/credential-provider-sso": "^3.972.21",
- "@aws-sdk/credential-provider-web-identity": "^3.972.21",
+ "@aws-sdk/credential-provider-env": "^3.972.24",
+ "@aws-sdk/credential-provider-http": "^3.972.26",
+ "@aws-sdk/credential-provider-ini": "^3.972.28",
+ "@aws-sdk/credential-provider-process": "^3.972.24",
+ "@aws-sdk/credential-provider-sso": "^3.972.28",
+ "@aws-sdk/credential-provider-web-identity": "^3.972.28",
"@aws-sdk/types": "^3.973.6",
"@smithy/credential-provider-imds": "^4.2.12",
"@smithy/property-provider": "^4.2.12",
@@ -329,12 +329,12 @@
}
},
"node_modules/@aws-sdk/credential-provider-process": {
- "version": "3.972.19",
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.19.tgz",
- "integrity": "sha512-hjj5bFo4kf5/WzAMjDEFByVOMbq5gZiagIpJexf7Kp9nIDaGzhCphMsx03NCA8s9zUJzHlD1lXazd7MS+e03Lg==",
+ "version": "3.972.24",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.24.tgz",
+ "integrity": "sha512-Q2k/XLrFXhEztPHqj4SLCNID3hEPdlhh1CDLBpNnM+1L8fq7P+yON9/9M1IGN/dA5W45v44ylERfXtDAlmMNmw==",
"license": "Apache-2.0",
"dependencies": {
- "@aws-sdk/core": "^3.973.21",
+ "@aws-sdk/core": "^3.973.26",
"@aws-sdk/types": "^3.973.6",
"@smithy/property-provider": "^4.2.12",
"@smithy/shared-ini-file-loader": "^4.4.7",
@@ -346,14 +346,14 @@
}
},
"node_modules/@aws-sdk/credential-provider-sso": {
- "version": "3.972.21",
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.21.tgz",
- "integrity": "sha512-9jWRCuMZpZKlqCZ46bvievqdfswsyB2yPAr9rOiN+FxaGgf8jrR5iYDqJgscvk1jrbAxiK4cIjHv3XjIAWAhzQ==",
+ "version": "3.972.28",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.28.tgz",
+ "integrity": "sha512-IoUlmKMLEITFn1SiCTjPfR6KrE799FBo5baWyk/5Ppar2yXZoUdaRqZzJzK6TcJxx450M8m8DbpddRVYlp5R/A==",
"license": "Apache-2.0",
"dependencies": {
- "@aws-sdk/core": "^3.973.21",
- "@aws-sdk/nested-clients": "^3.996.11",
- "@aws-sdk/token-providers": "3.1012.0",
+ "@aws-sdk/core": "^3.973.26",
+ "@aws-sdk/nested-clients": "^3.996.18",
+ "@aws-sdk/token-providers": "3.1021.0",
"@aws-sdk/types": "^3.973.6",
"@smithy/property-provider": "^4.2.12",
"@smithy/shared-ini-file-loader": "^4.4.7",
@@ -365,13 +365,13 @@
}
},
"node_modules/@aws-sdk/credential-provider-web-identity": {
- "version": "3.972.21",
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.21.tgz",
- "integrity": "sha512-ShWQO/cQVZ+j3zUDK7Kj+m7grPzQCVA2iaZdJ+hJTGvVH5lR32Ip/rgZZ+zBdH6D6wczP9Upa4NMXoqJdGpK1g==",
+ "version": "3.972.28",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.28.tgz",
+ "integrity": "sha512-d+6h0SD8GGERzKe27v5rOzNGKOl0D+l0bWJdqrxH8WSQzHzjsQFIAPgIeOTUwBHVsKKwtSxc91K/SWax6XgswQ==",
"license": "Apache-2.0",
"dependencies": {
- "@aws-sdk/core": "^3.973.21",
- "@aws-sdk/nested-clients": "^3.996.11",
+ "@aws-sdk/core": "^3.973.26",
+ "@aws-sdk/nested-clients": "^3.996.18",
"@aws-sdk/types": "^3.973.6",
"@smithy/property-provider": "^4.2.12",
"@smithy/shared-ini-file-loader": "^4.4.7",
@@ -412,9 +412,9 @@
}
},
"node_modules/@aws-sdk/middleware-recursion-detection": {
- "version": "3.972.8",
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.8.tgz",
- "integrity": "sha512-BnnvYs2ZEpdlmZ2PNlV2ZyQ8j8AEkMTjN79y/YA475ER1ByFYrkVR85qmhni8oeTaJcDqbx364wDpitDAA/wCA==",
+ "version": "3.972.9",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.9.tgz",
+ "integrity": "sha512-/Wt5+CT8dpTFQxEJ9iGy/UGrXr7p2wlIOEHvIr/YcHYByzoLjrqkYqXdJjd9UIgWjv7eqV2HnFJen93UTuwfTQ==",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "^3.973.6",
@@ -428,18 +428,18 @@
}
},
"node_modules/@aws-sdk/middleware-user-agent": {
- "version": "3.972.22",
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.22.tgz",
- "integrity": "sha512-pZPNGWZVQvgUIO/P9PXZNz7ciq9mLYb/wQEurg3phKTa3DiBIunIRcgA0eBNwmog6S3oy0KR1bv4EJ4ld9A5sQ==",
+ "version": "3.972.28",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.28.tgz",
+ "integrity": "sha512-cfWZFlVh7Va9lRay4PN2A9ARFzaBYcA097InT5M2CdRS05ECF5yaz86jET8Wsl2WcyKYEvVr/QNmKtYtafUHtQ==",
"license": "Apache-2.0",
"dependencies": {
- "@aws-sdk/core": "^3.973.21",
+ "@aws-sdk/core": "^3.973.26",
"@aws-sdk/types": "^3.973.6",
"@aws-sdk/util-endpoints": "^3.996.5",
- "@smithy/core": "^3.23.12",
+ "@smithy/core": "^3.23.13",
"@smithy/protocol-http": "^5.3.12",
"@smithy/types": "^4.13.1",
- "@smithy/util-retry": "^4.2.12",
+ "@smithy/util-retry": "^4.2.13",
"tslib": "^2.6.2"
},
"engines": {
@@ -447,47 +447,47 @@
}
},
"node_modules/@aws-sdk/nested-clients": {
- "version": "3.996.11",
- "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.996.11.tgz",
- "integrity": "sha512-i7SwoSR4JB/79JoGDUACnFUQOZwXGLWNX35lIb1Pq72nUGlVV+RFZp+BLa8S+mog2pbXU9+6Kc5YwGiMi5bKhQ==",
+ "version": "3.996.18",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.996.18.tgz",
+ "integrity": "sha512-c7ZSIXrESxHKx2Mcopgd8AlzZgoXMr20fkx5ViPWPOLBvmyhw9VwJx/Govg8Ef/IhEon5R9l53Z8fdYSEmp6VA==",
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/sha256-browser": "5.2.0",
"@aws-crypto/sha256-js": "5.2.0",
- "@aws-sdk/core": "^3.973.21",
+ "@aws-sdk/core": "^3.973.26",
"@aws-sdk/middleware-host-header": "^3.972.8",
"@aws-sdk/middleware-logger": "^3.972.8",
- "@aws-sdk/middleware-recursion-detection": "^3.972.8",
- "@aws-sdk/middleware-user-agent": "^3.972.22",
- "@aws-sdk/region-config-resolver": "^3.972.8",
+ "@aws-sdk/middleware-recursion-detection": "^3.972.9",
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
+ "@aws-sdk/region-config-resolver": "^3.972.10",
"@aws-sdk/types": "^3.973.6",
"@aws-sdk/util-endpoints": "^3.996.5",
"@aws-sdk/util-user-agent-browser": "^3.972.8",
- "@aws-sdk/util-user-agent-node": "^3.973.8",
- "@smithy/config-resolver": "^4.4.11",
- "@smithy/core": "^3.23.12",
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
+ "@smithy/config-resolver": "^4.4.13",
+ "@smithy/core": "^3.23.13",
"@smithy/fetch-http-handler": "^5.3.15",
"@smithy/hash-node": "^4.2.12",
"@smithy/invalid-dependency": "^4.2.12",
"@smithy/middleware-content-length": "^4.2.12",
- "@smithy/middleware-endpoint": "^4.4.26",
- "@smithy/middleware-retry": "^4.4.43",
- "@smithy/middleware-serde": "^4.2.15",
+ "@smithy/middleware-endpoint": "^4.4.28",
+ "@smithy/middleware-retry": "^4.4.46",
+ "@smithy/middleware-serde": "^4.2.16",
"@smithy/middleware-stack": "^4.2.12",
"@smithy/node-config-provider": "^4.3.12",
- "@smithy/node-http-handler": "^4.5.0",
+ "@smithy/node-http-handler": "^4.5.1",
"@smithy/protocol-http": "^5.3.12",
- "@smithy/smithy-client": "^4.12.6",
+ "@smithy/smithy-client": "^4.12.8",
"@smithy/types": "^4.13.1",
"@smithy/url-parser": "^4.2.12",
"@smithy/util-base64": "^4.3.2",
"@smithy/util-body-length-browser": "^4.2.2",
"@smithy/util-body-length-node": "^4.2.3",
- "@smithy/util-defaults-mode-browser": "^4.3.42",
- "@smithy/util-defaults-mode-node": "^4.2.45",
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
+ "@smithy/util-defaults-mode-node": "^4.2.48",
"@smithy/util-endpoints": "^3.3.3",
"@smithy/util-middleware": "^4.2.12",
- "@smithy/util-retry": "^4.2.12",
+ "@smithy/util-retry": "^4.2.13",
"@smithy/util-utf8": "^4.2.2",
"tslib": "^2.6.2"
},
@@ -496,13 +496,13 @@
}
},
"node_modules/@aws-sdk/region-config-resolver": {
- "version": "3.972.8",
- "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.8.tgz",
- "integrity": "sha512-1eD4uhTDeambO/PNIDVG19A6+v4NdD7xzwLHDutHsUqz0B+i661MwQB2eYO4/crcCvCiQG4SRm1k81k54FEIvw==",
+ "version": "3.972.10",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.10.tgz",
+ "integrity": "sha512-1dq9ToC6e070QvnVhhbAs3bb5r6cQ10gTVc6cyRV5uvQe7P138TV2uG2i6+Yok4bAkVAcx5AqkTEBUvWEtBlsQ==",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "^3.973.6",
- "@smithy/config-resolver": "^4.4.11",
+ "@smithy/config-resolver": "^4.4.13",
"@smithy/node-config-provider": "^4.3.12",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
@@ -512,13 +512,13 @@
}
},
"node_modules/@aws-sdk/token-providers": {
- "version": "3.1012.0",
- "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1012.0.tgz",
- "integrity": "sha512-vzKwy020zjuiF4WTJzejx5nYcXJnRhHpb6i3lyZHIwfFwXG1yX4bzBVNMWYWF+bz1i2Pp2VhJbPyzpqj4VuJXQ==",
+ "version": "3.1021.0",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1021.0.tgz",
+ "integrity": "sha512-TKY6h9spUk3OLs5v1oAgW9mAeBE3LAGNBwJokLy96wwmd4W2v/tYlXseProyed9ValDj2u1jK/4Rg1T+1NXyJA==",
"license": "Apache-2.0",
"dependencies": {
- "@aws-sdk/core": "^3.973.21",
- "@aws-sdk/nested-clients": "^3.996.11",
+ "@aws-sdk/core": "^3.973.26",
+ "@aws-sdk/nested-clients": "^3.996.18",
"@aws-sdk/types": "^3.973.6",
"@smithy/property-provider": "^4.2.12",
"@smithy/shared-ini-file-loader": "^4.4.7",
@@ -583,12 +583,12 @@
}
},
"node_modules/@aws-sdk/util-user-agent-node": {
- "version": "3.973.8",
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.8.tgz",
- "integrity": "sha512-Kvb96TafGPLYo4Z2GRCzQTne77epXgiZEo0DDXwavzkWmgDV/1XD1tMA766gzRcHHFUraWsE+4T8DKtPTZUxgQ==",
+ "version": "3.973.14",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.14.tgz",
+ "integrity": "sha512-vNSB/DYaPOyujVZBg/zUznH9QC142MaTHVmaFlF7uzzfg3CgT9f/l4C0Yi+vU/tbBhxVcXVB90Oohk5+o+ZbWw==",
"license": "Apache-2.0",
"dependencies": {
- "@aws-sdk/middleware-user-agent": "^3.972.22",
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
"@aws-sdk/types": "^3.973.6",
"@smithy/node-config-provider": "^4.3.12",
"@smithy/types": "^4.13.1",
@@ -608,13 +608,13 @@
}
},
"node_modules/@aws-sdk/xml-builder": {
- "version": "3.972.12",
- "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.12.tgz",
- "integrity": "sha512-xjyucfn+F+kMf25c+LIUnvX3oyLSlj9T0Vncs5WMQI6G36JdnSwC8g0qf8RajfmSClXr660EpTz7FFKluZ4BqQ==",
+ "version": "3.972.16",
+ "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.16.tgz",
+ "integrity": "sha512-iu2pyvaqmeatIJLURLqx9D+4jKAdTH20ntzB6BFwjyN7V960r4jK32mx0Zf7YbtOYAbmbtQfDNuL60ONinyw7A==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.1",
- "fast-xml-parser": "5.5.6",
+ "fast-xml-parser": "5.5.8",
"tslib": "^2.6.2"
},
"engines": {
@@ -991,9 +991,9 @@
"license": "MIT"
},
"node_modules/@eslint/config-array/node_modules/brace-expansion": {
- "version": "1.1.12",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
+ "version": "1.1.13",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
+ "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -1092,9 +1092,9 @@
"license": "MIT"
},
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
- "version": "1.1.12",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
+ "version": "1.1.13",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
+ "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -1411,9 +1411,9 @@
}
},
"node_modules/@npmcli/arborist": {
- "version": "9.4.1",
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.4.1.tgz",
- "integrity": "sha512-SaXiFtYcAbzPI+VmuI+O6hii9fEVe36vm6XRAu0QcvCR9YphHfNF8PIDeDapVkE+LJ0c7BN7uPGd3plbh9zbrw==",
+ "version": "9.4.2",
+ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.4.2.tgz",
+ "integrity": "sha512-omJgPyzt11cEGrxzgrECoOyxAunmPMgBFTcAB/FbaB+9iOYhGmRdsQqySV8o0LWQ/l2kTeASUIMR4xJufVwmtw==",
"license": "ISC",
"dependencies": {
"@gar/promise-retry": "^1.0.0",
@@ -1709,18 +1709,18 @@
}
},
"node_modules/@opentelemetry/api": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
- "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==",
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.1.tgz",
+ "integrity": "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==",
"license": "Apache-2.0",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/@opentelemetry/api-logs": {
- "version": "0.55.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.55.0.tgz",
- "integrity": "sha512-3cpa+qI45VHYcA5c0bHM6VHo9gicv3p5mlLHNG3rLyjQU8b7e0st1rWtrUn3JbZ3DwwCfhKop4eQ9UuYlC6Pkg==",
+ "version": "0.57.2",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.57.2.tgz",
+ "integrity": "sha512-uIX52NnTM0iBh84MShlpouI7UKqkZ7MrUszTmaypHBu4r7NofznSnQRfJ+uUeDtQDj6w8eFGg5KBLDAwAPz1+A==",
"license": "Apache-2.0",
"dependencies": {
"@opentelemetry/api": "^1.3.0"
@@ -1742,12 +1742,12 @@
}
},
"node_modules/@opentelemetry/core": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.28.0.tgz",
- "integrity": "sha512-ZLwRMV+fNDpVmF2WYUdBHlq0eOWtEaUJSusrzjGnBt7iSRvfjFE3RXYUZJrqou/wIDWV0DwQ5KIfYe9WXg9Xqw==",
+ "version": "1.30.1",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.30.1.tgz",
+ "integrity": "sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==",
"license": "Apache-2.0",
"dependencies": {
- "@opentelemetry/semantic-conventions": "1.27.0"
+ "@opentelemetry/semantic-conventions": "1.28.0"
},
"engines": {
"node": ">=14"
@@ -1757,17 +1757,18 @@
}
},
"node_modules/@opentelemetry/exporter-trace-otlp-grpc": {
- "version": "0.55.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-trace-otlp-grpc/-/exporter-trace-otlp-grpc-0.55.0.tgz",
- "integrity": "sha512-ohIkCLn2Wc3vhhFuf1bH8kOXHMEdcWiD847x7f3Qfygc+CGiatGLzQYscTcEYsWGMV22gVwB/kVcNcx5a3o8gA==",
+ "version": "0.57.2",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-trace-otlp-grpc/-/exporter-trace-otlp-grpc-0.57.2.tgz",
+ "integrity": "sha512-gHU1vA3JnHbNxEXg5iysqCWxN9j83d7/epTYBZflqQnTyCC4N7yZXn/dMM+bEmyhQPGjhCkNZLx4vZuChH1PYw==",
"license": "Apache-2.0",
"dependencies": {
"@grpc/grpc-js": "^1.7.1",
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/otlp-grpc-exporter-base": "0.55.0",
- "@opentelemetry/otlp-transformer": "0.55.0",
- "@opentelemetry/resources": "1.28.0",
- "@opentelemetry/sdk-trace-base": "1.28.0"
+ "@opentelemetry/core": "1.30.1",
+ "@opentelemetry/otlp-exporter-base": "0.57.2",
+ "@opentelemetry/otlp-grpc-exporter-base": "0.57.2",
+ "@opentelemetry/otlp-transformer": "0.57.2",
+ "@opentelemetry/resources": "1.30.1",
+ "@opentelemetry/sdk-trace-base": "1.30.1"
},
"engines": {
"node": ">=14"
@@ -1776,39 +1777,6 @@
"@opentelemetry/api": "^1.3.0"
}
},
- "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/resources": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.28.0.tgz",
- "integrity": "sha512-cIyXSVJjGeTICENN40YSvLDAq4Y2502hGK3iN7tfdynQLKWb3XWZQEkPc+eSx47kiy11YeFAlYkEfXwR1w8kfw==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/sdk-trace-base": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.28.0.tgz",
- "integrity": "sha512-ceUVWuCpIao7Y5xE02Xs3nQi0tOGmMea17ecBdwtCvdo9ekmO+ijc9RFDgfifMl7XCBf41zne/1POM3LqSTZDA==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/resources": "1.28.0",
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
"node_modules/@opentelemetry/exporter-zipkin": {
"version": "1.30.1",
"resolved": "https://registry.npmjs.org/@opentelemetry/exporter-zipkin/-/exporter-zipkin-1.30.1.tgz",
@@ -1827,37 +1795,13 @@
"@opentelemetry/api": "^1.0.0"
}
},
- "node_modules/@opentelemetry/exporter-zipkin/node_modules/@opentelemetry/core": {
- "version": "1.30.1",
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.30.1.tgz",
- "integrity": "sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/semantic-conventions": "1.28.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/exporter-zipkin/node_modules/@opentelemetry/semantic-conventions": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
- "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=14"
- }
- },
"node_modules/@opentelemetry/instrumentation": {
- "version": "0.55.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.55.0.tgz",
- "integrity": "sha512-YDCMlaQRZkziLL3t6TONRgmmGxDx6MyQDXRD0dknkkgUZtOK5+8MWft1OXzmNu6XfBOdT12MKN5rz+jHUkafKQ==",
+ "version": "0.57.2",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.57.2.tgz",
+ "integrity": "sha512-BdBGhQBh8IjZ2oIIX6F2/Q3LKm/FDDKi6ccYKcBTeilh6SNdNKveDOLk73BkSJjQLJk6qe4Yh+hHw1UPhCDdrg==",
"license": "Apache-2.0",
"dependencies": {
- "@opentelemetry/api-logs": "0.55.0",
+ "@opentelemetry/api-logs": "0.57.2",
"@types/shimmer": "^1.2.0",
"import-in-the-middle": "^1.8.1",
"require-in-the-middle": "^7.1.1",
@@ -1872,13 +1816,13 @@
}
},
"node_modules/@opentelemetry/instrumentation-grpc": {
- "version": "0.55.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-grpc/-/instrumentation-grpc-0.55.0.tgz",
- "integrity": "sha512-n2ZH4pRwOy0Vhag/3eKqiyDBwcpUnGgJI9iiIRX7vivE0FMncaLazWphNFezRRaM/LuKwq1TD8pVUvieP68mow==",
+ "version": "0.57.2",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-grpc/-/instrumentation-grpc-0.57.2.tgz",
+ "integrity": "sha512-TR6YQA67cLSZzdxbf2SrbADJy2Y8eBW1+9mF15P0VK2MYcpdoUSmQTF1oMkBwa3B9NwqDFA2fq7wYTTutFQqaQ==",
"license": "Apache-2.0",
"dependencies": {
- "@opentelemetry/instrumentation": "0.55.0",
- "@opentelemetry/semantic-conventions": "1.27.0"
+ "@opentelemetry/instrumentation": "0.57.2",
+ "@opentelemetry/semantic-conventions": "1.28.0"
},
"engines": {
"node": ">=14"
@@ -1900,13 +1844,13 @@
}
},
"node_modules/@opentelemetry/otlp-exporter-base": {
- "version": "0.55.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-exporter-base/-/otlp-exporter-base-0.55.0.tgz",
- "integrity": "sha512-iHQI0Zzq3h1T6xUJTVFwmFl5Dt5y1es+fl4kM+k5T/3YvmVyeYkSiF+wHCg6oKrlUAJfk+t55kaAu3sYmt7ZYA==",
+ "version": "0.57.2",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-exporter-base/-/otlp-exporter-base-0.57.2.tgz",
+ "integrity": "sha512-XdxEzL23Urhidyebg5E6jZoaiW5ygP/mRjxLHixogbqwDy2Faduzb5N0o/Oi+XTIJu+iyxXdVORjXax+Qgfxag==",
"license": "Apache-2.0",
"dependencies": {
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/otlp-transformer": "0.55.0"
+ "@opentelemetry/core": "1.30.1",
+ "@opentelemetry/otlp-transformer": "0.57.2"
},
"engines": {
"node": ">=14"
@@ -1916,15 +1860,15 @@
}
},
"node_modules/@opentelemetry/otlp-grpc-exporter-base": {
- "version": "0.55.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-grpc-exporter-base/-/otlp-grpc-exporter-base-0.55.0.tgz",
- "integrity": "sha512-gebbjl9FiSp52igWXuGjcWQKfB6IBwFGt5z1VFwTcVZVeEZevB6bJIqoFrhH4A02m7OUlpJ7l4EfRi3UtkNANQ==",
+ "version": "0.57.2",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-grpc-exporter-base/-/otlp-grpc-exporter-base-0.57.2.tgz",
+ "integrity": "sha512-USn173KTWy0saqqRB5yU9xUZ2xdgb1Rdu5IosJnm9aV4hMTuFFRTUsQxbgc24QxpCHeoKzzCSnS/JzdV0oM2iQ==",
"license": "Apache-2.0",
"dependencies": {
"@grpc/grpc-js": "^1.7.1",
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/otlp-exporter-base": "0.55.0",
- "@opentelemetry/otlp-transformer": "0.55.0"
+ "@opentelemetry/core": "1.30.1",
+ "@opentelemetry/otlp-exporter-base": "0.57.2",
+ "@opentelemetry/otlp-transformer": "0.57.2"
},
"engines": {
"node": ">=14"
@@ -1934,17 +1878,17 @@
}
},
"node_modules/@opentelemetry/otlp-transformer": {
- "version": "0.55.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-transformer/-/otlp-transformer-0.55.0.tgz",
- "integrity": "sha512-kVqEfxtp6mSN2Dhpy0REo1ghP4PYhC1kMHQJ2qVlO99Pc+aigELjZDfg7/YKmL71gR6wVGIeJfiql/eXL7sQPA==",
+ "version": "0.57.2",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-transformer/-/otlp-transformer-0.57.2.tgz",
+ "integrity": "sha512-48IIRj49gbQVK52jYsw70+Jv+JbahT8BqT2Th7C4H7RCM9d0gZ5sgNPoMpWldmfjvIsSgiGJtjfk9MeZvjhoig==",
"license": "Apache-2.0",
"dependencies": {
- "@opentelemetry/api-logs": "0.55.0",
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/resources": "1.28.0",
- "@opentelemetry/sdk-logs": "0.55.0",
- "@opentelemetry/sdk-metrics": "1.28.0",
- "@opentelemetry/sdk-trace-base": "1.28.0",
+ "@opentelemetry/api-logs": "0.57.2",
+ "@opentelemetry/core": "1.30.1",
+ "@opentelemetry/resources": "1.30.1",
+ "@opentelemetry/sdk-logs": "0.57.2",
+ "@opentelemetry/sdk-metrics": "1.30.1",
+ "@opentelemetry/sdk-trace-base": "1.30.1",
"protobufjs": "^7.3.0"
},
"engines": {
@@ -1954,39 +1898,6 @@
"@opentelemetry/api": "^1.3.0"
}
},
- "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/resources": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.28.0.tgz",
- "integrity": "sha512-cIyXSVJjGeTICENN40YSvLDAq4Y2502hGK3iN7tfdynQLKWb3XWZQEkPc+eSx47kiy11YeFAlYkEfXwR1w8kfw==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/sdk-trace-base": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.28.0.tgz",
- "integrity": "sha512-ceUVWuCpIao7Y5xE02Xs3nQi0tOGmMea17ecBdwtCvdo9ekmO+ijc9RFDgfifMl7XCBf41zne/1POM3LqSTZDA==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/resources": "1.28.0",
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
"node_modules/@opentelemetry/propagator-b3": {
"version": "1.30.1",
"resolved": "https://registry.npmjs.org/@opentelemetry/propagator-b3/-/propagator-b3-1.30.1.tgz",
@@ -2002,30 +1913,6 @@
"@opentelemetry/api": ">=1.0.0 <1.10.0"
}
},
- "node_modules/@opentelemetry/propagator-b3/node_modules/@opentelemetry/core": {
- "version": "1.30.1",
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.30.1.tgz",
- "integrity": "sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/semantic-conventions": "1.28.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/propagator-b3/node_modules/@opentelemetry/semantic-conventions": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
- "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=14"
- }
- },
"node_modules/@opentelemetry/propagator-jaeger": {
"version": "1.30.1",
"resolved": "https://registry.npmjs.org/@opentelemetry/propagator-jaeger/-/propagator-jaeger-1.30.1.tgz",
@@ -2041,30 +1928,6 @@
"@opentelemetry/api": ">=1.0.0 <1.10.0"
}
},
- "node_modules/@opentelemetry/propagator-jaeger/node_modules/@opentelemetry/core": {
- "version": "1.30.1",
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.30.1.tgz",
- "integrity": "sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/semantic-conventions": "1.28.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/propagator-jaeger/node_modules/@opentelemetry/semantic-conventions": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
- "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=14"
- }
- },
"node_modules/@opentelemetry/resources": {
"version": "1.30.1",
"resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.30.1.tgz",
@@ -2081,39 +1944,15 @@
"@opentelemetry/api": ">=1.0.0 <1.10.0"
}
},
- "node_modules/@opentelemetry/resources/node_modules/@opentelemetry/core": {
- "version": "1.30.1",
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.30.1.tgz",
- "integrity": "sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/semantic-conventions": "1.28.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/resources/node_modules/@opentelemetry/semantic-conventions": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
- "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=14"
- }
- },
"node_modules/@opentelemetry/sdk-logs": {
- "version": "0.55.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-logs/-/sdk-logs-0.55.0.tgz",
- "integrity": "sha512-TSx+Yg/d48uWW6HtjS1AD5x6WPfLhDWLl/WxC7I2fMevaiBuKCuraxTB8MDXieCNnBI24bw9ytyXrDCswFfWgA==",
+ "version": "0.57.2",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-logs/-/sdk-logs-0.57.2.tgz",
+ "integrity": "sha512-TXFHJ5c+BKggWbdEQ/inpgIzEmS2BGQowLE9UhsMd7YYlUfBQJ4uax0VF/B5NYigdM/75OoJGhAV3upEhK+3gg==",
"license": "Apache-2.0",
"dependencies": {
- "@opentelemetry/api-logs": "0.55.0",
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/resources": "1.28.0"
+ "@opentelemetry/api-logs": "0.57.2",
+ "@opentelemetry/core": "1.30.1",
+ "@opentelemetry/resources": "1.30.1"
},
"engines": {
"node": ">=14"
@@ -2122,30 +1961,14 @@
"@opentelemetry/api": ">=1.4.0 <1.10.0"
}
},
- "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.28.0.tgz",
- "integrity": "sha512-cIyXSVJjGeTICENN40YSvLDAq4Y2502hGK3iN7tfdynQLKWb3XWZQEkPc+eSx47kiy11YeFAlYkEfXwR1w8kfw==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
"node_modules/@opentelemetry/sdk-metrics": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.28.0.tgz",
- "integrity": "sha512-43tqMK/0BcKTyOvm15/WQ3HLr0Vu/ucAl/D84NO7iSlv6O4eOprxSHa3sUtmYkaZWHqdDJV0AHVz/R6u4JALVQ==",
+ "version": "1.30.1",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.30.1.tgz",
+ "integrity": "sha512-q9zcZ0Okl8jRgmy7eNW3Ku1XSgg3sDLa5evHZpCwjspw7E8Is4K/haRPDJrBcX3YSn/Y7gUvFnByNYEKQNbNog==",
"license": "Apache-2.0",
"dependencies": {
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/resources": "1.28.0"
+ "@opentelemetry/core": "1.30.1",
+ "@opentelemetry/resources": "1.30.1"
},
"engines": {
"node": ">=14"
@@ -2154,22 +1977,6 @@
"@opentelemetry/api": ">=1.3.0 <1.10.0"
}
},
- "node_modules/@opentelemetry/sdk-metrics/node_modules/@opentelemetry/resources": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.28.0.tgz",
- "integrity": "sha512-cIyXSVJjGeTICENN40YSvLDAq4Y2502hGK3iN7tfdynQLKWb3XWZQEkPc+eSx47kiy11YeFAlYkEfXwR1w8kfw==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/core": "1.28.0",
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
"node_modules/@opentelemetry/sdk-trace-base": {
"version": "1.30.1",
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.30.1.tgz",
@@ -2187,30 +1994,6 @@
"@opentelemetry/api": ">=1.0.0 <1.10.0"
}
},
- "node_modules/@opentelemetry/sdk-trace-base/node_modules/@opentelemetry/core": {
- "version": "1.30.1",
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.30.1.tgz",
- "integrity": "sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/semantic-conventions": "1.28.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/sdk-trace-base/node_modules/@opentelemetry/semantic-conventions": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
- "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=14"
- }
- },
"node_modules/@opentelemetry/sdk-trace-node": {
"version": "1.30.1",
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-node/-/sdk-trace-node-1.30.1.tgz",
@@ -2231,30 +2014,6 @@
"@opentelemetry/api": ">=1.0.0 <1.10.0"
}
},
- "node_modules/@opentelemetry/sdk-trace-node/node_modules/@opentelemetry/core": {
- "version": "1.30.1",
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.30.1.tgz",
- "integrity": "sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/semantic-conventions": "1.28.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/sdk-trace-node/node_modules/@opentelemetry/semantic-conventions": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
- "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=14"
- }
- },
"node_modules/@opentelemetry/sdk-trace-node/node_modules/semver": {
"version": "7.7.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
@@ -2268,9 +2027,9 @@
}
},
"node_modules/@opentelemetry/semantic-conventions": {
- "version": "1.27.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.27.0.tgz",
- "integrity": "sha512-sAay1RrB+ONOem0OZanAR1ZI/k7yDpnOQSQmTMuGImUQb2y8EbSaCJ94FQluM74xoU03vlb2d2U90hZluL6nQg==",
+ "version": "1.28.0",
+ "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
+ "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
"license": "Apache-2.0",
"engines": {
"node": ">=14"
@@ -2354,9 +2113,9 @@
"license": "BSD-3-Clause"
},
"node_modules/@pulumi/aws": {
- "version": "7.22.0",
- "resolved": "https://registry.npmjs.org/@pulumi/aws/-/aws-7.22.0.tgz",
- "integrity": "sha512-Em0M8BHi3cxDD9GBocraCTmq2ZYhQPhTZq+uFksgUnnql3C5QLWbN86oOw4OtZrOjVAXrKVHOtuNqcXQFKDaaA==",
+ "version": "7.24.0",
+ "resolved": "https://registry.npmjs.org/@pulumi/aws/-/aws-7.24.0.tgz",
+ "integrity": "sha512-Y+zV+uU3Mr+5kUaqsFbF0/lf9yc8TU1Kx1cgcqMbyUQTRBRyfpXb6lR3sBwC88z1DX/WFMrBCD+1bbwnS2fBbw==",
"license": "Apache-2.0",
"dependencies": {
"@pulumi/pulumi": "^3.142.0",
@@ -2364,13 +2123,13 @@
}
},
"node_modules/@pulumi/awsx": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/@pulumi/awsx/-/awsx-3.3.0.tgz",
- "integrity": "sha512-lBKv10yRwpM5Y7U6mAcT0uZwzPYYed81raJBELSN0I4Xw/ZcF+qAPWSPuCynTwJjCtwh8MidqviVcG7UCAkgpA==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/@pulumi/awsx/-/awsx-3.4.0.tgz",
+ "integrity": "sha512-06FmbztINsEGBxmMVMU2w2BaRmHSZsM+FaSibMKlrefZwg46/NpBokxXXRpIihwr+HjyiY32dLu8CVpYxaqsuw==",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-ecs": "^3.405.0",
- "@pulumi/aws": "^7.15.0",
+ "@pulumi/aws": "^7.24.0",
"@pulumi/docker": "^4.6.0",
"@pulumi/docker-build": "^0.0.14",
"@pulumi/pulumi": "^3.142.0",
@@ -2409,22 +2168,22 @@
}
},
"node_modules/@pulumi/pulumi": {
- "version": "3.225.1",
- "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.225.1.tgz",
- "integrity": "sha512-0wvk04tzXWyU+GmnCilay/WER4HvZGgCwpbbtndj2a8ZlFuJItujqa76m9luIMk3B3+dTJGMobylYN5rZfKOVQ==",
+ "version": "3.229.0",
+ "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.229.0.tgz",
+ "integrity": "sha512-SoGAonHOrGP/NQQivq3gMz0nlebVUYOf6TgpsPHqvFARsHz4JIR+/fpFm/8JW+Ev5o6tvb6g04a+STmpdxoaOg==",
"license": "Apache-2.0",
"dependencies": {
"@grpc/grpc-js": "^1.10.1",
"@logdna/tail-file": "^2.0.6",
"@npmcli/arborist": "^9.0.0",
"@opentelemetry/api": "^1.9",
- "@opentelemetry/exporter-trace-otlp-grpc": "^0.55",
- "@opentelemetry/exporter-zipkin": "^1.28",
- "@opentelemetry/instrumentation": "^0.55",
- "@opentelemetry/instrumentation-grpc": "^0.55",
- "@opentelemetry/resources": "^1.28",
- "@opentelemetry/sdk-trace-base": "^1.28",
- "@opentelemetry/sdk-trace-node": "^1.28",
+ "@opentelemetry/exporter-trace-otlp-grpc": "^0.57",
+ "@opentelemetry/exporter-zipkin": "^1.30",
+ "@opentelemetry/instrumentation": "^0.57",
+ "@opentelemetry/instrumentation-grpc": "^0.57",
+ "@opentelemetry/resources": "^1.30",
+ "@opentelemetry/sdk-trace-base": "^1.30",
+ "@opentelemetry/sdk-trace-node": "^1.30",
"@types/google-protobuf": "^3.15.5",
"@types/semver": "^7.5.6",
"@types/tmp": "^0.2.6",
@@ -2437,7 +2196,7 @@
"minimist": "^1.2.6",
"normalize-package-data": "^6.0.0",
"package-directory": "^8.1.0",
- "picomatch": "^3.0.1",
+ "picomatch": "^4.0.0",
"require-from-string": "^2.0.1",
"semver": "^7.5.2",
"source-map-support": "^0.5.6",
@@ -2449,7 +2208,7 @@
},
"peerDependencies": {
"ts-node": ">= 7.0.1 < 12",
- "typescript": ">= 3.8.3 < 6"
+ "typescript": ">= 3.8.3 < 7"
},
"peerDependenciesMeta": {
"ts-node": {
@@ -2558,23 +2317,10 @@
"url": "https://github.com/sindresorhus/is?sponsor=1"
}
},
- "node_modules/@smithy/abort-controller": {
- "version": "4.2.12",
- "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.2.12.tgz",
- "integrity": "sha512-xolrFw6b+2iYGl6EcOL7IJY71vvyZ0DJ3mcKtpykqPe2uscwtzDZJa1uVQXyP7w9Dd+kGwYnPbMsJrGISKiY/Q==",
- "license": "Apache-2.0",
- "dependencies": {
- "@smithy/types": "^4.13.1",
- "tslib": "^2.6.2"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
"node_modules/@smithy/config-resolver": {
- "version": "4.4.11",
- "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.4.11.tgz",
- "integrity": "sha512-YxFiiG4YDAtX7WMN7RuhHZLeTmRRAOyCbr+zB8e3AQzHPnUhS8zXjB1+cniPVQI3xbWsQPM0X2aaIkO/ME0ymw==",
+ "version": "4.4.13",
+ "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.4.13.tgz",
+ "integrity": "sha512-iIzMC5NmOUP6WL6o8iPBjFhUhBZ9pPjpUpQYWMUFQqKyXXzOftbfK8zcQCz/jFV1Psmf05BK5ypx4K2r4Tnwdg==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/node-config-provider": "^4.3.12",
@@ -2589,9 +2335,9 @@
}
},
"node_modules/@smithy/core": {
- "version": "3.23.12",
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.23.12.tgz",
- "integrity": "sha512-o9VycsYNtgC+Dy3I0yrwCqv9CWicDnke0L7EVOrZtJpjb2t0EjaEofmMrYc0T1Kn3yk32zm6cspxF9u9Bj7e5w==",
+ "version": "3.23.13",
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.23.13.tgz",
+ "integrity": "sha512-J+2TT9D6oGsUVXVEMvz8h2EmdVnkBiy2auCie4aSJMvKlzUtO5hqjEzXhoCUkIMo7gAYjbQcN0g/MMSXEhDs1Q==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/protocol-http": "^5.3.12",
@@ -2600,7 +2346,7 @@
"@smithy/util-base64": "^4.3.2",
"@smithy/util-body-length-browser": "^4.2.2",
"@smithy/util-middleware": "^4.2.12",
- "@smithy/util-stream": "^4.5.20",
+ "@smithy/util-stream": "^4.5.21",
"@smithy/util-utf8": "^4.2.2",
"@smithy/uuid": "^1.1.2",
"tslib": "^2.6.2"
@@ -2696,13 +2442,13 @@
}
},
"node_modules/@smithy/middleware-endpoint": {
- "version": "4.4.26",
- "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.26.tgz",
- "integrity": "sha512-8Qfikvd2GVKSm8S6IbjfwFlRY9VlMrj0Dp4vTwAuhqbX7NhJKE5DQc2bnfJIcY0B+2YKMDBWfvexbSZeejDgeg==",
+ "version": "4.4.28",
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.28.tgz",
+ "integrity": "sha512-p1gfYpi91CHcs5cBq982UlGlDrxoYUX6XdHSo91cQ2KFuz6QloHosO7Jc60pJiVmkWrKOV8kFYlGFFbQ2WUKKQ==",
"license": "Apache-2.0",
"dependencies": {
- "@smithy/core": "^3.23.12",
- "@smithy/middleware-serde": "^4.2.15",
+ "@smithy/core": "^3.23.13",
+ "@smithy/middleware-serde": "^4.2.16",
"@smithy/node-config-provider": "^4.3.12",
"@smithy/shared-ini-file-loader": "^4.4.7",
"@smithy/types": "^4.13.1",
@@ -2715,18 +2461,18 @@
}
},
"node_modules/@smithy/middleware-retry": {
- "version": "4.4.43",
- "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.43.tgz",
- "integrity": "sha512-ZwsifBdyuNHrFGmbc7bAfP2b54+kt9J2rhFd18ilQGAB+GDiP4SrawqyExbB7v455QVR7Psyhb2kjULvBPIhvA==",
+ "version": "4.4.46",
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.46.tgz",
+ "integrity": "sha512-SpvWNNOPOrKQGUqZbEPO+es+FRXMWvIyzUKUOYdDgdlA6BdZj/R58p4umoQ76c2oJC44PiM7mKizyyex1IJzow==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/node-config-provider": "^4.3.12",
"@smithy/protocol-http": "^5.3.12",
"@smithy/service-error-classification": "^4.2.12",
- "@smithy/smithy-client": "^4.12.6",
+ "@smithy/smithy-client": "^4.12.8",
"@smithy/types": "^4.13.1",
"@smithy/util-middleware": "^4.2.12",
- "@smithy/util-retry": "^4.2.12",
+ "@smithy/util-retry": "^4.2.13",
"@smithy/uuid": "^1.1.2",
"tslib": "^2.6.2"
},
@@ -2735,12 +2481,12 @@
}
},
"node_modules/@smithy/middleware-serde": {
- "version": "4.2.15",
- "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.2.15.tgz",
- "integrity": "sha512-ExYhcltZSli0pgAKOpQQe1DLFBLryeZ22605y/YS+mQpdNWekum9Ujb/jMKfJKgjtz1AZldtwA/wCYuKJgjjlg==",
+ "version": "4.2.16",
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.2.16.tgz",
+ "integrity": "sha512-beqfV+RZ9RSv+sQqor3xroUUYgRFCGRw6niGstPG8zO9LgTl0B0MCucxjmrH/2WwksQN7UUgI7KNANoZv+KALA==",
"license": "Apache-2.0",
"dependencies": {
- "@smithy/core": "^3.23.12",
+ "@smithy/core": "^3.23.13",
"@smithy/protocol-http": "^5.3.12",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
@@ -2778,12 +2524,11 @@
}
},
"node_modules/@smithy/node-http-handler": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.5.0.tgz",
- "integrity": "sha512-Rnq9vQWiR1+/I6NZZMNzJHV6pZYyEHt2ZnuV3MG8z2NNenC4i/8Kzttz7CjZiHSmsN5frhXhg17z3Zqjjhmz1A==",
+ "version": "4.5.1",
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.5.1.tgz",
+ "integrity": "sha512-ejjxdAXjkPIs9lyYyVutOGNOraqUE9v/NjGMKwwFrfOM354wfSD8lmlj8hVwUzQmlLLF4+udhfCX9Exnbmvfzw==",
"license": "Apache-2.0",
"dependencies": {
- "@smithy/abort-controller": "^4.2.12",
"@smithy/protocol-http": "^5.3.12",
"@smithy/querystring-builder": "^4.2.12",
"@smithy/types": "^4.13.1",
@@ -2891,17 +2636,17 @@
}
},
"node_modules/@smithy/smithy-client": {
- "version": "4.12.6",
- "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.12.6.tgz",
- "integrity": "sha512-aib3f0jiMsJ6+cvDnXipBsGDL7ztknYSVqJs1FdN9P+u9tr/VzOR7iygSh6EUOdaBeMCMSh3N0VdyYsG4o91DQ==",
+ "version": "4.12.8",
+ "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.12.8.tgz",
+ "integrity": "sha512-aJaAX7vHe5i66smoSSID7t4rKY08PbD8EBU7DOloixvhOozfYWdcSYE4l6/tjkZ0vBZhGjheWzB2mh31sLgCMA==",
"license": "Apache-2.0",
"dependencies": {
- "@smithy/core": "^3.23.12",
- "@smithy/middleware-endpoint": "^4.4.26",
+ "@smithy/core": "^3.23.13",
+ "@smithy/middleware-endpoint": "^4.4.28",
"@smithy/middleware-stack": "^4.2.12",
"@smithy/protocol-http": "^5.3.12",
"@smithy/types": "^4.13.1",
- "@smithy/util-stream": "^4.5.20",
+ "@smithy/util-stream": "^4.5.21",
"tslib": "^2.6.2"
},
"engines": {
@@ -2998,13 +2743,13 @@
}
},
"node_modules/@smithy/util-defaults-mode-browser": {
- "version": "4.3.42",
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.42.tgz",
- "integrity": "sha512-0vjwmcvkWAUtikXnWIUOyV6IFHTEeQUYh3JUZcDgcszF+hD/StAsQ3rCZNZEPHgI9kVNcbnyc8P2CBHnwgmcwg==",
+ "version": "4.3.44",
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.44.tgz",
+ "integrity": "sha512-eZg6XzaCbVr2S5cAErU5eGBDaOVTuTo1I65i4tQcHENRcZ8rMWhQy1DaIYUSLyZjsfXvmCqZrstSMYyGFocvHA==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/property-provider": "^4.2.12",
- "@smithy/smithy-client": "^4.12.6",
+ "@smithy/smithy-client": "^4.12.8",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
@@ -3013,16 +2758,16 @@
}
},
"node_modules/@smithy/util-defaults-mode-node": {
- "version": "4.2.45",
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.45.tgz",
- "integrity": "sha512-q5dOqqfTgUcLe38TAGiFn9srToKj2YCHJ34QGOLzM+xYLLA+qRZv7N+33kl1MERVusue36ZHnlNaNEvY/PzSrw==",
+ "version": "4.2.48",
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.48.tgz",
+ "integrity": "sha512-FqOKTlqSaoV3nzO55pMs5NBnZX8EhoI0DGmn9kbYeXWppgHD6dchyuj2HLqp4INJDJbSrj6OFYJkAh/WhSzZPg==",
"license": "Apache-2.0",
"dependencies": {
- "@smithy/config-resolver": "^4.4.11",
+ "@smithy/config-resolver": "^4.4.13",
"@smithy/credential-provider-imds": "^4.2.12",
"@smithy/node-config-provider": "^4.3.12",
"@smithy/property-provider": "^4.2.12",
- "@smithy/smithy-client": "^4.12.6",
+ "@smithy/smithy-client": "^4.12.8",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
@@ -3070,9 +2815,9 @@
}
},
"node_modules/@smithy/util-retry": {
- "version": "4.2.12",
- "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.2.12.tgz",
- "integrity": "sha512-1zopLDUEOwumjcHdJ1mwBHddubYF8GMQvstVCLC54Y46rqoHwlIU+8ZzUeaBcD+WCJHyDGSeZ2ml9YSe9aqcoQ==",
+ "version": "4.2.13",
+ "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.2.13.tgz",
+ "integrity": "sha512-qQQsIvL0MGIbUjeSrg0/VlQ3jGNKyM3/2iU3FPNgy01z+Sp4OvcaxbgIoFOTvB61ZoohtutuOvOcgmhbD0katQ==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/service-error-classification": "^4.2.12",
@@ -3084,13 +2829,13 @@
}
},
"node_modules/@smithy/util-stream": {
- "version": "4.5.20",
- "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.5.20.tgz",
- "integrity": "sha512-4yXLm5n/B5SRBR2p8cZ90Sbv4zL4NKsgxdzCzp/83cXw2KxLEumt5p+GAVyRNZgQOSrzXn9ARpO0lUe8XSlSDw==",
+ "version": "4.5.21",
+ "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.5.21.tgz",
+ "integrity": "sha512-KzSg+7KKywLnkoKejRtIBXDmwBfjGvg1U1i/etkC7XSWUyFCoLno1IohV2c74IzQqdhX5y3uE44r/8/wuK+A7Q==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/fetch-http-handler": "^5.3.15",
- "@smithy/node-http-handler": "^4.5.0",
+ "@smithy/node-http-handler": "^4.5.1",
"@smithy/types": "^4.13.1",
"@smithy/util-base64": "^4.3.2",
"@smithy/util-buffer-from": "^4.2.2",
@@ -3128,12 +2873,11 @@
}
},
"node_modules/@smithy/util-waiter": {
- "version": "4.2.13",
- "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-4.2.13.tgz",
- "integrity": "sha512-2zdZ9DTHngRtcYxJK1GUDxruNr53kv5W2Lupe0LMU+Imr6ohQg8M2T14MNkj1Y0wS3FFwpgpGQyvuaMF7CiTmQ==",
+ "version": "4.2.14",
+ "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-4.2.14.tgz",
+ "integrity": "sha512-2zqq5o/oizvMaFUlNiTyZ7dbgYv1a893aGut2uaxtbzTx/VYYnRxWzDHuD/ftgcw94ffenua+ZNLrbqwUYE+Bg==",
"license": "Apache-2.0",
"dependencies": {
- "@smithy/abort-controller": "^4.2.12",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
@@ -3241,9 +2985,9 @@
}
},
"node_modules/@types/node": {
- "version": "24.12.0",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz",
- "integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==",
+ "version": "24.12.2",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz",
+ "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"
@@ -3385,9 +3129,9 @@
}
},
"node_modules/baseline-browser-mapping": {
- "version": "2.10.8",
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.8.tgz",
- "integrity": "sha512-PCLz/LXGBsNTErbtB6i5u4eLpHeMfi93aUv5duMmj6caNu6IphS4q6UevDnL36sZQv9lrP11dbPKGMaXPwMKfQ==",
+ "version": "2.10.13",
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.13.tgz",
+ "integrity": "sha512-BL2sTuHOdy0YT1lYieUxTw/QMtPBC3pmlJC6xk8BBYVv6vcw3SGdKemQ+Xsx9ik2F/lYDO9tqsFQH1r9PFuHKw==",
"dev": true,
"license": "Apache-2.0",
"peer": true,
@@ -3421,9 +3165,9 @@
"license": "MIT"
},
"node_modules/brace-expansion": {
- "version": "5.0.4",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
- "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
+ "version": "5.0.5",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
"license": "MIT",
"dependencies": {
"balanced-match": "^4.0.2"
@@ -3433,9 +3177,9 @@
}
},
"node_modules/browserslist": {
- "version": "4.28.1",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
- "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
+ "version": "4.28.2",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
+ "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
"dev": true,
"funding": [
{
@@ -3454,11 +3198,11 @@
"license": "MIT",
"peer": true,
"dependencies": {
- "baseline-browser-mapping": "^2.9.0",
- "caniuse-lite": "^1.0.30001759",
- "electron-to-chromium": "^1.5.263",
- "node-releases": "^2.0.27",
- "update-browserslist-db": "^1.2.0"
+ "baseline-browser-mapping": "^2.10.12",
+ "caniuse-lite": "^1.0.30001782",
+ "electron-to-chromium": "^1.5.328",
+ "node-releases": "^2.0.36",
+ "update-browserslist-db": "^1.2.3"
},
"bin": {
"browserslist": "cli.js"
@@ -3556,9 +3300,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001780",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001780.tgz",
- "integrity": "sha512-llngX0E7nQci5BPJDqoZSbuZ5Bcs9F5db7EtgfwBerX9XGtkkiO4NwfDDIRzHTTwcYC8vC7bmeUEPGrKlR/TkQ==",
+ "version": "1.0.30001782",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001782.tgz",
+ "integrity": "sha512-dZcaJLJeDMh4rELYFw1tvSn1bhZWYFOt468FcbHHxx/Z/dFidd1I6ciyFdi3iwfQCyOjqo9upF6lGQYtMiJWxw==",
"dev": true,
"funding": [
{
@@ -3815,9 +3559,9 @@
}
},
"node_modules/electron-to-chromium": {
- "version": "1.5.321",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.321.tgz",
- "integrity": "sha512-L2C7Q279W2D/J4PLZLk7sebOILDSWos7bMsMNN06rK482umHUrh/3lM8G7IlHFOYip2oAg5nha1rCMxr/rs6ZQ==",
+ "version": "1.5.329",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.329.tgz",
+ "integrity": "sha512-/4t+AS1l4S3ZC0Ja7PHFIWeBIxGA3QGqV8/yKsP36v7NcyUCl+bIcmw6s5zVuMIECWwBrAK/6QLzTmbJChBboQ==",
"dev": true,
"license": "ISC",
"peer": true
@@ -4157,9 +3901,9 @@
"license": "MIT"
},
"node_modules/eslint/node_modules/brace-expansion": {
- "version": "1.1.12",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
+ "version": "1.1.13",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
+ "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -4403,9 +4147,9 @@
}
},
"node_modules/fast-xml-parser": {
- "version": "5.5.6",
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz",
- "integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==",
+ "version": "5.5.8",
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.8.tgz",
+ "integrity": "sha512-Z7Fh2nVQSb2d+poDViM063ix2ZGt9jmY1nWhPfHBOK2Hgnb/OW3P4Et3P/81SEej0J7QbWtJqxO05h8QYfK7LQ==",
"funding": [
{
"type": "github",
@@ -4415,8 +4159,8 @@
"license": "MIT",
"dependencies": {
"fast-xml-builder": "^1.1.4",
- "path-expression-matcher": "^1.1.3",
- "strnum": "^2.1.2"
+ "path-expression-matcher": "^1.2.0",
+ "strnum": "^2.2.0"
},
"bin": {
"fxparser": "src/cli/cli.js"
@@ -4556,9 +4300,9 @@
}
},
"node_modules/get-tsconfig": {
- "version": "4.13.6",
- "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.6.tgz",
- "integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==",
+ "version": "4.13.7",
+ "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.7.tgz",
+ "integrity": "sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -5162,12 +4906,12 @@
}
},
"node_modules/minimatch": {
- "version": "10.2.4",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
+ "version": "10.2.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
"license": "BlueOak-1.0.0",
"dependencies": {
- "brace-expansion": "^5.0.2"
+ "brace-expansion": "^5.0.5"
},
"engines": {
"node": "18 || 20 || >=22"
@@ -5224,10 +4968,10 @@
}
},
"node_modules/minipass-flush": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
- "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
- "license": "ISC",
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.7.tgz",
+ "integrity": "sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==",
+ "license": "BlueOak-1.0.0",
"dependencies": {
"minipass": "^3.0.0"
},
@@ -5772,9 +5516,9 @@
}
},
"node_modules/path-expression-matcher": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
- "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz",
+ "integrity": "sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==",
"funding": [
{
"type": "github",
@@ -5835,12 +5579,12 @@
"peer": true
},
"node_modules/picomatch": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz",
- "integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==",
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
"license": "MIT",
"engines": {
- "node": ">=10"
+ "node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
@@ -6322,9 +6066,9 @@
}
},
"node_modules/strnum": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.0.tgz",
- "integrity": "sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==",
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.2.tgz",
+ "integrity": "sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==",
"funding": [
{
"type": "github",
@@ -6375,9 +6119,9 @@
}
},
"node_modules/tapable": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
- "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
+ "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -6389,9 +6133,9 @@
}
},
"node_modules/tar": {
- "version": "7.5.11",
- "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz",
- "integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==",
+ "version": "7.5.13",
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
+ "integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
"license": "BlueOak-1.0.0",
"dependencies": {
"@isaacs/fs-minipass": "^4.0.0",
@@ -6429,18 +6173,6 @@
"url": "https://github.com/sponsors/SuperchupuDev"
}
},
- "node_modules/tinyglobby/node_modules/picomatch": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
"node_modules/tmp": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz",
@@ -6482,19 +6214,6 @@
"typescript": ">=4.0.0"
}
},
- "node_modules/ts-declaration-location/node_modules/picomatch": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
"node_modules/tslib": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
diff --git a/.ops/aws-setup/package.json b/.ops/aws-setup/package.json
index 95ecf60f8c..d3d62aafb5 100644
--- a/.ops/aws-setup/package.json
+++ b/.ops/aws-setup/package.json
@@ -10,15 +10,15 @@
"lint:check:prettier": "prettier --check --ignore-path .prettierignore **/*.{json,md,mjs,ts}"
},
"dependencies": {
- "@pulumi/pulumi": "3.225.1",
- "@pulumi/aws": "7.22.0",
- "@pulumi/awsx": "3.3.0"
+ "@pulumi/pulumi": "3.229.0",
+ "@pulumi/aws": "7.24.0",
+ "@pulumi/awsx": "3.4.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.28.6",
"@eslint/compat": "2.0.3",
"@eslint/js": "9.39.4",
- "@types/node": "24.12.0",
+ "@types/node": "24.12.2",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-n": "17.24.0",
diff --git a/.ops/ingress/Chart.lock b/.ops/ingress/Chart.lock
index 7a0f9b2aee..71fe50f140 100644
--- a/.ops/ingress/Chart.lock
+++ b/.ops/ingress/Chart.lock
@@ -1,6 +1,6 @@
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
- version: 4.15.0
-digest: sha256:24d63f6618d291c28eea502322a4476e46ef8ed003288b0dca47a96a36938a33
-generated: "2026-03-16T22:11:19.147364592Z"
+ version: 4.15.1
+digest: sha256:ff0c157c54585a4886410157ade8591253c08a322d6c10b759fb3b95e0dd98d8
+generated: "2026-03-27T02:11:19.341750593Z"
diff --git a/.ops/ingress/Chart.yaml b/.ops/ingress/Chart.yaml
index 04dcfe64f0..8abfbb25c9 100644
--- a/.ops/ingress/Chart.yaml
+++ b/.ops/ingress/Chart.yaml
@@ -25,5 +25,5 @@ appVersion: 0.1.0
dependencies:
- name: ingress-nginx
- version: 4.15.0
+ version: 4.15.1
repository: https://kubernetes.github.io/ingress-nginx
diff --git a/.ops/ops-dashboard/Chart.lock b/.ops/ops-dashboard/Chart.lock
index 57fad8253c..2b624df65a 100644
--- a/.ops/ops-dashboard/Chart.lock
+++ b/.ops/ops-dashboard/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: oauth2-proxy
repository: https://oauth2-proxy.github.io/manifests
- version: 10.1.4
+ version: 10.4.2
- name: oauth2-proxy
repository: https://oauth2-proxy.github.io/manifests
- version: 10.1.4
-digest: sha256:011b8c02229d0a66213f260f57740c4587c87f8041715240240b0a501f6aa11f
-generated: "2026-03-14T18:25:04.310440896+01:00"
+ version: 10.4.2
+digest: sha256:2d8be6a6256f799b079ed38a0707dbe006d5060fc9ade809a151174990c6d208
+generated: "2026-04-05T19:54:53.975362341Z"
diff --git a/.ops/ops-dashboard/Chart.yaml b/.ops/ops-dashboard/Chart.yaml
index d95301b080..f70bcc08e9 100644
--- a/.ops/ops-dashboard/Chart.yaml
+++ b/.ops/ops-dashboard/Chart.yaml
@@ -26,9 +26,9 @@ appVersion: 0.1.0
dependencies:
- name: oauth2-proxy
alias: grafana-proxy
- version: 10.1.4
+ version: 10.4.2
repository: https://oauth2-proxy.github.io/manifests
- name: oauth2-proxy
alias: logging-proxy
- version: 10.1.4
+ version: 10.4.2
repository: https://oauth2-proxy.github.io/manifests
diff --git a/.ops/performance-test/docker-compose.yml b/.ops/performance-test/docker-compose.yml
index 58237305f2..c149ddfa84 100644
--- a/.ops/performance-test/docker-compose.yml
+++ b/.ops/performance-test/docker-compose.yml
@@ -1,6 +1,6 @@
services:
performance-test:
- image: grafana/k6:1.6.1
+ image: grafana/k6:1.7.1
volumes:
- .:/app
user: ${USER_ID:-1000}
diff --git a/.ops/performance-test/package-lock.json b/.ops/performance-test/package-lock.json
index 1b37487e44..84c3f24082 100644
--- a/.ops/performance-test/package-lock.json
+++ b/.ops/performance-test/package-lock.json
@@ -9,21 +9,21 @@
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
- "@types/k6": "1.6.0"
+ "@types/k6": "1.7.0"
}
},
"node_modules/@types/k6": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/@types/k6/-/k6-1.6.0.tgz",
- "integrity": "sha512-koixvaHqP241ymqEEgl068kkXek+LhM5YTjysI1ikKUAnmbIKbt8Lngw3nhMHmg3Cihh7viUP/WCIF+FKi4DYQ==",
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/@types/k6/-/k6-1.7.0.tgz",
+ "integrity": "sha512-oL4mckVcOPIA2HUrCVj3aQXCJgCqsQe35Uc4fRTffmrQuR24v92GJImnagqUaRnC1TQVJFx85o3aHQPP+0bxpg==",
"dev": true
}
},
"dependencies": {
"@types/k6": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/@types/k6/-/k6-1.6.0.tgz",
- "integrity": "sha512-koixvaHqP241ymqEEgl068kkXek+LhM5YTjysI1ikKUAnmbIKbt8Lngw3nhMHmg3Cihh7viUP/WCIF+FKi4DYQ==",
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/@types/k6/-/k6-1.7.0.tgz",
+ "integrity": "sha512-oL4mckVcOPIA2HUrCVj3aQXCJgCqsQe35Uc4fRTffmrQuR24v92GJImnagqUaRnC1TQVJFx85o3aHQPP+0bxpg==",
"dev": true
}
}
diff --git a/.ops/performance-test/package.json b/.ops/performance-test/package.json
index b102bcea94..198f2a6b8f 100644
--- a/.ops/performance-test/package.json
+++ b/.ops/performance-test/package.json
@@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"devDependencies": {
- "@types/k6": "1.6.0"
+ "@types/k6": "1.7.0"
}
}
diff --git a/api/composer.json b/api/composer.json
index 73859082d2..56fcde7adb 100644
--- a/api/composer.json
+++ b/api/composer.json
@@ -5,85 +5,85 @@
"php": ">=8.4.0",
"ext-ctype": "*",
"ext-iconv": "*",
- "api-platform/doctrine-orm": "4.2.20",
- "api-platform/doctrine-common": "4.2.20",
- "api-platform/documentation": "4.2.20",
- "api-platform/hal": "4.2.20",
- "api-platform/http-cache": "4.2.20",
- "api-platform/json-api": "4.2.20",
- "api-platform/metadata": "4.2.20",
- "api-platform/openapi": "4.2.20",
- "api-platform/serializer": "4.2.20",
- "api-platform/state": "4.2.20",
- "api-platform/symfony": "4.2.20",
- "api-platform/validator": "4.2.20",
+ "api-platform/doctrine-orm": "4.3.3",
+ "api-platform/doctrine-common": "4.3.3",
+ "api-platform/documentation": "4.3.3",
+ "api-platform/hal": "4.3.3",
+ "api-platform/http-cache": "4.3.3",
+ "api-platform/json-api": "4.3.3",
+ "api-platform/metadata": "4.3.3",
+ "api-platform/openapi": "4.3.1",
+ "api-platform/serializer": "4.3.3",
+ "api-platform/state": "4.3.3",
+ "api-platform/symfony": "4.3.3",
+ "api-platform/validator": "4.3.3",
"composer/package-versions-deprecated": "1.11.99",
"doctrine/common": "3.5.0",
"doctrine/doctrine-bundle": "3.2.2",
"doctrine/doctrine-migrations-bundle": "4.0.0",
- "doctrine/orm": "3.6.2",
+ "doctrine/orm": "3.6.3",
"exercise/htmlpurifier-bundle": "5.2",
"friendsofsymfony/http-cache": "3.2.0",
"friendsofsymfony/http-cache-bundle": "3.4.0",
"gesdinet/jwt-refresh-token-bundle": "1.5.0",
- "google/recaptcha": "1.3.1",
+ "google/recaptcha": "1.4.1",
"guzzlehttp/guzzle": "7.10.0",
"knpuniversity/oauth2-client-bundle": "2.20.2",
"league/oauth2-google": "4.2.0",
"lexik/jwt-authentication-bundle": "3.2.0",
"nelmio/cors-bundle": "2.6.1",
- "phpdocumentor/reflection-docblock": "6.0.2",
+ "phpdocumentor/reflection-docblock": "6.0.3",
"phpmyadmin/sql-parser": "6.0.0",
"ramsey/uuid": "4.9.2",
"rize/uri-template": "0.4.1",
- "sentry/sentry-symfony": "5.9.0",
+ "sentry/sentry-symfony": "5.10.0",
"stof/doctrine-extensions-bundle": "1.15.3",
"swaggest/json-schema": "0.12.43",
- "symfony/asset": "7.4.6",
- "symfony/console": "7.4.7",
- "symfony/dotenv": "7.4.7",
- "symfony/expression-language": "7.4.4",
+ "symfony/asset": "7.4.8",
+ "symfony/console": "7.4.8",
+ "symfony/dotenv": "7.4.8",
+ "symfony/expression-language": "7.4.8",
"symfony/flex": "2.10.0",
- "symfony/framework-bundle": "7.4.7",
- "symfony/http-client": "7.4.7",
- "symfony/intl": "7.4.6",
- "symfony/mailer": "7.4.6",
- "symfony/monolog-bundle": "4.0.1",
- "symfony/property-access": "7.4.4",
- "symfony/property-info": "7.4.7",
- "symfony/routing": "7.4.6",
- "symfony/runtime": "7.4.1",
- "symfony/security-bundle": "7.4.6",
- "symfony/serializer": "7.4.7",
- "symfony/translation": "7.4.6",
- "symfony/twig-bundle": "7.4.4",
- "symfony/validator": "7.4.7",
- "symfony/yaml": "7.4.6",
+ "symfony/framework-bundle": "7.4.8",
+ "symfony/http-client": "7.4.8",
+ "symfony/intl": "7.4.8",
+ "symfony/mailer": "7.4.8",
+ "symfony/monolog-bundle": "4.0.2",
+ "symfony/property-access": "7.4.8",
+ "symfony/property-info": "7.4.8",
+ "symfony/routing": "7.4.8",
+ "symfony/runtime": "7.4.8",
+ "symfony/security-bundle": "7.4.8",
+ "symfony/serializer": "7.4.8",
+ "symfony/translation": "7.4.8",
+ "symfony/twig-bundle": "7.4.8",
+ "symfony/validator": "7.4.8",
+ "symfony/yaml": "7.4.8",
"twig/cssinliner-extra": "^3.4",
"twig/extra-bundle": "3.24.0",
- "webonyx/graphql-php": "15.30.2"
+ "webonyx/graphql-php": "15.31.4"
},
"require-dev": {
- "api-platform/graphql": "4.2.20",
- "api-platform/hydra": "4.2.17",
- "api-platform/json-schema": "4.2.20",
- "brianium/paratest": "v7.19.2",
+ "api-platform/graphql": "4.3.3",
+ "api-platform/hydra": "4.3.3",
+ "api-platform/json-schema": "4.3.3",
+ "brianium/paratest": "v7.20.0",
"friendsofphp/php-cs-fixer": "3.94.2",
- "hautelook/alice-bundle": "2.17.2",
- "justinrainbow/json-schema": "6.7.2",
+ "hautelook/alice-bundle": "2.17.3",
+ "justinrainbow/json-schema": "6.8.0",
"php-coveralls/php-coveralls": "2.9.1",
- "phpstan/phpstan": "2.1.40",
- "phpunit/phpunit": "12.5.14",
- "rector/rector": "2.3.8",
- "psalm/phar": "6.16.0",
+ "phpstan/phpstan": "2.1.46",
+ "phpunit/phpunit": "13.0.5",
+ "rector/rector": "2.3.9",
+ "psalm/phar": "6.16.1",
"spatie/phpunit-snapshot-assertions": "5.3.2",
- "symfony/browser-kit": "7.4.4",
- "symfony/css-selector": "7.4.6",
- "symfony/debug-bundle": "7.4.7",
- "symfony/maker-bundle": "1.66.0",
- "symfony/stopwatch": "7.4.0",
- "symfony/var-dumper": "7.4.6",
- "symfony/web-profiler-bundle": "7.4.7"
+ "symfony/browser-kit": "7.4.8",
+ "symfony/css-selector": "7.4.8",
+ "symfony/debug-bundle": "7.4.8",
+ "symfony/maker-bundle": "1.67.0",
+ "symfony/stopwatch": "7.4.8",
+ "symfony/var-dumper": "7.4.8",
+ "symfony/web-profiler-bundle": "7.4.8"
},
"config": {
"optimize-autoloader": true,
diff --git a/api/composer.lock b/api/composer.lock
index dd6bfcdce1..ae0e643a08 100644
--- a/api/composer.lock
+++ b/api/composer.lock
@@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "6f681f668a9e3d01fc8db5728a5d8e37",
+ "content-hash": "c608b9ba5861752e85d254a8113a31db",
"packages": [
{
"name": "api-platform/doctrine-common",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/doctrine-common.git",
- "reference": "566acb646b001f21bc6aa7bd36a109e075f5c131"
+ "reference": "0b0e9328e08f38ff381afd7cba68976ed1dc714a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/doctrine-common/zipball/566acb646b001f21bc6aa7bd36a109e075f5c131",
- "reference": "566acb646b001f21bc6aa7bd36a109e075f5c131",
+ "url": "https://api.github.com/repos/api-platform/doctrine-common/zipball/0b0e9328e08f38ff381afd7cba68976ed1dc714a",
+ "reference": "0b0e9328e08f38ff381afd7cba68976ed1dc714a",
"shasum": ""
},
"require": {
@@ -59,7 +59,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -92,29 +92,31 @@
"rest"
],
"support": {
- "source": "https://github.com/api-platform/doctrine-common/tree/v4.3.0-beta.1"
+ "source": "https://github.com/api-platform/doctrine-common/tree/v4.3.3"
},
- "time": "2026-02-13T15:07:33+00:00"
+ "time": "2026-03-27T06:51:10+00:00"
},
{
"name": "api-platform/doctrine-orm",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/doctrine-orm.git",
- "reference": "a7d4c255519ac0438f9293b3e97d2b3bd9ca43d7"
+ "reference": "553f7fe120c840a8db08d8e970860e209f40ebc2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/doctrine-orm/zipball/a7d4c255519ac0438f9293b3e97d2b3bd9ca43d7",
- "reference": "a7d4c255519ac0438f9293b3e97d2b3bd9ca43d7",
+ "url": "https://api.github.com/repos/api-platform/doctrine-orm/zipball/553f7fe120c840a8db08d8e970860e209f40ebc2",
+ "reference": "553f7fe120c840a8db08d8e970860e209f40ebc2",
"shasum": ""
},
"require": {
- "api-platform/doctrine-common": "^4.2.9",
+ "api-platform/doctrine-common": "^4.2.23",
"api-platform/metadata": "^4.2",
+ "api-platform/serializer": "^4.2.16",
"api-platform/state": "^4.2.4",
- "doctrine/orm": "^2.17 || ^3.0",
+ "composer/semver": "^3.4",
+ "doctrine/orm": "^2.17 || ^3.0.1",
"php": ">=8.2"
},
"require-dev": {
@@ -146,7 +148,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -179,26 +181,26 @@
"rest"
],
"support": {
- "source": "https://github.com/api-platform/doctrine-orm/tree/v4.2.20"
+ "source": "https://github.com/api-platform/doctrine-orm/tree/v4.3.3"
},
- "time": "2026-02-25T15:52:40+00:00"
+ "time": "2026-03-27T06:51:10+00:00"
},
{
"name": "api-platform/documentation",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/documentation.git",
- "reference": "873543a827df5c25b008bd730f2096701e1943b8"
+ "reference": "a63a3a7f020b6a001b1228c5bd916e1a76887d1d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/documentation/zipball/873543a827df5c25b008bd730f2096701e1943b8",
- "reference": "873543a827df5c25b008bd730f2096701e1943b8",
+ "url": "https://api.github.com/repos/api-platform/documentation/zipball/a63a3a7f020b6a001b1228c5bd916e1a76887d1d",
+ "reference": "a63a3a7f020b6a001b1228c5bd916e1a76887d1d",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^4.2",
+ "api-platform/metadata": "^4.3",
"php": ">=8.2"
},
"require-dev": {
@@ -217,7 +219,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -242,34 +244,34 @@
],
"description": "API Platform documentation controller.",
"support": {
- "source": "https://github.com/api-platform/documentation/tree/v4.3.0-beta.1"
+ "source": "https://github.com/api-platform/documentation/tree/v4.3.3"
},
- "time": "2025-12-27T22:15:57+00:00"
+ "time": "2026-03-06T15:07:49+00:00"
},
{
"name": "api-platform/hal",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/hal.git",
- "reference": "9d8b5a596808eda4aa777e73d96354c8d2c56c98"
+ "reference": "34a928ae58b50705cd3cc5a524d93fda39950f8d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/hal/zipball/9d8b5a596808eda4aa777e73d96354c8d2c56c98",
- "reference": "9d8b5a596808eda4aa777e73d96354c8d2c56c98",
+ "url": "https://api.github.com/repos/api-platform/hal/zipball/34a928ae58b50705cd3cc5a524d93fda39950f8d",
+ "reference": "34a928ae58b50705cd3cc5a524d93fda39950f8d",
"shasum": ""
},
"require": {
- "api-platform/documentation": "^4.2",
- "api-platform/metadata": "^4.2",
- "api-platform/serializer": "^4.2.4",
- "api-platform/state": "^4.2.4",
+ "api-platform/documentation": "^4.3",
+ "api-platform/metadata": "^4.3",
+ "api-platform/serializer": "^4.3",
+ "api-platform/state": "^4.3",
"php": ">=8.2",
"symfony/type-info": "^7.3 || ^8.0"
},
"require-dev": {
- "api-platform/json-schema": "^4.1.11",
+ "api-platform/json-schema": "^4.3",
"phpunit/phpunit": "^12.2"
},
"type": "library",
@@ -285,7 +287,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -320,27 +322,27 @@
],
"support": {
"issues": "https://github.com/api-platform/hal/issues",
- "source": "https://github.com/api-platform/hal/tree/v4.2.20"
+ "source": "https://github.com/api-platform/hal/tree/v4.3.3"
},
- "time": "2026-02-25T15:52:40+00:00"
+ "time": "2026-03-06T15:07:49+00:00"
},
{
"name": "api-platform/http-cache",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/http-cache.git",
- "reference": "ec5f9068d3d66be63db4d80acaf518868dea1321"
+ "reference": "9ffbe58f8872932ed7c2afca8207c2d68629e037"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/http-cache/zipball/ec5f9068d3d66be63db4d80acaf518868dea1321",
- "reference": "ec5f9068d3d66be63db4d80acaf518868dea1321",
+ "url": "https://api.github.com/repos/api-platform/http-cache/zipball/9ffbe58f8872932ed7c2afca8207c2d68629e037",
+ "reference": "9ffbe58f8872932ed7c2afca8207c2d68629e037",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^4.2",
- "api-platform/state": "^4.2.4",
+ "api-platform/metadata": "^4.3",
+ "api-platform/state": "^4.3",
"php": ">=8.2",
"symfony/http-foundation": "^6.4.14 || ^7.0 || ^8.0"
},
@@ -365,7 +367,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -400,39 +402,39 @@
"rest"
],
"support": {
- "source": "https://github.com/api-platform/http-cache/tree/v4.3.0-beta.1"
+ "source": "https://github.com/api-platform/http-cache/tree/v4.3.3"
},
- "time": "2026-02-13T15:07:33+00:00"
+ "time": "2026-03-06T15:07:49+00:00"
},
{
"name": "api-platform/hydra",
- "version": "v4.2.17",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/hydra.git",
- "reference": "392c44574a7746de03564d709c4eb5c652509440"
+ "reference": "bb9f7107a0bbfbe6e7b93130bde9829f0cc71529"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/hydra/zipball/392c44574a7746de03564d709c4eb5c652509440",
- "reference": "392c44574a7746de03564d709c4eb5c652509440",
+ "url": "https://api.github.com/repos/api-platform/hydra/zipball/bb9f7107a0bbfbe6e7b93130bde9829f0cc71529",
+ "reference": "bb9f7107a0bbfbe6e7b93130bde9829f0cc71529",
"shasum": ""
},
"require": {
- "api-platform/documentation": "^4.2",
- "api-platform/json-schema": "^4.2",
- "api-platform/jsonld": "^4.2",
- "api-platform/metadata": "^4.2",
- "api-platform/serializer": "^4.2.4",
- "api-platform/state": "^4.2.4",
+ "api-platform/documentation": "^4.3",
+ "api-platform/json-schema": "^4.3",
+ "api-platform/jsonld": "^4.3",
+ "api-platform/metadata": "^4.3",
+ "api-platform/serializer": "^4.3",
+ "api-platform/state": "^4.3",
"php": ">=8.2",
"symfony/type-info": "^7.3 || ^8.0",
"symfony/web-link": "^6.4 || ^7.1 || ^8.0"
},
"require-dev": {
- "api-platform/doctrine-common": "^4.2",
- "api-platform/doctrine-odm": "^4.2",
- "api-platform/doctrine-orm": "^4.2",
+ "api-platform/doctrine-common": "^4.3",
+ "api-platform/doctrine-odm": "^4.3",
+ "api-platform/doctrine-orm": "^4.3",
"phpspec/prophecy": "^1.19",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^12.2"
@@ -450,7 +452,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -487,30 +489,30 @@
"rest"
],
"support": {
- "source": "https://github.com/api-platform/hydra/tree/v4.2.17"
+ "source": "https://github.com/api-platform/hydra/tree/v4.3.3"
},
- "time": "2026-02-17T13:24:02+00:00"
+ "time": "2026-03-20T09:00:10+00:00"
},
{
"name": "api-platform/json-api",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/json-api.git",
- "reference": "d28b51d78c50451e6714ed7a0c673ec6d9070900"
+ "reference": "64bf11cbcaaf5cba3f6fceb243ed57d1ed6e2827"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/json-api/zipball/d28b51d78c50451e6714ed7a0c673ec6d9070900",
- "reference": "d28b51d78c50451e6714ed7a0c673ec6d9070900",
+ "url": "https://api.github.com/repos/api-platform/json-api/zipball/64bf11cbcaaf5cba3f6fceb243ed57d1ed6e2827",
+ "reference": "64bf11cbcaaf5cba3f6fceb243ed57d1ed6e2827",
"shasum": ""
},
"require": {
- "api-platform/documentation": "^4.2",
- "api-platform/json-schema": "^4.2",
- "api-platform/metadata": "^4.2",
- "api-platform/serializer": "^4.2.18",
- "api-platform/state": "^4.2.4",
+ "api-platform/documentation": "^4.3",
+ "api-platform/json-schema": "^4.3",
+ "api-platform/metadata": "^4.3",
+ "api-platform/serializer": "^4.3",
+ "api-platform/state": "^4.3",
"php": ">=8.2",
"symfony/error-handler": "^6.4 || ^7.0 || ^8.0",
"symfony/http-foundation": "^6.4.14 || ^7.0 || ^8.0",
@@ -535,7 +537,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -569,26 +571,26 @@
"rest"
],
"support": {
- "source": "https://github.com/api-platform/json-api/tree/v4.2.20"
+ "source": "https://github.com/api-platform/json-api/tree/v4.3.3"
},
- "time": "2026-02-27T16:03:48+00:00"
+ "time": "2026-03-13T11:03:46+00:00"
},
{
"name": "api-platform/json-schema",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/json-schema.git",
- "reference": "adc464d8240ac411ff8ed65ac8614b16d11f5544"
+ "reference": "0f66e93719fd65938528aeff900737471acb515a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/json-schema/zipball/adc464d8240ac411ff8ed65ac8614b16d11f5544",
- "reference": "adc464d8240ac411ff8ed65ac8614b16d11f5544",
+ "url": "https://api.github.com/repos/api-platform/json-schema/zipball/0f66e93719fd65938528aeff900737471acb515a",
+ "reference": "0f66e93719fd65938528aeff900737471acb515a",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^4.2",
+ "api-platform/metadata": "^4.3",
"php": ">=8.2",
"symfony/console": "^6.4 || ^7.0 || ^8.0",
"symfony/property-info": "^6.4 || ^7.1 || ^8.0",
@@ -613,7 +615,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -650,28 +652,28 @@
"swagger"
],
"support": {
- "source": "https://github.com/api-platform/json-schema/tree/v4.2.20"
+ "source": "https://github.com/api-platform/json-schema/tree/v4.3.3"
},
- "time": "2026-02-25T15:52:40+00:00"
+ "time": "2026-03-06T15:07:49+00:00"
},
{
"name": "api-platform/jsonld",
- "version": "v4.2.21",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/jsonld.git",
- "reference": "08593fc073466badae67b8f4999ec19e3ade9eab"
+ "reference": "64bd84ac44d6c6c51142a26bfa7d4c6237d20593"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/jsonld/zipball/08593fc073466badae67b8f4999ec19e3ade9eab",
- "reference": "08593fc073466badae67b8f4999ec19e3ade9eab",
+ "url": "https://api.github.com/repos/api-platform/jsonld/zipball/64bd84ac44d6c6c51142a26bfa7d4c6237d20593",
+ "reference": "64bd84ac44d6c6c51142a26bfa7d4c6237d20593",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^4.2",
- "api-platform/serializer": "^4.2.4",
- "api-platform/state": "^4.2.4",
+ "api-platform/metadata": "^4.3",
+ "api-platform/serializer": "^4.3",
+ "api-platform/state": "^4.3",
"php": ">=8.2"
},
"require-dev": {
@@ -691,7 +693,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -730,22 +732,22 @@
"rest"
],
"support": {
- "source": "https://github.com/api-platform/jsonld/tree/v4.2.21"
+ "source": "https://github.com/api-platform/jsonld/tree/v4.3.3"
},
- "time": "2026-02-13T17:30:49+00:00"
+ "time": "2026-03-13T08:23:46+00:00"
},
{
"name": "api-platform/metadata",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/metadata.git",
- "reference": "af91b0d349b2aa8afffe100cce544b4d72add3eb"
+ "reference": "e5d54902ad9817f1734ef39fe5b34d3c9b505f27"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/metadata/zipball/af91b0d349b2aa8afffe100cce544b4d72add3eb",
- "reference": "af91b0d349b2aa8afffe100cce544b4d72add3eb",
+ "url": "https://api.github.com/repos/api-platform/metadata/zipball/e5d54902ad9817f1734ef39fe5b34d3c9b505f27",
+ "reference": "e5d54902ad9817f1734ef39fe5b34d3c9b505f27",
"shasum": ""
},
"require": {
@@ -758,9 +760,9 @@
"symfony/type-info": "^7.3 || ^8.0"
},
"require-dev": {
- "api-platform/json-schema": "^4.2",
- "api-platform/openapi": "^4.2",
- "api-platform/state": "^4.2.4",
+ "api-platform/json-schema": "^4.3",
+ "api-platform/openapi": "^4.3",
+ "api-platform/state": "^4.3",
"phpspec/prophecy-phpunit": "^2.2",
"phpstan/phpdoc-parser": "^1.29 || ^2.0",
"phpunit/phpunit": "^12.2",
@@ -788,7 +790,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -828,28 +830,28 @@
"swagger"
],
"support": {
- "source": "https://github.com/api-platform/metadata/tree/v4.2.20"
+ "source": "https://github.com/api-platform/metadata/tree/v4.3.3"
},
- "time": "2026-02-25T15:52:40+00:00"
+ "time": "2026-03-27T06:51:10+00:00"
},
{
"name": "api-platform/openapi",
- "version": "v4.2.20",
+ "version": "v4.3.1",
"source": {
"type": "git",
"url": "https://github.com/api-platform/openapi.git",
- "reference": "dcab93037834665f16cd226dbd867022057c3a7e"
+ "reference": "afc45db74d474e43f8533b9c497102c699299dad"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/openapi/zipball/dcab93037834665f16cd226dbd867022057c3a7e",
- "reference": "dcab93037834665f16cd226dbd867022057c3a7e",
+ "url": "https://api.github.com/repos/api-platform/openapi/zipball/afc45db74d474e43f8533b9c497102c699299dad",
+ "reference": "afc45db74d474e43f8533b9c497102c699299dad",
"shasum": ""
},
"require": {
- "api-platform/json-schema": "^4.2",
- "api-platform/metadata": "^4.2",
- "api-platform/state": "^4.2.4",
+ "api-platform/json-schema": "^4.3",
+ "api-platform/metadata": "^4.3",
+ "api-platform/state": "^4.3",
"php": ">=8.2",
"symfony/console": "^6.4 || ^7.0 || ^8.0",
"symfony/filesystem": "^6.4 || ^7.0 || ^8.0",
@@ -858,9 +860,10 @@
"symfony/type-info": "^7.3 || ^8.0"
},
"require-dev": {
- "api-platform/doctrine-common": "^4.2",
- "api-platform/doctrine-odm": "^4.2",
- "api-platform/doctrine-orm": "^4.2",
+ "api-platform/doctrine-common": "^4.3",
+ "api-platform/doctrine-odm": "^4.3",
+ "api-platform/doctrine-orm": "^4.3",
+ "api-platform/serializer": "^4.3",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^12.2",
"symfony/type-info": "^7.3 || ^8.0"
@@ -878,7 +881,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -918,27 +921,27 @@
"swagger"
],
"support": {
- "source": "https://github.com/api-platform/openapi/tree/v4.2.20"
+ "source": "https://github.com/api-platform/openapi/tree/v4.3.1"
},
- "time": "2026-03-01T17:00:49+00:00"
+ "time": "2026-03-06T15:07:49+00:00"
},
{
"name": "api-platform/serializer",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/serializer.git",
- "reference": "bd627b86c0cb37bd2c2ca6b7f996d5301627f627"
+ "reference": "c8a62096d277b89b0f146aa90c65eeaeb1412900"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/serializer/zipball/bd627b86c0cb37bd2c2ca6b7f996d5301627f627",
- "reference": "bd627b86c0cb37bd2c2ca6b7f996d5301627f627",
+ "url": "https://api.github.com/repos/api-platform/serializer/zipball/c8a62096d277b89b0f146aa90c65eeaeb1412900",
+ "reference": "c8a62096d277b89b0f146aa90c65eeaeb1412900",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^4.2",
- "api-platform/state": "^4.2.4",
+ "api-platform/metadata": "^4.3",
+ "api-platform/state": "^4.3",
"php": ">=8.2",
"symfony/property-access": "^6.4 || ^7.0 || ^8.0",
"symfony/property-info": "^6.4 || ^7.1 || ^8.0",
@@ -946,14 +949,15 @@
"symfony/validator": "^6.4.11 || ^7.0 || ^8.0"
},
"require-dev": {
- "api-platform/doctrine-common": "^4.2",
- "api-platform/doctrine-odm": "^4.2",
- "api-platform/doctrine-orm": "^4.2",
- "api-platform/json-schema": "^4.2",
- "api-platform/openapi": "^4.2",
+ "api-platform/doctrine-common": "^4.3",
+ "api-platform/doctrine-odm": "^4.3",
+ "api-platform/doctrine-orm": "^4.3",
+ "api-platform/json-schema": "^4.3",
+ "api-platform/openapi": "^4.3",
"doctrine/collections": "^2.1",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^12.2",
+ "sebastian/exporter": "^6.3.2 || ^7.0.2",
"symfony/mercure-bundle": "*",
"symfony/type-info": "^7.3 || ^8.0",
"symfony/var-dumper": "^6.4 || ^7.0 || ^8.0",
@@ -976,7 +980,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -1011,26 +1015,26 @@
"serializer"
],
"support": {
- "source": "https://github.com/api-platform/serializer/tree/v4.2.20"
+ "source": "https://github.com/api-platform/serializer/tree/v4.3.3"
},
- "time": "2026-02-27T16:03:48+00:00"
+ "time": "2026-03-27T06:51:10+00:00"
},
{
"name": "api-platform/state",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/state.git",
- "reference": "1b6f69c75579ab0f132cd45e45d5f43ed19a15a5"
+ "reference": "5387afbb9e79027b34dab731bc90e810fdd6ca60"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/state/zipball/1b6f69c75579ab0f132cd45e45d5f43ed19a15a5",
- "reference": "1b6f69c75579ab0f132cd45e45d5f43ed19a15a5",
+ "url": "https://api.github.com/repos/api-platform/state/zipball/5387afbb9e79027b34dab731bc90e810fdd6ca60",
+ "reference": "5387afbb9e79027b34dab731bc90e810fdd6ca60",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^4.2.3",
+ "api-platform/metadata": "^4.3",
"php": ">=8.2",
"psr/container": "^1.0 || ^2.0",
"symfony/deprecation-contracts": "^3.1",
@@ -1039,8 +1043,8 @@
"symfony/translation-contracts": "^3.0"
},
"require-dev": {
- "api-platform/serializer": "^4.2.4",
- "api-platform/validator": "^4.2.4",
+ "api-platform/serializer": "^4.3",
+ "api-platform/validator": "^4.3.1",
"phpunit/phpunit": "^12.2",
"symfony/http-foundation": "^6.4.14 || ^7.0 || ^8.0",
"symfony/object-mapper": "^7.4 || ^8.0",
@@ -1068,7 +1072,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -1108,35 +1112,35 @@
"swagger"
],
"support": {
- "source": "https://github.com/api-platform/state/tree/v4.2.20"
+ "source": "https://github.com/api-platform/state/tree/v4.3.3"
},
- "time": "2026-02-17T09:18:17+00:00"
+ "time": "2026-03-29T06:54:13+00:00"
},
{
"name": "api-platform/symfony",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/symfony.git",
- "reference": "8e47b4429a2c41dd9a8865b1f42f93f9beac99c2"
+ "reference": "69070b33f11ed7c163ba75ecfea192e460b89ce0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/symfony/zipball/8e47b4429a2c41dd9a8865b1f42f93f9beac99c2",
- "reference": "8e47b4429a2c41dd9a8865b1f42f93f9beac99c2",
+ "url": "https://api.github.com/repos/api-platform/symfony/zipball/69070b33f11ed7c163ba75ecfea192e460b89ce0",
+ "reference": "69070b33f11ed7c163ba75ecfea192e460b89ce0",
"shasum": ""
},
"require": {
- "api-platform/documentation": "^4.2.12",
- "api-platform/http-cache": "^4.2.12",
- "api-platform/hydra": "^4.2.12",
- "api-platform/json-schema": "^4.2.12",
- "api-platform/jsonld": "^4.2.12",
- "api-platform/metadata": "^4.2.12",
- "api-platform/openapi": "^4.2.12",
- "api-platform/serializer": "^4.2.12",
- "api-platform/state": "^4.2.12",
- "api-platform/validator": "^4.2.12",
+ "api-platform/documentation": "^4.3",
+ "api-platform/http-cache": "^4.3",
+ "api-platform/hydra": "^4.3",
+ "api-platform/json-schema": "^4.3",
+ "api-platform/jsonld": "^4.3",
+ "api-platform/metadata": "^4.3",
+ "api-platform/openapi": "^4.3",
+ "api-platform/serializer": "^4.3",
+ "api-platform/state": "^4.3",
+ "api-platform/validator": "^4.3.1",
"php": ">=8.2",
"symfony/asset": "^6.4 || ^7.0 || ^8.0",
"symfony/finder": "^6.4 || ^7.0 || ^8.0",
@@ -1147,12 +1151,12 @@
"willdurand/negotiation": "^3.1"
},
"require-dev": {
- "api-platform/doctrine-common": "^4.2.12",
- "api-platform/doctrine-odm": "^4.2.12",
- "api-platform/doctrine-orm": "^4.2.12",
- "api-platform/elasticsearch": "^4.2.12",
- "api-platform/graphql": "^4.2.12",
- "api-platform/hal": "^4.2.12",
+ "api-platform/doctrine-common": "^4.3",
+ "api-platform/doctrine-odm": "^4.3",
+ "api-platform/doctrine-orm": "^4.3",
+ "api-platform/elasticsearch": "^4.3",
+ "api-platform/graphql": "^4.3",
+ "api-platform/hal": "^4.3",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^12.2",
"symfony/expression-language": "^6.4 || ^7.0 || ^8.0",
@@ -1195,7 +1199,7 @@
"require": "^6.4 || ^7.0 || ^8.0"
},
"branch-alias": {
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -1236,26 +1240,26 @@
"symfony"
],
"support": {
- "source": "https://github.com/api-platform/symfony/tree/v4.2.20"
+ "source": "https://github.com/api-platform/symfony/tree/v4.3.3"
},
- "time": "2026-03-03T08:06:46+00:00"
+ "time": "2026-03-27T06:51:10+00:00"
},
{
"name": "api-platform/validator",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/validator.git",
- "reference": "22968964145b3fe542b5885f6a2e74d77e7e28c3"
+ "reference": "3c0d486a12d7ab9b8fcfb727437b5322dc619663"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/validator/zipball/22968964145b3fe542b5885f6a2e74d77e7e28c3",
- "reference": "22968964145b3fe542b5885f6a2e74d77e7e28c3",
+ "url": "https://api.github.com/repos/api-platform/validator/zipball/3c0d486a12d7ab9b8fcfb727437b5322dc619663",
+ "reference": "3c0d486a12d7ab9b8fcfb727437b5322dc619663",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^4.2",
+ "api-platform/metadata": "^4.3",
"php": ">=8.2",
"symfony/http-kernel": "^6.4 || ^7.1 || ^8.0",
"symfony/serializer": "^6.4 || ^7.1 || ^8.0",
@@ -1280,7 +1284,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -1312,9 +1316,9 @@
"validator"
],
"support": {
- "source": "https://github.com/api-platform/validator/tree/v4.2.20"
+ "source": "https://github.com/api-platform/validator/tree/v4.3.3"
},
- "time": "2026-01-26T15:45:40+00:00"
+ "time": "2026-03-17T15:23:21+00:00"
},
{
"name": "brick/math",
@@ -1515,6 +1519,83 @@
],
"time": "2020-08-25T05:50:16+00:00"
},
+ {
+ "name": "composer/semver",
+ "version": "3.4.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/semver.git",
+ "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95",
+ "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.2 || ^7.0 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.11",
+ "symfony/phpunit-bridge": "^3 || ^7"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\Semver\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nils Adermann",
+ "email": "naderman@naderman.de",
+ "homepage": "http://www.naderman.de"
+ },
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ },
+ {
+ "name": "Rob Bast",
+ "email": "rob.bast@gmail.com",
+ "homepage": "http://robbast.nl"
+ }
+ ],
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
+ "keywords": [
+ "semantic",
+ "semver",
+ "validation",
+ "versioning"
+ ],
+ "support": {
+ "irc": "ircs://irc.libera.chat:6697/composer",
+ "issues": "https://github.com/composer/semver/issues",
+ "source": "https://github.com/composer/semver/tree/3.4.4"
+ },
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ }
+ ],
+ "time": "2025-08-20T19:15:30+00:00"
+ },
{
"name": "doctrine/collections",
"version": "2.6.0",
@@ -1694,16 +1775,16 @@
},
{
"name": "doctrine/dbal",
- "version": "4.4.2",
+ "version": "4.4.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "476f7f0fa6ea4aa5364926db7fabdf6049075722"
+ "reference": "61e730f1658814821a85f2402c945f3883407dec"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/476f7f0fa6ea4aa5364926db7fabdf6049075722",
- "reference": "476f7f0fa6ea4aa5364926db7fabdf6049075722",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/61e730f1658814821a85f2402c945f3883407dec",
+ "reference": "61e730f1658814821a85f2402c945f3883407dec",
"shasum": ""
},
"require": {
@@ -1780,7 +1861,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/4.4.2"
+ "source": "https://github.com/doctrine/dbal/tree/4.4.3"
},
"funding": [
{
@@ -1796,7 +1877,7 @@
"type": "tidelift"
}
],
- "time": "2026-02-26T12:12:19+00:00"
+ "time": "2026-03-20T08:52:12+00:00"
},
{
"name": "doctrine/deprecations",
@@ -2485,16 +2566,16 @@
},
{
"name": "doctrine/orm",
- "version": "3.6.2",
+ "version": "3.6.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
- "reference": "4262eb495b4d2a53b45de1ac58881e0091f2970f"
+ "reference": "e88cd591f0786089dee22b972c28aa2076df51c0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/orm/zipball/4262eb495b4d2a53b45de1ac58881e0091f2970f",
- "reference": "4262eb495b4d2a53b45de1ac58881e0091f2970f",
+ "url": "https://api.github.com/repos/doctrine/orm/zipball/e88cd591f0786089dee22b972c28aa2076df51c0",
+ "reference": "e88cd591f0786089dee22b972c28aa2076df51c0",
"shasum": ""
},
"require": {
@@ -2567,9 +2648,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
- "source": "https://github.com/doctrine/orm/tree/3.6.2"
+ "source": "https://github.com/doctrine/orm/tree/3.6.3"
},
- "time": "2026-01-30T21:41:41+00:00"
+ "time": "2026-04-02T06:53:27+00:00"
},
{
"name": "doctrine/persistence",
@@ -3305,30 +3386,30 @@
},
{
"name": "google/recaptcha",
- "version": "1.3.1",
+ "version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/google/recaptcha.git",
- "reference": "56522c261d2e8c58ba416c90f81a4cd9f2ed89b9"
+ "reference": "b3c936fd5f23bf09bd408d32bf3a52e49b81b973"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/google/recaptcha/zipball/56522c261d2e8c58ba416c90f81a4cd9f2ed89b9",
- "reference": "56522c261d2e8c58ba416c90f81a4cd9f2ed89b9",
+ "url": "https://api.github.com/repos/google/recaptcha/zipball/b3c936fd5f23bf09bd408d32bf3a52e49b81b973",
+ "reference": "b3c936fd5f23bf09bd408d32bf3a52e49b81b973",
"shasum": ""
},
"require": {
- "php": ">=8"
+ "php": ">=8.4"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^3.14",
- "php-coveralls/php-coveralls": "^2.5",
- "phpunit/phpunit": "^10"
+ "friendsofphp/php-cs-fixer": "^3.94",
+ "php-coveralls/php-coveralls": "^2.9",
+ "phpunit/phpunit": "^13"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.3.x-dev"
+ "dev-main": "1.4.x-dev"
}
},
"autoload": {
@@ -3353,7 +3434,7 @@
"issues": "https://github.com/google/recaptcha/issues",
"source": "https://github.com/google/recaptcha"
},
- "time": "2025-06-26T22:21:57+00:00"
+ "time": "2026-03-19T21:33:37+00:00"
},
{
"name": "guzzlehttp/guzzle",
@@ -4657,16 +4738,16 @@
},
{
"name": "phpdocumentor/reflection-docblock",
- "version": "6.0.2",
+ "version": "6.0.3",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
- "reference": "897b5986ece6b4f9d8413fea345c7d49c757d6bf"
+ "reference": "7bae67520aa9f5ecc506d646810bd40d9da54582"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/897b5986ece6b4f9d8413fea345c7d49c757d6bf",
- "reference": "897b5986ece6b4f9d8413fea345c7d49c757d6bf",
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/7bae67520aa9f5ecc506d646810bd40d9da54582",
+ "reference": "7bae67520aa9f5ecc506d646810bd40d9da54582",
"shasum": ""
},
"require": {
@@ -4716,9 +4797,9 @@
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
- "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/6.0.2"
+ "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/6.0.3"
},
- "time": "2026-03-01T18:43:49+00:00"
+ "time": "2026-03-18T20:49:53+00:00"
},
{
"name": "phpdocumentor/type-resolver",
@@ -5693,16 +5774,16 @@
},
{
"name": "sentry/sentry",
- "version": "4.22.0",
+ "version": "4.23.1",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php.git",
- "reference": "ce6ab95a7021f976a27b4628a4072e481c8acf60"
+ "reference": "eccf30d8abcf55189a1dc0eb3d946a61d42fb4df"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/ce6ab95a7021f976a27b4628a4072e481c8acf60",
- "reference": "ce6ab95a7021f976a27b4628a4072e481c8acf60",
+ "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/eccf30d8abcf55189a1dc0eb3d946a61d42fb4df",
+ "reference": "eccf30d8abcf55189a1dc0eb3d946a61d42fb4df",
"shasum": ""
},
"require": {
@@ -5724,12 +5805,14 @@
"guzzlehttp/psr7": "^1.8.4|^2.1.1",
"monolog/monolog": "^1.6|^2.0|^3.0",
"nyholm/psr7": "^1.8",
+ "open-telemetry/api": "^1.0",
+ "open-telemetry/exporter-otlp": "^1.0",
+ "open-telemetry/sdk": "^1.0",
"phpbench/phpbench": "^1.0",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^8.5.52|^9.6.34",
"spiral/roadrunner-http": "^3.6",
- "spiral/roadrunner-worker": "^3.6",
- "vimeo/psalm": "^4.17"
+ "spiral/roadrunner-worker": "^3.6"
},
"suggest": {
"monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
@@ -5768,7 +5851,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
- "source": "https://github.com/getsentry/sentry-php/tree/4.22.0"
+ "source": "https://github.com/getsentry/sentry-php/tree/4.23.1"
},
"funding": [
{
@@ -5780,27 +5863,27 @@
"type": "custom"
}
],
- "time": "2026-03-16T13:03:46+00:00"
+ "time": "2026-03-27T18:26:46+00:00"
},
{
"name": "sentry/sentry-symfony",
- "version": "5.9.0",
+ "version": "5.10.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-symfony.git",
- "reference": "75a73de23b9af414b3c8b15c26187a4ae6c65732"
+ "reference": "6f49255f4cdcfc43a3a283bd3a1f65d483e9192f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/75a73de23b9af414b3c8b15c26187a4ae6c65732",
- "reference": "75a73de23b9af414b3c8b15c26187a4ae6c65732",
+ "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/6f49255f4cdcfc43a3a283bd3a1f65d483e9192f",
+ "reference": "6f49255f4cdcfc43a3a283bd3a1f65d483e9192f",
"shasum": ""
},
"require": {
"guzzlehttp/psr7": "^2.1.1",
"jean85/pretty-package-versions": "^1.5||^2.0",
"php": "^7.2||^8.0",
- "sentry/sentry": "^4.20.0",
+ "sentry/sentry": "^4.23.0",
"symfony/cache-contracts": "^1.1||^2.4||^3.0",
"symfony/config": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0",
"symfony/console": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0",
@@ -5870,7 +5953,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-symfony/issues",
- "source": "https://github.com/getsentry/sentry-symfony/tree/5.9.0"
+ "source": "https://github.com/getsentry/sentry-symfony/tree/5.10.0"
},
"funding": [
{
@@ -5882,7 +5965,7 @@
"type": "custom"
}
],
- "time": "2026-02-23T12:32:36+00:00"
+ "time": "2026-04-01T14:50:32+00:00"
},
{
"name": "stof/doctrine-extensions-bundle",
@@ -6063,16 +6146,16 @@
},
{
"name": "symfony/asset",
- "version": "v7.4.6",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
- "reference": "d944ae87e4697af05aadeacfc5e603c3c18ef4fb"
+ "reference": "d2e2f014ccd6ec9fae8dbe6336a4164346a2a856"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/asset/zipball/d944ae87e4697af05aadeacfc5e603c3c18ef4fb",
- "reference": "d944ae87e4697af05aadeacfc5e603c3c18ef4fb",
+ "url": "https://api.github.com/repos/symfony/asset/zipball/d2e2f014ccd6ec9fae8dbe6336a4164346a2a856",
+ "reference": "d2e2f014ccd6ec9fae8dbe6336a4164346a2a856",
"shasum": ""
},
"require": {
@@ -6112,7 +6195,7 @@
"description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/asset/tree/v7.4.6"
+ "source": "https://github.com/symfony/asset/tree/v7.4.8"
},
"funding": [
{
@@ -6132,20 +6215,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-09T09:33:46+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/cache",
- "version": "v8.0.7",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "b7b0f4ce5fb57a8dc061d494639e44e2cf7aa30f"
+ "reference": "8abf3ccbeae9d3071b81a3ae7ee11b209f9e1e78"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/b7b0f4ce5fb57a8dc061d494639e44e2cf7aa30f",
- "reference": "b7b0f4ce5fb57a8dc061d494639e44e2cf7aa30f",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/8abf3ccbeae9d3071b81a3ae7ee11b209f9e1e78",
+ "reference": "8abf3ccbeae9d3071b81a3ae7ee11b209f9e1e78",
"shasum": ""
},
"require": {
@@ -6212,7 +6295,7 @@
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v8.0.7"
+ "source": "https://github.com/symfony/cache/tree/v8.0.8"
},
"funding": [
{
@@ -6232,7 +6315,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-06T13:17:40+00:00"
+ "time": "2026-03-30T15:18:51+00:00"
},
{
"name": "symfony/cache-contracts",
@@ -6312,16 +6395,16 @@
},
{
"name": "symfony/clock",
- "version": "v8.0.0",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/clock.git",
- "reference": "832119f9b8dbc6c8e6f65f30c5969eca1e88764f"
+ "reference": "b55a638b189a6faa875e0ccdb00908fb87af95b3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/clock/zipball/832119f9b8dbc6c8e6f65f30c5969eca1e88764f",
- "reference": "832119f9b8dbc6c8e6f65f30c5969eca1e88764f",
+ "url": "https://api.github.com/repos/symfony/clock/zipball/b55a638b189a6faa875e0ccdb00908fb87af95b3",
+ "reference": "b55a638b189a6faa875e0ccdb00908fb87af95b3",
"shasum": ""
},
"require": {
@@ -6365,7 +6448,7 @@
"time"
],
"support": {
- "source": "https://github.com/symfony/clock/tree/v8.0.0"
+ "source": "https://github.com/symfony/clock/tree/v8.0.8"
},
"funding": [
{
@@ -6385,20 +6468,20 @@
"type": "tidelift"
}
],
- "time": "2025-11-12T15:46:48+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/config",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "6c17162555bfb58957a55bb0e43e00035b6ae3d5"
+ "reference": "2d19dde43fa2ff720b9a40763ace7226594f503b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/6c17162555bfb58957a55bb0e43e00035b6ae3d5",
- "reference": "6c17162555bfb58957a55bb0e43e00035b6ae3d5",
+ "url": "https://api.github.com/repos/symfony/config/zipball/2d19dde43fa2ff720b9a40763ace7226594f503b",
+ "reference": "2d19dde43fa2ff720b9a40763ace7226594f503b",
"shasum": ""
},
"require": {
@@ -6444,7 +6527,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/config/tree/v7.4.7"
+ "source": "https://github.com/symfony/config/tree/v7.4.8"
},
"funding": [
{
@@ -6464,20 +6547,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-06T10:41:14+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/console",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "e1e6770440fb9c9b0cf725f81d1361ad1835329d"
+ "reference": "1e92e39c51f95b88e3d66fa2d9f06d1fb45dd707"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/e1e6770440fb9c9b0cf725f81d1361ad1835329d",
- "reference": "e1e6770440fb9c9b0cf725f81d1361ad1835329d",
+ "url": "https://api.github.com/repos/symfony/console/zipball/1e92e39c51f95b88e3d66fa2d9f06d1fb45dd707",
+ "reference": "1e92e39c51f95b88e3d66fa2d9f06d1fb45dd707",
"shasum": ""
},
"require": {
@@ -6542,7 +6625,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v7.4.7"
+ "source": "https://github.com/symfony/console/tree/v7.4.8"
},
"funding": [
{
@@ -6562,20 +6645,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-06T14:06:20+00:00"
+ "time": "2026-03-30T13:54:39+00:00"
},
{
"name": "symfony/css-selector",
- "version": "v7.4.6",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
- "reference": "2e7c52c647b406e2107dd867db424a4dbac91864"
+ "reference": "b055f228a4178a1d6774909903905e3475f3eac8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/2e7c52c647b406e2107dd867db424a4dbac91864",
- "reference": "2e7c52c647b406e2107dd867db424a4dbac91864",
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/b055f228a4178a1d6774909903905e3475f3eac8",
+ "reference": "b055f228a4178a1d6774909903905e3475f3eac8",
"shasum": ""
},
"require": {
@@ -6611,7 +6694,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/css-selector/tree/v7.4.6"
+ "source": "https://github.com/symfony/css-selector/tree/v7.4.8"
},
"funding": [
{
@@ -6631,20 +6714,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-17T07:53:42+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/dependency-injection",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "0f651e58f4917fb0e2cd261ccbfe3d71e6e0f5db"
+ "reference": "f7025fd7b687c240426562f86ada06a93b1e771d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0f651e58f4917fb0e2cd261ccbfe3d71e6e0f5db",
- "reference": "0f651e58f4917fb0e2cd261ccbfe3d71e6e0f5db",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f7025fd7b687c240426562f86ada06a93b1e771d",
+ "reference": "f7025fd7b687c240426562f86ada06a93b1e771d",
"shasum": ""
},
"require": {
@@ -6695,7 +6778,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v7.4.7"
+ "source": "https://github.com/symfony/dependency-injection/tree/v7.4.8"
},
"funding": [
{
@@ -6715,7 +6798,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-03T07:48:48+00:00"
+ "time": "2026-03-31T06:50:29+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -6786,16 +6869,16 @@
},
{
"name": "symfony/doctrine-bridge",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
- "reference": "4fc5e2dd41be3c0b6321e0373072782edeff45ed"
+ "reference": "3f8f805e54ecb5cbd487b1eff8837a8bbd278669"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/4fc5e2dd41be3c0b6321e0373072782edeff45ed",
- "reference": "4fc5e2dd41be3c0b6321e0373072782edeff45ed",
+ "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/3f8f805e54ecb5cbd487b1eff8837a8bbd278669",
+ "reference": "3f8f805e54ecb5cbd487b1eff8837a8bbd278669",
"shasum": ""
},
"require": {
@@ -6875,7 +6958,7 @@
"description": "Provides integration for Doctrine with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/doctrine-bridge/tree/v7.4.7"
+ "source": "https://github.com/symfony/doctrine-bridge/tree/v7.4.8"
},
"funding": [
{
@@ -6895,20 +6978,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-05T08:16:50+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/dotenv",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
- "reference": "7e5529a0b02395cb4614cdf507495a4cef3115c5"
+ "reference": "5df79f11350166125fe754c85b87f7e13d735314"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dotenv/zipball/7e5529a0b02395cb4614cdf507495a4cef3115c5",
- "reference": "7e5529a0b02395cb4614cdf507495a4cef3115c5",
+ "url": "https://api.github.com/repos/symfony/dotenv/zipball/5df79f11350166125fe754c85b87f7e13d735314",
+ "reference": "5df79f11350166125fe754c85b87f7e13d735314",
"shasum": ""
},
"require": {
@@ -6953,7 +7036,7 @@
"environment"
],
"support": {
- "source": "https://github.com/symfony/dotenv/tree/v7.4.7"
+ "source": "https://github.com/symfony/dotenv/tree/v7.4.8"
},
"funding": [
{
@@ -6973,20 +7056,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-03T07:48:48+00:00"
+ "time": "2026-03-30T12:55:43+00:00"
},
{
"name": "symfony/error-handler",
- "version": "v8.0.4",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
- "reference": "7620b97ec0ab1d2d6c7fb737aa55da411bea776a"
+ "reference": "c1119fe8dcfc3825ec74ec061b96ef0c8f281517"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/7620b97ec0ab1d2d6c7fb737aa55da411bea776a",
- "reference": "7620b97ec0ab1d2d6c7fb737aa55da411bea776a",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/c1119fe8dcfc3825ec74ec061b96ef0c8f281517",
+ "reference": "c1119fe8dcfc3825ec74ec061b96ef0c8f281517",
"shasum": ""
},
"require": {
@@ -7034,7 +7117,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/error-handler/tree/v8.0.4"
+ "source": "https://github.com/symfony/error-handler/tree/v8.0.8"
},
"funding": [
{
@@ -7054,20 +7137,20 @@
"type": "tidelift"
}
],
- "time": "2026-01-23T11:07:10+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v7.4.4",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "dc2c0eba1af673e736bb851d747d266108aea746"
+ "reference": "f57b899fa736fd71121168ef268f23c206083f0a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/dc2c0eba1af673e736bb851d747d266108aea746",
- "reference": "dc2c0eba1af673e736bb851d747d266108aea746",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f57b899fa736fd71121168ef268f23c206083f0a",
+ "reference": "f57b899fa736fd71121168ef268f23c206083f0a",
"shasum": ""
},
"require": {
@@ -7119,7 +7202,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v7.4.4"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v7.4.8"
},
"funding": [
{
@@ -7139,7 +7222,7 @@
"type": "tidelift"
}
],
- "time": "2026-01-05T11:45:34+00:00"
+ "time": "2026-03-30T13:54:39+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
@@ -7219,16 +7302,16 @@
},
{
"name": "symfony/expression-language",
- "version": "v7.4.4",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
- "reference": "f3a6497eb6573e185f2ec41cd3b3f0cd68ddf667"
+ "reference": "87ff95687748f4af65e4d5a6e917d448ec52aa83"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/expression-language/zipball/f3a6497eb6573e185f2ec41cd3b3f0cd68ddf667",
- "reference": "f3a6497eb6573e185f2ec41cd3b3f0cd68ddf667",
+ "url": "https://api.github.com/repos/symfony/expression-language/zipball/87ff95687748f4af65e4d5a6e917d448ec52aa83",
+ "reference": "87ff95687748f4af65e4d5a6e917d448ec52aa83",
"shasum": ""
},
"require": {
@@ -7263,7 +7346,7 @@
"description": "Provides an engine that can compile and evaluate expressions",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/expression-language/tree/v7.4.4"
+ "source": "https://github.com/symfony/expression-language/tree/v7.4.8"
},
"funding": [
{
@@ -7283,7 +7366,7 @@
"type": "tidelift"
}
],
- "time": "2026-01-05T08:47:25+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/filesystem",
@@ -7357,16 +7440,16 @@
},
{
"name": "symfony/finder",
- "version": "v8.0.6",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "441404f09a54de6d1bd6ad219e088cdf4c91f97c"
+ "reference": "8da41214757b87d97f181e3d14a4179286151007"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/441404f09a54de6d1bd6ad219e088cdf4c91f97c",
- "reference": "441404f09a54de6d1bd6ad219e088cdf4c91f97c",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/8da41214757b87d97f181e3d14a4179286151007",
+ "reference": "8da41214757b87d97f181e3d14a4179286151007",
"shasum": ""
},
"require": {
@@ -7401,7 +7484,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v8.0.6"
+ "source": "https://github.com/symfony/finder/tree/v8.0.8"
},
"funding": [
{
@@ -7421,7 +7504,7 @@
"type": "tidelift"
}
],
- "time": "2026-01-29T09:41:02+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/flex",
@@ -7498,16 +7581,16 @@
},
{
"name": "symfony/framework-bundle",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
- "reference": "c94bc78c85d76af67918404a95d44940f66a7c2f"
+ "reference": "180533cfbac2144349044267db31d5d3df9957cb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/c94bc78c85d76af67918404a95d44940f66a7c2f",
- "reference": "c94bc78c85d76af67918404a95d44940f66a7c2f",
+ "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/180533cfbac2144349044267db31d5d3df9957cb",
+ "reference": "180533cfbac2144349044267db31d5d3df9957cb",
"shasum": ""
},
"require": {
@@ -7632,7 +7715,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/framework-bundle/tree/v7.4.7"
+ "source": "https://github.com/symfony/framework-bundle/tree/v7.4.8"
},
"funding": [
{
@@ -7652,20 +7735,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-06T15:39:55+00:00"
+ "time": "2026-03-30T12:55:43+00:00"
},
{
"name": "symfony/http-client",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
- "reference": "1010624285470eb60e88ed10035102c75b4ea6af"
+ "reference": "01933e626c3de76bea1e22641e205e78f6a34342"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/1010624285470eb60e88ed10035102c75b4ea6af",
- "reference": "1010624285470eb60e88ed10035102c75b4ea6af",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/01933e626c3de76bea1e22641e205e78f6a34342",
+ "reference": "01933e626c3de76bea1e22641e205e78f6a34342",
"shasum": ""
},
"require": {
@@ -7733,7 +7816,7 @@
"http"
],
"support": {
- "source": "https://github.com/symfony/http-client/tree/v7.4.7"
+ "source": "https://github.com/symfony/http-client/tree/v7.4.8"
},
"funding": [
{
@@ -7753,7 +7836,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-05T11:16:58+00:00"
+ "time": "2026-03-30T12:55:43+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -7835,16 +7918,16 @@
},
{
"name": "symfony/http-foundation",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "f94b3e7b7dafd40e666f0c9ff2084133bae41e81"
+ "reference": "9381209597ec66c25be154cbf2289076e64d1eab"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f94b3e7b7dafd40e666f0c9ff2084133bae41e81",
- "reference": "f94b3e7b7dafd40e666f0c9ff2084133bae41e81",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9381209597ec66c25be154cbf2289076e64d1eab",
+ "reference": "9381209597ec66c25be154cbf2289076e64d1eab",
"shasum": ""
},
"require": {
@@ -7893,7 +7976,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v7.4.7"
+ "source": "https://github.com/symfony/http-foundation/tree/v7.4.8"
},
"funding": [
{
@@ -7913,20 +7996,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-06T13:15:18+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "3b3fcf386c809be990c922e10e4c620d6367cab1"
+ "reference": "017e76ad089bac281553389269e259e155935e1a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3b3fcf386c809be990c922e10e4c620d6367cab1",
- "reference": "3b3fcf386c809be990c922e10e4c620d6367cab1",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/017e76ad089bac281553389269e259e155935e1a",
+ "reference": "017e76ad089bac281553389269e259e155935e1a",
"shasum": ""
},
"require": {
@@ -8012,7 +8095,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v7.4.7"
+ "source": "https://github.com/symfony/http-kernel/tree/v7.4.8"
},
"funding": [
{
@@ -8032,20 +8115,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-06T16:33:18+00:00"
+ "time": "2026-03-31T20:57:01+00:00"
},
{
"name": "symfony/intl",
- "version": "v7.4.6",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
- "reference": "6d6a398b18f73b3110140dbb030dcee2ae4ea81f"
+ "reference": "7cfb7792d580dea833647420afd5f2f98df8457b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/intl/zipball/6d6a398b18f73b3110140dbb030dcee2ae4ea81f",
- "reference": "6d6a398b18f73b3110140dbb030dcee2ae4ea81f",
+ "url": "https://api.github.com/repos/symfony/intl/zipball/7cfb7792d580dea833647420afd5f2f98df8457b",
+ "reference": "7cfb7792d580dea833647420afd5f2f98df8457b",
"shasum": ""
},
"require": {
@@ -8102,7 +8185,7 @@
"localization"
],
"support": {
- "source": "https://github.com/symfony/intl/tree/v7.4.6"
+ "source": "https://github.com/symfony/intl/tree/v7.4.8"
},
"funding": [
{
@@ -8122,20 +8205,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-09T09:33:46+00:00"
+ "time": "2026-03-30T12:55:43+00:00"
},
{
"name": "symfony/mailer",
- "version": "v7.4.6",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
- "reference": "b02726f39a20bc65e30364f5c750c4ddbf1f58e9"
+ "reference": "f6ea532250b476bfc1b56699b388a1bdbf168f62"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mailer/zipball/b02726f39a20bc65e30364f5c750c4ddbf1f58e9",
- "reference": "b02726f39a20bc65e30364f5c750c4ddbf1f58e9",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/f6ea532250b476bfc1b56699b388a1bdbf168f62",
+ "reference": "f6ea532250b476bfc1b56699b388a1bdbf168f62",
"shasum": ""
},
"require": {
@@ -8186,7 +8269,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/mailer/tree/v7.4.6"
+ "source": "https://github.com/symfony/mailer/tree/v7.4.8"
},
"funding": [
{
@@ -8206,20 +8289,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-25T16:50:00+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/mime",
- "version": "v8.0.7",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "5d26d1958aeeba2ace8cc64a3a93d4f5d8f8022b"
+ "reference": "ddff21f14c7ce04b98101b399a9463dce8b0ce66"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/5d26d1958aeeba2ace8cc64a3a93d4f5d8f8022b",
- "reference": "5d26d1958aeeba2ace8cc64a3a93d4f5d8f8022b",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/ddff21f14c7ce04b98101b399a9463dce8b0ce66",
+ "reference": "ddff21f14c7ce04b98101b399a9463dce8b0ce66",
"shasum": ""
},
"require": {
@@ -8272,7 +8355,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v8.0.7"
+ "source": "https://github.com/symfony/mime/tree/v8.0.8"
},
"funding": [
{
@@ -8292,20 +8375,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-06T13:17:40+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/monolog-bridge",
- "version": "v8.0.6",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
- "reference": "4dae5fe7f503c0e5ed304db684c3f0d95017e429"
+ "reference": "c6efdcbd5cc17cf7618fb4447053b792df6ae724"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/4dae5fe7f503c0e5ed304db684c3f0d95017e429",
- "reference": "4dae5fe7f503c0e5ed304db684c3f0d95017e429",
+ "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/c6efdcbd5cc17cf7618fb4447053b792df6ae724",
+ "reference": "c6efdcbd5cc17cf7618fb4447053b792df6ae724",
"shasum": ""
},
"require": {
@@ -8349,7 +8432,7 @@
"description": "Provides integration for Monolog with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/monolog-bridge/tree/v8.0.6"
+ "source": "https://github.com/symfony/monolog-bridge/tree/v8.0.8"
},
"funding": [
{
@@ -8369,20 +8452,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-17T13:07:04+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/monolog-bundle",
- "version": "v4.0.1",
+ "version": "v4.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bundle.git",
- "reference": "3b4ee2717ee56c5e1edb516140a175eb2a72bc66"
+ "reference": "c012c6aba13129eb02aa7dd61e66e720911d8598"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/3b4ee2717ee56c5e1edb516140a175eb2a72bc66",
- "reference": "3b4ee2717ee56c5e1edb516140a175eb2a72bc66",
+ "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/c012c6aba13129eb02aa7dd61e66e720911d8598",
+ "reference": "c012c6aba13129eb02aa7dd61e66e720911d8598",
"shasum": ""
},
"require": {
@@ -8428,7 +8511,7 @@
],
"support": {
"issues": "https://github.com/symfony/monolog-bundle/issues",
- "source": "https://github.com/symfony/monolog-bundle/tree/v4.0.1"
+ "source": "https://github.com/symfony/monolog-bundle/tree/v4.0.2"
},
"funding": [
{
@@ -8448,20 +8531,20 @@
"type": "tidelift"
}
],
- "time": "2025-12-08T08:00:13+00:00"
+ "time": "2026-04-02T18:27:21+00:00"
},
{
"name": "symfony/options-resolver",
- "version": "v8.0.0",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
- "reference": "d2b592535ffa6600c265a3893a7f7fd2bad82dd7"
+ "reference": "b48bce0a70b914f6953dafbd10474df232ed4de8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/d2b592535ffa6600c265a3893a7f7fd2bad82dd7",
- "reference": "d2b592535ffa6600c265a3893a7f7fd2bad82dd7",
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b48bce0a70b914f6953dafbd10474df232ed4de8",
+ "reference": "b48bce0a70b914f6953dafbd10474df232ed4de8",
"shasum": ""
},
"require": {
@@ -8499,7 +8582,7 @@
"options"
],
"support": {
- "source": "https://github.com/symfony/options-resolver/tree/v8.0.0"
+ "source": "https://github.com/symfony/options-resolver/tree/v8.0.8"
},
"funding": [
{
@@ -8519,20 +8602,20 @@
"type": "tidelift"
}
],
- "time": "2025-11-12T15:55:31+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/password-hasher",
- "version": "v8.0.6",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/password-hasher.git",
- "reference": "ff98a0be88030c5f4ba800414f911678cf9dad9a"
+ "reference": "57ee968d3c38301ed3e5b838f850a10f2d06a7f6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/password-hasher/zipball/ff98a0be88030c5f4ba800414f911678cf9dad9a",
- "reference": "ff98a0be88030c5f4ba800414f911678cf9dad9a",
+ "url": "https://api.github.com/repos/symfony/password-hasher/zipball/57ee968d3c38301ed3e5b838f850a10f2d06a7f6",
+ "reference": "57ee968d3c38301ed3e5b838f850a10f2d06a7f6",
"shasum": ""
},
"require": {
@@ -8572,7 +8655,7 @@
"password"
],
"support": {
- "source": "https://github.com/symfony/password-hasher/tree/v8.0.6"
+ "source": "https://github.com/symfony/password-hasher/tree/v8.0.8"
},
"funding": [
{
@@ -8592,7 +8675,7 @@
"type": "tidelift"
}
],
- "time": "2026-02-13T09:57:13+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
@@ -8926,16 +9009,16 @@
},
{
"name": "symfony/property-access",
- "version": "v7.4.4",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
- "reference": "fa49bf1ca8fce1ba0e2dba4e4658554cfb9364b1"
+ "reference": "b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/property-access/zipball/fa49bf1ca8fce1ba0e2dba4e4658554cfb9364b1",
- "reference": "fa49bf1ca8fce1ba0e2dba4e4658554cfb9364b1",
+ "url": "https://api.github.com/repos/symfony/property-access/zipball/b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc",
+ "reference": "b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc",
"shasum": ""
},
"require": {
@@ -8983,7 +9066,7 @@
"reflection"
],
"support": {
- "source": "https://github.com/symfony/property-access/tree/v7.4.4"
+ "source": "https://github.com/symfony/property-access/tree/v7.4.8"
},
"funding": [
{
@@ -9003,20 +9086,20 @@
"type": "tidelift"
}
],
- "time": "2026-01-05T08:47:25+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/property-info",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
- "reference": "02501d75fd834345da3ecdd8e3200ced39e370f8"
+ "reference": "ac5e82528b986c4f7cfccbf7764b5d2e824d6175"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/property-info/zipball/02501d75fd834345da3ecdd8e3200ced39e370f8",
- "reference": "02501d75fd834345da3ecdd8e3200ced39e370f8",
+ "url": "https://api.github.com/repos/symfony/property-info/zipball/ac5e82528b986c4f7cfccbf7764b5d2e824d6175",
+ "reference": "ac5e82528b986c4f7cfccbf7764b5d2e824d6175",
"shasum": ""
},
"require": {
@@ -9073,7 +9156,7 @@
"validator"
],
"support": {
- "source": "https://github.com/symfony/property-info/tree/v7.4.7"
+ "source": "https://github.com/symfony/property-info/tree/v7.4.8"
},
"funding": [
{
@@ -9093,20 +9176,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-04T15:53:26+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/psr-http-message-bridge",
- "version": "v8.0.4",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
- "reference": "d6edf266746dd0b8e81e754a79da77b08dc00531"
+ "reference": "94facc221260c1d5f20e31ee43cd6c6a824b4a19"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/d6edf266746dd0b8e81e754a79da77b08dc00531",
- "reference": "d6edf266746dd0b8e81e754a79da77b08dc00531",
+ "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/94facc221260c1d5f20e31ee43cd6c6a824b4a19",
+ "reference": "94facc221260c1d5f20e31ee43cd6c6a824b4a19",
"shasum": ""
},
"require": {
@@ -9160,7 +9243,7 @@
"psr-7"
],
"support": {
- "source": "https://github.com/symfony/psr-http-message-bridge/tree/v8.0.4"
+ "source": "https://github.com/symfony/psr-http-message-bridge/tree/v8.0.8"
},
"funding": [
{
@@ -9180,20 +9263,20 @@
"type": "tidelift"
}
],
- "time": "2026-01-03T23:40:55+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/routing",
- "version": "v7.4.6",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "238d749c56b804b31a9bf3e26519d93b65a60938"
+ "reference": "9608de9873ec86e754fb6c0a0fa7e5f1a960eb6b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/238d749c56b804b31a9bf3e26519d93b65a60938",
- "reference": "238d749c56b804b31a9bf3e26519d93b65a60938",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/9608de9873ec86e754fb6c0a0fa7e5f1a960eb6b",
+ "reference": "9608de9873ec86e754fb6c0a0fa7e5f1a960eb6b",
"shasum": ""
},
"require": {
@@ -9245,7 +9328,7 @@
"url"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v7.4.6"
+ "source": "https://github.com/symfony/routing/tree/v7.4.8"
},
"funding": [
{
@@ -9265,20 +9348,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-25T16:50:00+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/runtime",
- "version": "v7.4.1",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/runtime.git",
- "reference": "876f902a6cb6b26c003de244188c06b2ba1c172f"
+ "reference": "6d792a64fec1eae2f011cfe9ab5978a9eab3071e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/runtime/zipball/876f902a6cb6b26c003de244188c06b2ba1c172f",
- "reference": "876f902a6cb6b26c003de244188c06b2ba1c172f",
+ "url": "https://api.github.com/repos/symfony/runtime/zipball/6d792a64fec1eae2f011cfe9ab5978a9eab3071e",
+ "reference": "6d792a64fec1eae2f011cfe9ab5978a9eab3071e",
"shasum": ""
},
"require": {
@@ -9328,7 +9411,7 @@
"runtime"
],
"support": {
- "source": "https://github.com/symfony/runtime/tree/v7.4.1"
+ "source": "https://github.com/symfony/runtime/tree/v7.4.8"
},
"funding": [
{
@@ -9348,20 +9431,20 @@
"type": "tidelift"
}
],
- "time": "2025-12-05T14:04:53+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/security-bundle",
- "version": "v7.4.6",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
- "reference": "d79c6d9a373fe8585e85bcfca4c24b9783214263"
+ "reference": "6f73fdfd9ad23bf24b6f6c8d35be3ea6853d91af"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d79c6d9a373fe8585e85bcfca4c24b9783214263",
- "reference": "d79c6d9a373fe8585e85bcfca4c24b9783214263",
+ "url": "https://api.github.com/repos/symfony/security-bundle/zipball/6f73fdfd9ad23bf24b6f6c8d35be3ea6853d91af",
+ "reference": "6f73fdfd9ad23bf24b6f6c8d35be3ea6853d91af",
"shasum": ""
},
"require": {
@@ -9440,7 +9523,7 @@
"description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-bundle/tree/v7.4.6"
+ "source": "https://github.com/symfony/security-bundle/tree/v7.4.8"
},
"funding": [
{
@@ -9460,20 +9543,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-22T22:01:45+00:00"
+ "time": "2026-03-30T13:54:39+00:00"
},
{
"name": "symfony/security-core",
- "version": "v7.4.4",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
- "reference": "958a70725a8d669bec6721f4cd318d209712e944"
+ "reference": "23e0cd6615661e33e53faf714bf6a130c2f75c25"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-core/zipball/958a70725a8d669bec6721f4cd318d209712e944",
- "reference": "958a70725a8d669bec6721f4cd318d209712e944",
+ "url": "https://api.github.com/repos/symfony/security-core/zipball/23e0cd6615661e33e53faf714bf6a130c2f75c25",
+ "reference": "23e0cd6615661e33e53faf714bf6a130c2f75c25",
"shasum": ""
},
"require": {
@@ -9531,7 +9614,7 @@
"description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-core/tree/v7.4.4"
+ "source": "https://github.com/symfony/security-core/tree/v7.4.8"
},
"funding": [
{
@@ -9551,20 +9634,20 @@
"type": "tidelift"
}
],
- "time": "2026-01-14T09:36:49+00:00"
+ "time": "2026-03-31T07:00:19+00:00"
},
{
"name": "symfony/security-csrf",
- "version": "v8.0.6",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
- "reference": "60efcc82a33a33df87dcdec3ce3d6915b88958fd"
+ "reference": "83c8f60ef8d385c05ea863093c9efabe74800883"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-csrf/zipball/60efcc82a33a33df87dcdec3ce3d6915b88958fd",
- "reference": "60efcc82a33a33df87dcdec3ce3d6915b88958fd",
+ "url": "https://api.github.com/repos/symfony/security-csrf/zipball/83c8f60ef8d385c05ea863093c9efabe74800883",
+ "reference": "83c8f60ef8d385c05ea863093c9efabe74800883",
"shasum": ""
},
"require": {
@@ -9602,7 +9685,7 @@
"description": "Symfony Security Component - CSRF Library",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-csrf/tree/v8.0.6"
+ "source": "https://github.com/symfony/security-csrf/tree/v8.0.8"
},
"funding": [
{
@@ -9622,20 +9705,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-13T09:57:13+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/security-http",
- "version": "v7.4.6",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
- "reference": "52ce5ef5708900dcab9f55750cf81250a0ebba9f"
+ "reference": "1b07d7d472ba967fd66697067e6274084d2d1d7c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-http/zipball/52ce5ef5708900dcab9f55750cf81250a0ebba9f",
- "reference": "52ce5ef5708900dcab9f55750cf81250a0ebba9f",
+ "url": "https://api.github.com/repos/symfony/security-http/zipball/1b07d7d472ba967fd66697067e6274084d2d1d7c",
+ "reference": "1b07d7d472ba967fd66697067e6274084d2d1d7c",
"shasum": ""
},
"require": {
@@ -9694,7 +9777,7 @@
"description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-http/tree/v7.4.6"
+ "source": "https://github.com/symfony/security-http/tree/v7.4.8"
},
"funding": [
{
@@ -9714,20 +9797,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-18T09:46:18+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/serializer",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
- "reference": "bd395bbc6fabd136a48e1a6f91b09f88b5050b0b"
+ "reference": "006fd51717addf2df2bd1a64dafef6b7fab6b455"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/bd395bbc6fabd136a48e1a6f91b09f88b5050b0b",
- "reference": "bd395bbc6fabd136a48e1a6f91b09f88b5050b0b",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/006fd51717addf2df2bd1a64dafef6b7fab6b455",
+ "reference": "006fd51717addf2df2bd1a64dafef6b7fab6b455",
"shasum": ""
},
"require": {
@@ -9798,7 +9881,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/serializer/tree/v7.4.7"
+ "source": "https://github.com/symfony/serializer/tree/v7.4.8"
},
"funding": [
{
@@ -9818,7 +9901,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-06T13:15:18+00:00"
+ "time": "2026-03-30T21:34:42+00:00"
},
{
"name": "symfony/service-contracts",
@@ -9909,16 +9992,16 @@
},
{
"name": "symfony/stopwatch",
- "version": "v7.4.0",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
- "reference": "8a24af0a2e8a872fb745047180649b8418303084"
+ "reference": "70a852d72fec4d51efb1f48dcd968efcaf5ccb89"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/8a24af0a2e8a872fb745047180649b8418303084",
- "reference": "8a24af0a2e8a872fb745047180649b8418303084",
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/70a852d72fec4d51efb1f48dcd968efcaf5ccb89",
+ "reference": "70a852d72fec4d51efb1f48dcd968efcaf5ccb89",
"shasum": ""
},
"require": {
@@ -9951,7 +10034,7 @@
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/stopwatch/tree/v7.4.0"
+ "source": "https://github.com/symfony/stopwatch/tree/v7.4.8"
},
"funding": [
{
@@ -9971,20 +10054,20 @@
"type": "tidelift"
}
],
- "time": "2025-08-04T07:05:15+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/string",
- "version": "v8.0.6",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "6c9e1108041b5dce21a9a4984b531c4923aa9ec4"
+ "reference": "ae9488f874d7603f9d2dfbf120203882b645d963"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/6c9e1108041b5dce21a9a4984b531c4923aa9ec4",
- "reference": "6c9e1108041b5dce21a9a4984b531c4923aa9ec4",
+ "url": "https://api.github.com/repos/symfony/string/zipball/ae9488f874d7603f9d2dfbf120203882b645d963",
+ "reference": "ae9488f874d7603f9d2dfbf120203882b645d963",
"shasum": ""
},
"require": {
@@ -10041,7 +10124,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v8.0.6"
+ "source": "https://github.com/symfony/string/tree/v8.0.8"
},
"funding": [
{
@@ -10061,20 +10144,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-09T10:14:57+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/translation",
- "version": "v7.4.6",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
- "reference": "1888cf064399868af3784b9e043240f1d89d25ce"
+ "reference": "33600f8489485425bfcddd0d983391038d3422e7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/1888cf064399868af3784b9e043240f1d89d25ce",
- "reference": "1888cf064399868af3784b9e043240f1d89d25ce",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/33600f8489485425bfcddd0d983391038d3422e7",
+ "reference": "33600f8489485425bfcddd0d983391038d3422e7",
"shasum": ""
},
"require": {
@@ -10141,7 +10224,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/translation/tree/v7.4.6"
+ "source": "https://github.com/symfony/translation/tree/v7.4.8"
},
"funding": [
{
@@ -10161,7 +10244,7 @@
"type": "tidelift"
}
],
- "time": "2026-02-17T07:53:42+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/translation-contracts",
@@ -10247,16 +10330,16 @@
},
{
"name": "symfony/twig-bridge",
- "version": "v8.0.7",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
- "reference": "e0539400f53d8305945c06eba7e8df007402f5e2"
+ "reference": "a892d0b7f3d5d51b35895467e48aafbd1f2612a0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/e0539400f53d8305945c06eba7e8df007402f5e2",
- "reference": "e0539400f53d8305945c06eba7e8df007402f5e2",
+ "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/a892d0b7f3d5d51b35895467e48aafbd1f2612a0",
+ "reference": "a892d0b7f3d5d51b35895467e48aafbd1f2612a0",
"shasum": ""
},
"require": {
@@ -10267,7 +10350,8 @@
"conflict": {
"phpdocumentor/reflection-docblock": "<5.2|>=7",
"phpdocumentor/type-resolver": "<1.5.1",
- "symfony/form": "<7.4.4|>8.0,<8.0.4"
+ "symfony/form": "<7.4.4|>8.0,<8.0.4",
+ "symfony/mime": "<7.4.8|>8.0,<8.0.8"
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3|^4",
@@ -10285,7 +10369,7 @@
"symfony/http-foundation": "^7.4|^8.0",
"symfony/http-kernel": "^7.4|^8.0",
"symfony/intl": "^7.4|^8.0",
- "symfony/mime": "^7.4|^8.0",
+ "symfony/mime": "^7.4.8|^8.0.8",
"symfony/polyfill-intl-icu": "^1.0",
"symfony/property-info": "^7.4|^8.0",
"symfony/routing": "^7.4|^8.0",
@@ -10330,7 +10414,7 @@
"description": "Provides integration for Twig with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/twig-bridge/tree/v8.0.7"
+ "source": "https://github.com/symfony/twig-bridge/tree/v8.0.8"
},
"funding": [
{
@@ -10350,20 +10434,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-04T15:37:12+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/twig-bundle",
- "version": "v7.4.4",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
- "reference": "e8829e02ff96a391ed0703bac9e7ff0537480b6b"
+ "reference": "ba1e06d7ff1ebb1d1799b6608d925f4eaba88d95"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/e8829e02ff96a391ed0703bac9e7ff0537480b6b",
- "reference": "e8829e02ff96a391ed0703bac9e7ff0537480b6b",
+ "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/ba1e06d7ff1ebb1d1799b6608d925f4eaba88d95",
+ "reference": "ba1e06d7ff1ebb1d1799b6608d925f4eaba88d95",
"shasum": ""
},
"require": {
@@ -10420,7 +10504,7 @@
"description": "Provides a tight integration of Twig into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/twig-bundle/tree/v7.4.4"
+ "source": "https://github.com/symfony/twig-bundle/tree/v7.4.8"
},
"funding": [
{
@@ -10440,20 +10524,20 @@
"type": "tidelift"
}
],
- "time": "2026-01-06T12:34:24+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/type-info",
- "version": "v8.0.7",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/type-info.git",
- "reference": "3c7de103dd6cb68be24e155838a64ef4a70ae195"
+ "reference": "622d81551770029d44d16be68969712eb47892f1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/type-info/zipball/3c7de103dd6cb68be24e155838a64ef4a70ae195",
- "reference": "3c7de103dd6cb68be24e155838a64ef4a70ae195",
+ "url": "https://api.github.com/repos/symfony/type-info/zipball/622d81551770029d44d16be68969712eb47892f1",
+ "reference": "622d81551770029d44d16be68969712eb47892f1",
"shasum": ""
},
"require": {
@@ -10502,7 +10586,7 @@
"type"
],
"support": {
- "source": "https://github.com/symfony/type-info/tree/v8.0.7"
+ "source": "https://github.com/symfony/type-info/tree/v8.0.8"
},
"funding": [
{
@@ -10522,20 +10606,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-04T13:55:34+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/uid",
- "version": "v8.0.4",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/uid.git",
- "reference": "8b81bd3700f5c1913c22a3266a647aa1bb974435"
+ "reference": "f63fa6096a24147283bce4d29327d285326438e0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/uid/zipball/8b81bd3700f5c1913c22a3266a647aa1bb974435",
- "reference": "8b81bd3700f5c1913c22a3266a647aa1bb974435",
+ "url": "https://api.github.com/repos/symfony/uid/zipball/f63fa6096a24147283bce4d29327d285326438e0",
+ "reference": "f63fa6096a24147283bce4d29327d285326438e0",
"shasum": ""
},
"require": {
@@ -10580,7 +10664,7 @@
"uuid"
],
"support": {
- "source": "https://github.com/symfony/uid/tree/v8.0.4"
+ "source": "https://github.com/symfony/uid/tree/v8.0.8"
},
"funding": [
{
@@ -10600,20 +10684,20 @@
"type": "tidelift"
}
],
- "time": "2026-01-03T23:40:55+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/validator",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
- "reference": "3a1a460a9f8c5e5611e15c52c4baa5a62fa3c203"
+ "reference": "8f73cbddae916756f319b3e195088da216f0f12f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/validator/zipball/3a1a460a9f8c5e5611e15c52c4baa5a62fa3c203",
- "reference": "3a1a460a9f8c5e5611e15c52c4baa5a62fa3c203",
+ "url": "https://api.github.com/repos/symfony/validator/zipball/8f73cbddae916756f319b3e195088da216f0f12f",
+ "reference": "8f73cbddae916756f319b3e195088da216f0f12f",
"shasum": ""
},
"require": {
@@ -10684,7 +10768,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/validator/tree/v7.4.7"
+ "source": "https://github.com/symfony/validator/tree/v7.4.8"
},
"funding": [
{
@@ -10704,20 +10788,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-06T11:10:17+00:00"
+ "time": "2026-03-30T12:55:43+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v7.4.6",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "045321c440ac18347b136c63d2e9bf28a2dc0291"
+ "reference": "9510c3966f749a1d1ff0059e1eabef6cc621e7fd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/045321c440ac18347b136c63d2e9bf28a2dc0291",
- "reference": "045321c440ac18347b136c63d2e9bf28a2dc0291",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9510c3966f749a1d1ff0059e1eabef6cc621e7fd",
+ "reference": "9510c3966f749a1d1ff0059e1eabef6cc621e7fd",
"shasum": ""
},
"require": {
@@ -10771,7 +10855,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v7.4.6"
+ "source": "https://github.com/symfony/var-dumper/tree/v7.4.8"
},
"funding": [
{
@@ -10791,20 +10875,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-15T10:53:20+00:00"
+ "time": "2026-03-30T13:44:50+00:00"
},
{
"name": "symfony/var-exporter",
- "version": "v8.0.0",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
- "reference": "7345f46c251f2eb27c7b3ebdb5bb076b3ffcae04"
+ "reference": "15776bb07a91b089037da89f8832fa41d5fa6ec6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/7345f46c251f2eb27c7b3ebdb5bb076b3ffcae04",
- "reference": "7345f46c251f2eb27c7b3ebdb5bb076b3ffcae04",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/15776bb07a91b089037da89f8832fa41d5fa6ec6",
+ "reference": "15776bb07a91b089037da89f8832fa41d5fa6ec6",
"shasum": ""
},
"require": {
@@ -10851,7 +10935,7 @@
"serialize"
],
"support": {
- "source": "https://github.com/symfony/var-exporter/tree/v8.0.0"
+ "source": "https://github.com/symfony/var-exporter/tree/v8.0.8"
},
"funding": [
{
@@ -10871,20 +10955,20 @@
"type": "tidelift"
}
],
- "time": "2025-11-05T18:53:00+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/web-link",
- "version": "v8.0.4",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
- "reference": "0f79e9e89c4a8ecf4964cac25a12e152bcb23a99"
+ "reference": "f76065fd8d59284332c8beaf2d7e1449f8c532c3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/web-link/zipball/0f79e9e89c4a8ecf4964cac25a12e152bcb23a99",
- "reference": "0f79e9e89c4a8ecf4964cac25a12e152bcb23a99",
+ "url": "https://api.github.com/repos/symfony/web-link/zipball/f76065fd8d59284332c8beaf2d7e1449f8c532c3",
+ "reference": "f76065fd8d59284332c8beaf2d7e1449f8c532c3",
"shasum": ""
},
"require": {
@@ -10935,7 +11019,7 @@
"push"
],
"support": {
- "source": "https://github.com/symfony/web-link/tree/v8.0.4"
+ "source": "https://github.com/symfony/web-link/tree/v8.0.8"
},
"funding": [
{
@@ -10955,20 +11039,20 @@
"type": "tidelift"
}
],
- "time": "2026-01-01T23:07:29+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/yaml",
- "version": "v7.4.6",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "58751048de17bae71c5aa0d13cb19d79bca26391"
+ "reference": "c58fdf7b3d6c2995368264c49e4e8b05bcff2883"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/58751048de17bae71c5aa0d13cb19d79bca26391",
- "reference": "58751048de17bae71c5aa0d13cb19d79bca26391",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/c58fdf7b3d6c2995368264c49e4e8b05bcff2883",
+ "reference": "c58fdf7b3d6c2995368264c49e4e8b05bcff2883",
"shasum": ""
},
"require": {
@@ -11011,7 +11095,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v7.4.6"
+ "source": "https://github.com/symfony/yaml/tree/v7.4.8"
},
"funding": [
{
@@ -11031,7 +11115,7 @@
"type": "tidelift"
}
],
- "time": "2026-02-09T09:33:46+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
@@ -11375,16 +11459,16 @@
},
{
"name": "webonyx/graphql-php",
- "version": "v15.30.2",
+ "version": "v15.31.4",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
- "reference": "abf6dc5f8b27915bfde26fdda0e92cebfb9aebf5"
+ "reference": "8868e83562d9178e316097489440158b487be5fd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/abf6dc5f8b27915bfde26fdda0e92cebfb9aebf5",
- "reference": "abf6dc5f8b27915bfde26fdda0e92cebfb9aebf5",
+ "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/8868e83562d9178e316097489440158b487be5fd",
+ "reference": "8868e83562d9178e316097489440158b487be5fd",
"shasum": ""
},
"require": {
@@ -11397,14 +11481,14 @@
"amphp/http-server": "^2.1",
"dms/phpunit-arraysubset-asserts": "dev-master",
"ergebnis/composer-normalize": "^2.28",
- "friendsofphp/php-cs-fixer": "3.93.1",
+ "friendsofphp/php-cs-fixer": "3.94.2",
"mll-lab/php-cs-fixer-config": "5.13.0",
"nyholm/psr7": "^1.5",
"phpbench/phpbench": "^1.2",
"phpstan/extension-installer": "^1.1",
- "phpstan/phpstan": "2.1.38",
- "phpstan/phpstan-phpunit": "2.0.12",
- "phpstan/phpstan-strict-rules": "2.0.8",
+ "phpstan/phpstan": "2.1.46",
+ "phpstan/phpstan-phpunit": "2.0.16",
+ "phpstan/phpstan-strict-rules": "2.0.10",
"phpunit/phpunit": "^9.5 || ^10.5.21 || ^11",
"psr/http-message": "^1 || ^2",
"react/http": "^1.6",
@@ -11413,7 +11497,7 @@
"symfony/polyfill-php81": "^1.23",
"symfony/var-exporter": "^5 || ^6 || ^7 || ^8",
"thecodingmachine/safe": "^1.3 || ^2 || ^3",
- "ticketswap/phpstan-error-formatter": "1.2.4"
+ "ticketswap/phpstan-error-formatter": "1.2.6"
},
"suggest": {
"amphp/http-server": "To leverage async resolving with webserver on AMPHP platform",
@@ -11438,15 +11522,19 @@
],
"support": {
"issues": "https://github.com/webonyx/graphql-php/issues",
- "source": "https://github.com/webonyx/graphql-php/tree/v15.30.2"
+ "source": "https://github.com/webonyx/graphql-php/tree/v15.31.4"
},
"funding": [
+ {
+ "url": "https://github.com/spawnia",
+ "type": "github"
+ },
{
"url": "https://opencollective.com/webonyx-graphql-php",
"type": "open_collective"
}
],
- "time": "2026-02-05T16:03:59+00:00"
+ "time": "2026-04-02T07:20:06+00:00"
},
{
"name": "willdurand/negotiation",
@@ -11508,22 +11596,22 @@
"packages-dev": [
{
"name": "api-platform/graphql",
- "version": "v4.2.20",
+ "version": "v4.3.3",
"source": {
"type": "git",
"url": "https://github.com/api-platform/graphql.git",
- "reference": "25b44ca446d86b50b5bc412a093f387f1994390e"
+ "reference": "2e804edd76c5355dc6f2ece9d06d4c243c6f67d2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/graphql/zipball/25b44ca446d86b50b5bc412a093f387f1994390e",
- "reference": "25b44ca446d86b50b5bc412a093f387f1994390e",
+ "url": "https://api.github.com/repos/api-platform/graphql/zipball/2e804edd76c5355dc6f2ece9d06d4c243c6f67d2",
+ "reference": "2e804edd76c5355dc6f2ece9d06d4c243c6f67d2",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^4.2",
- "api-platform/serializer": "^4.2.4",
- "api-platform/state": "^4.2.4",
+ "api-platform/metadata": "^4.3",
+ "api-platform/serializer": "^4.3",
+ "api-platform/state": "^4.3",
"php": ">=8.2",
"symfony/property-info": "^7.1 || ^8.0",
"symfony/serializer": "^6.4 || ^7.1 || ^8.0",
@@ -11536,7 +11624,7 @@
"symfony/http-client": "<6.4"
},
"require-dev": {
- "api-platform/validator": "^4.2.4",
+ "api-platform/validator": "^4.3.1",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^12.2",
"symfony/mercure-bundle": "*",
@@ -11561,7 +11649,7 @@
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev",
"dev-4.2": "4.2.x-dev",
- "dev-main": "4.3.x-dev"
+ "dev-main": "4.4.x-dev"
}
},
"autoload": {
@@ -11594,22 +11682,22 @@
"graphql"
],
"support": {
- "source": "https://github.com/api-platform/graphql/tree/v4.2.20"
+ "source": "https://github.com/api-platform/graphql/tree/v4.3.3"
},
- "time": "2026-02-25T15:52:40+00:00"
+ "time": "2026-03-17T15:43:29+00:00"
},
{
"name": "brianium/paratest",
- "version": "v7.19.2",
+ "version": "v7.20.0",
"source": {
"type": "git",
"url": "https://github.com/paratestphp/paratest.git",
- "reference": "66e4f7910cecf67736bccf2b8bd53a2e3eb98bd9"
+ "reference": "81c80677c9ec0ed4ef16b246167f11dec81a6e3d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paratestphp/paratest/zipball/66e4f7910cecf67736bccf2b8bd53a2e3eb98bd9",
- "reference": "66e4f7910cecf67736bccf2b8bd53a2e3eb98bd9",
+ "url": "https://api.github.com/repos/paratestphp/paratest/zipball/81c80677c9ec0ed4ef16b246167f11dec81a6e3d",
+ "reference": "81c80677c9ec0ed4ef16b246167f11dec81a6e3d",
"shasum": ""
},
"require": {
@@ -11633,7 +11721,7 @@
"ext-pcntl": "*",
"ext-pcov": "*",
"ext-posix": "*",
- "phpstan/phpstan": "^2.1.40",
+ "phpstan/phpstan": "^2.1.44",
"phpstan/phpstan-deprecation-rules": "^2.0.4",
"phpstan/phpstan-phpunit": "^2.0.16",
"phpstan/phpstan-strict-rules": "^2.0.10",
@@ -11677,7 +11765,7 @@
],
"support": {
"issues": "https://github.com/paratestphp/paratest/issues",
- "source": "https://github.com/paratestphp/paratest/tree/v7.19.2"
+ "source": "https://github.com/paratestphp/paratest/tree/v7.20.0"
},
"funding": [
{
@@ -11689,7 +11777,7 @@
"type": "paypal"
}
],
- "time": "2026-03-09T14:33:17+00:00"
+ "time": "2026-03-29T15:46:14+00:00"
},
{
"name": "clue/ndjson-react",
@@ -11834,83 +11922,6 @@
],
"time": "2024-11-12T16:29:46+00:00"
},
- {
- "name": "composer/semver",
- "version": "3.4.4",
- "source": {
- "type": "git",
- "url": "https://github.com/composer/semver.git",
- "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95",
- "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.2 || ^7.0 || ^8.0"
- },
- "require-dev": {
- "phpstan/phpstan": "^1.11",
- "symfony/phpunit-bridge": "^3 || ^7"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Composer\\Semver\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nils Adermann",
- "email": "naderman@naderman.de",
- "homepage": "http://www.naderman.de"
- },
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- },
- {
- "name": "Rob Bast",
- "email": "rob.bast@gmail.com",
- "homepage": "http://robbast.nl"
- }
- ],
- "description": "Semver library that offers utilities, version constraint parsing and validation.",
- "keywords": [
- "semantic",
- "semver",
- "validation",
- "versioning"
- ],
- "support": {
- "irc": "ircs://irc.libera.chat:6697/composer",
- "issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/3.4.4"
- },
- "funding": [
- {
- "url": "https://packagist.com",
- "type": "custom"
- },
- {
- "url": "https://github.com/composer",
- "type": "github"
- }
- ],
- "time": "2025-08-20T19:15:30+00:00"
- },
{
"name": "composer/xdebug-handler",
"version": "3.0.5",
@@ -12337,16 +12348,16 @@
},
{
"name": "hautelook/alice-bundle",
- "version": "2.17.2",
+ "version": "2.17.3",
"source": {
"type": "git",
"url": "https://github.com/theofidry/AliceBundle.git",
- "reference": "f6add53c2d0b14229c6d5af0092f611c1fb15244"
+ "reference": "3f3ec5248587d0b59b753f90f3f5a0891dd89d71"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/theofidry/AliceBundle/zipball/f6add53c2d0b14229c6d5af0092f611c1fb15244",
- "reference": "f6add53c2d0b14229c6d5af0092f611c1fb15244",
+ "url": "https://api.github.com/repos/theofidry/AliceBundle/zipball/3f3ec5248587d0b59b753f90f3f5a0891dd89d71",
+ "reference": "3f3ec5248587d0b59b753f90f3f5a0891dd89d71",
"shasum": ""
},
"require": {
@@ -12363,6 +12374,7 @@
},
"require-dev": {
"monolog/monolog": "^3.5",
+ "php-cs-fixer/shim": "^3.94",
"phpspec/prophecy": "^1.14.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^11.5.46",
@@ -12406,22 +12418,22 @@
],
"support": {
"issues": "https://github.com/theofidry/AliceBundle/issues",
- "source": "https://github.com/theofidry/AliceBundle/tree/2.17.2"
+ "source": "https://github.com/theofidry/AliceBundle/tree/2.17.3"
},
- "time": "2026-01-05T09:47:07+00:00"
+ "time": "2026-03-21T21:21:40+00:00"
},
{
"name": "justinrainbow/json-schema",
- "version": "v6.7.2",
+ "version": "6.8.0",
"source": {
"type": "git",
"url": "https://github.com/jsonrainbow/json-schema.git",
- "reference": "6fea66c7204683af437864e7c4e7abf383d14bc0"
+ "reference": "89ac92bcfe5d0a8a4433c7b89d394553ae7250cc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/6fea66c7204683af437864e7c4e7abf383d14bc0",
- "reference": "6fea66c7204683af437864e7c4e7abf383d14bc0",
+ "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/89ac92bcfe5d0a8a4433c7b89d394553ae7250cc",
+ "reference": "89ac92bcfe5d0a8a4433c7b89d394553ae7250cc",
"shasum": ""
},
"require": {
@@ -12481,9 +12493,9 @@
],
"support": {
"issues": "https://github.com/jsonrainbow/json-schema/issues",
- "source": "https://github.com/jsonrainbow/json-schema/tree/v6.7.2"
+ "source": "https://github.com/jsonrainbow/json-schema/tree/6.8.0"
},
- "time": "2026-02-15T15:06:22+00:00"
+ "time": "2026-04-02T12:43:11+00:00"
},
{
"name": "marc-mabe/php-enum",
@@ -12974,11 +12986,11 @@
},
{
"name": "phpstan/phpstan",
- "version": "2.1.40",
+ "version": "2.1.46",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9b2c7aeb83a75d8680ea5e7c9b7fca88052b766b",
- "reference": "9b2c7aeb83a75d8680ea5e7c9b7fca88052b766b",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
+ "reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
"shasum": ""
},
"require": {
@@ -13023,20 +13035,20 @@
"type": "github"
}
],
- "time": "2026-02-23T15:04:35+00:00"
+ "time": "2026-04-01T09:25:14+00:00"
},
{
"name": "phpunit/php-code-coverage",
- "version": "12.5.3",
+ "version": "13.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "b015312f28dd75b75d3422ca37dff2cd1a565e8d"
+ "reference": "2ea1bcdad040326c02edd6519cc9d1c5a9f6c87e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b015312f28dd75b75d3422ca37dff2cd1a565e8d",
- "reference": "b015312f28dd75b75d3422ca37dff2cd1a565e8d",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2ea1bcdad040326c02edd6519cc9d1c5a9f6c87e",
+ "reference": "2ea1bcdad040326c02edd6519cc9d1c5a9f6c87e",
"shasum": ""
},
"require": {
@@ -13044,17 +13056,16 @@
"ext-libxml": "*",
"ext-xmlwriter": "*",
"nikic/php-parser": "^5.7.0",
- "php": ">=8.3",
- "phpunit/php-file-iterator": "^6.0",
- "phpunit/php-text-template": "^5.0",
- "sebastian/complexity": "^5.0",
- "sebastian/environment": "^8.0.3",
- "sebastian/lines-of-code": "^4.0",
- "sebastian/version": "^6.0",
+ "php": ">=8.4",
+ "phpunit/php-text-template": "^6.0",
+ "sebastian/complexity": "^6.0",
+ "sebastian/environment": "^9.0",
+ "sebastian/lines-of-code": "^5.0",
+ "sebastian/version": "^7.0",
"theseer/tokenizer": "^2.0.1"
},
"require-dev": {
- "phpunit/phpunit": "^12.5.1"
+ "phpunit/phpunit": "^13.0"
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",
@@ -13063,7 +13074,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "12.5.x-dev"
+ "dev-main": "13.0.x-dev"
}
},
"autoload": {
@@ -13092,7 +13103,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.5.3"
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/13.0.2"
},
"funding": [
{
@@ -13112,32 +13123,32 @@
"type": "tidelift"
}
],
- "time": "2026-02-06T06:01:44+00:00"
+ "time": "2026-04-01T14:12:38+00:00"
},
{
"name": "phpunit/php-file-iterator",
- "version": "6.0.1",
+ "version": "7.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
- "reference": "3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5"
+ "reference": "6e5aa1fb0a95b1703d83e721299ee18bb4e2de50"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5",
- "reference": "3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6e5aa1fb0a95b1703d83e721299ee18bb4e2de50",
+ "reference": "6e5aa1fb0a95b1703d83e721299ee18bb4e2de50",
"shasum": ""
},
"require": {
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "6.0-dev"
+ "dev-main": "7.0-dev"
}
},
"autoload": {
@@ -13165,7 +13176,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
- "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/6.0.1"
+ "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/7.0.0"
},
"funding": [
{
@@ -13185,28 +13196,28 @@
"type": "tidelift"
}
],
- "time": "2026-02-02T14:04:18+00:00"
+ "time": "2026-02-06T04:33:26+00:00"
},
{
"name": "phpunit/php-invoker",
- "version": "6.0.0",
+ "version": "7.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
- "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406"
+ "reference": "42e5c5cae0c65df12d1b1a3ab52bf3f50f244d88"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406",
- "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/42e5c5cae0c65df12d1b1a3ab52bf3f50f244d88",
+ "reference": "42e5c5cae0c65df12d1b1a3ab52bf3f50f244d88",
"shasum": ""
},
"require": {
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
"ext-pcntl": "*",
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"suggest": {
"ext-pcntl": "*"
@@ -13214,7 +13225,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "6.0-dev"
+ "dev-main": "7.0-dev"
}
},
"autoload": {
@@ -13241,40 +13252,52 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
- "source": "https://github.com/sebastianbergmann/php-invoker/tree/6.0.0"
+ "source": "https://github.com/sebastianbergmann/php-invoker/tree/7.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpunit/php-invoker",
+ "type": "tidelift"
}
],
- "time": "2025-02-07T04:58:58+00:00"
+ "time": "2026-02-06T04:34:47+00:00"
},
{
"name": "phpunit/php-text-template",
- "version": "5.0.0",
+ "version": "6.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
- "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53"
+ "reference": "a47af19f93f76aa3368303d752aa5272ca3299f4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53",
- "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/a47af19f93f76aa3368303d752aa5272ca3299f4",
+ "reference": "a47af19f93f76aa3368303d752aa5272ca3299f4",
"shasum": ""
},
"require": {
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "5.0-dev"
+ "dev-main": "6.0-dev"
}
},
"autoload": {
@@ -13301,40 +13324,52 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
- "source": "https://github.com/sebastianbergmann/php-text-template/tree/5.0.0"
+ "source": "https://github.com/sebastianbergmann/php-text-template/tree/6.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpunit/php-text-template",
+ "type": "tidelift"
}
],
- "time": "2025-02-07T04:59:16+00:00"
+ "time": "2026-02-06T04:36:37+00:00"
},
{
"name": "phpunit/php-timer",
- "version": "8.0.0",
+ "version": "9.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
- "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc"
+ "reference": "a0e12065831f6ab0d83120dc61513eb8d9a966f6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
- "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/a0e12065831f6ab0d83120dc61513eb8d9a966f6",
+ "reference": "a0e12065831f6ab0d83120dc61513eb8d9a966f6",
"shasum": ""
},
"require": {
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "8.0-dev"
+ "dev-main": "9.0-dev"
}
},
"autoload": {
@@ -13361,28 +13396,40 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"security": "https://github.com/sebastianbergmann/php-timer/security/policy",
- "source": "https://github.com/sebastianbergmann/php-timer/tree/8.0.0"
+ "source": "https://github.com/sebastianbergmann/php-timer/tree/9.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpunit/php-timer",
+ "type": "tidelift"
}
],
- "time": "2025-02-07T04:59:38+00:00"
+ "time": "2026-02-06T04:37:53+00:00"
},
{
"name": "phpunit/phpunit",
- "version": "12.5.14",
+ "version": "13.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "47283cfd98d553edcb1353591f4e255dc1bb61f0"
+ "reference": "d57826e8921a534680c613924bfd921ded8047f4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/47283cfd98d553edcb1353591f4e255dc1bb61f0",
- "reference": "47283cfd98d553edcb1353591f4e255dc1bb61f0",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d57826e8921a534680c613924bfd921ded8047f4",
+ "reference": "d57826e8921a534680c613924bfd921ded8047f4",
"shasum": ""
},
"require": {
@@ -13395,22 +13442,22 @@
"myclabs/deep-copy": "^1.13.4",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
- "php": ">=8.3",
- "phpunit/php-code-coverage": "^12.5.3",
- "phpunit/php-file-iterator": "^6.0.1",
- "phpunit/php-invoker": "^6.0.0",
- "phpunit/php-text-template": "^5.0.0",
- "phpunit/php-timer": "^8.0.0",
- "sebastian/cli-parser": "^4.2.0",
- "sebastian/comparator": "^7.1.4",
- "sebastian/diff": "^7.0.0",
- "sebastian/environment": "^8.0.3",
- "sebastian/exporter": "^7.0.2",
- "sebastian/global-state": "^8.0.2",
- "sebastian/object-enumerator": "^7.0.0",
- "sebastian/recursion-context": "^7.0.1",
- "sebastian/type": "^6.0.3",
- "sebastian/version": "^6.0.0",
+ "php": ">=8.4.1",
+ "phpunit/php-code-coverage": "^13.0.1",
+ "phpunit/php-file-iterator": "^7.0.0",
+ "phpunit/php-invoker": "^7.0.0",
+ "phpunit/php-text-template": "^6.0.0",
+ "phpunit/php-timer": "^9.0.0",
+ "sebastian/cli-parser": "^5.0.0",
+ "sebastian/comparator": "^8.0.0",
+ "sebastian/diff": "^8.0.0",
+ "sebastian/environment": "^9.0.0",
+ "sebastian/exporter": "^8.0.0",
+ "sebastian/global-state": "^9.0.0",
+ "sebastian/object-enumerator": "^8.0.0",
+ "sebastian/recursion-context": "^8.0.0",
+ "sebastian/type": "^7.0.0",
+ "sebastian/version": "^7.0.0",
"staabm/side-effects-detector": "^1.0.5"
},
"bin": [
@@ -13419,7 +13466,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "12.5-dev"
+ "dev-main": "13.0-dev"
}
},
"autoload": {
@@ -13451,7 +13498,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.14"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/13.0.5"
},
"funding": [
{
@@ -13475,20 +13522,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-18T12:38:40+00:00"
+ "time": "2026-02-18T12:40:03+00:00"
},
{
"name": "psalm/phar",
- "version": "6.16.0",
+ "version": "6.16.1",
"source": {
"type": "git",
"url": "https://github.com/psalm/phar.git",
- "reference": "b1c5f376a4bf4099dd348f59c09374815bffd785"
+ "reference": "11c6b55449667837fc07bb2a456c45a137c05ecd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/psalm/phar/zipball/b1c5f376a4bf4099dd348f59c09374815bffd785",
- "reference": "b1c5f376a4bf4099dd348f59c09374815bffd785",
+ "url": "https://api.github.com/repos/psalm/phar/zipball/11c6b55449667837fc07bb2a456c45a137c05ecd",
+ "reference": "11c6b55449667837fc07bb2a456c45a137c05ecd",
"shasum": ""
},
"require": {
@@ -13508,9 +13555,9 @@
"description": "Composer-based Psalm Phar",
"support": {
"issues": "https://github.com/psalm/phar/issues",
- "source": "https://github.com/psalm/phar/tree/6.16.0"
+ "source": "https://github.com/psalm/phar/tree/6.16.1"
},
- "time": "2026-03-17T11:25:49+00:00"
+ "time": "2026-03-19T11:11:23+00:00"
},
{
"name": "react/cache",
@@ -14040,21 +14087,21 @@
},
{
"name": "rector/rector",
- "version": "2.3.8",
+ "version": "2.3.9",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
- "reference": "bbd37aedd8df749916cffa2a947cfc4714d1ba2c"
+ "reference": "917842143fd9f5331a2adefc214b8d7143bd32c4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/rectorphp/rector/zipball/bbd37aedd8df749916cffa2a947cfc4714d1ba2c",
- "reference": "bbd37aedd8df749916cffa2a947cfc4714d1ba2c",
+ "url": "https://api.github.com/repos/rectorphp/rector/zipball/917842143fd9f5331a2adefc214b8d7143bd32c4",
+ "reference": "917842143fd9f5331a2adefc214b8d7143bd32c4",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
- "phpstan/phpstan": "^2.1.38"
+ "phpstan/phpstan": "^2.1.40"
},
"conflict": {
"rector/rector-doctrine": "*",
@@ -14088,7 +14135,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
- "source": "https://github.com/rectorphp/rector/tree/2.3.8"
+ "source": "https://github.com/rectorphp/rector/tree/2.3.9"
},
"funding": [
{
@@ -14096,32 +14143,32 @@
"type": "github"
}
],
- "time": "2026-02-22T09:45:50+00:00"
+ "time": "2026-03-16T09:43:55+00:00"
},
{
"name": "sebastian/cli-parser",
- "version": "4.2.0",
+ "version": "5.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
- "reference": "90f41072d220e5c40df6e8635f5dafba2d9d4d04"
+ "reference": "48a4654fa5e48c1c81214e9930048a572d4b23ca"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/90f41072d220e5c40df6e8635f5dafba2d9d4d04",
- "reference": "90f41072d220e5c40df6e8635f5dafba2d9d4d04",
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/48a4654fa5e48c1c81214e9930048a572d4b23ca",
+ "reference": "48a4654fa5e48c1c81214e9930048a572d4b23ca",
"shasum": ""
},
"require": {
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "4.2-dev"
+ "dev-main": "5.0-dev"
}
},
"autoload": {
@@ -14145,7 +14192,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
- "source": "https://github.com/sebastianbergmann/cli-parser/tree/4.2.0"
+ "source": "https://github.com/sebastianbergmann/cli-parser/tree/5.0.0"
},
"funding": [
{
@@ -14165,31 +14212,31 @@
"type": "tidelift"
}
],
- "time": "2025-09-14T09:36:45+00:00"
+ "time": "2026-02-06T04:39:44+00:00"
},
{
"name": "sebastian/comparator",
- "version": "7.1.4",
+ "version": "8.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
- "reference": "6a7de5df2e094f9a80b40a522391a7e6022df5f6"
+ "reference": "44b063d0a64da0e8ea74fb6464d8de2b1429ab7e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a7de5df2e094f9a80b40a522391a7e6022df5f6",
- "reference": "6a7de5df2e094f9a80b40a522391a7e6022df5f6",
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/44b063d0a64da0e8ea74fb6464d8de2b1429ab7e",
+ "reference": "44b063d0a64da0e8ea74fb6464d8de2b1429ab7e",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
- "php": ">=8.3",
- "sebastian/diff": "^7.0",
- "sebastian/exporter": "^7.0"
+ "php": ">=8.4",
+ "sebastian/diff": "^8.1",
+ "sebastian/exporter": "^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^12.2"
+ "phpunit/phpunit": "^13.0"
},
"suggest": {
"ext-bcmath": "For comparing BcMath\\Number objects"
@@ -14197,7 +14244,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "7.1-dev"
+ "dev-main": "8.1-dev"
}
},
"autoload": {
@@ -14237,7 +14284,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
- "source": "https://github.com/sebastianbergmann/comparator/tree/7.1.4"
+ "source": "https://github.com/sebastianbergmann/comparator/tree/8.1.1"
},
"funding": [
{
@@ -14257,33 +14304,33 @@
"type": "tidelift"
}
],
- "time": "2026-01-24T09:28:48+00:00"
+ "time": "2026-04-08T04:47:31+00:00"
},
{
"name": "sebastian/complexity",
- "version": "5.0.0",
+ "version": "6.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
- "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb"
+ "reference": "c5651c795c98093480df79350cb050813fc7a2f3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb",
- "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb",
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/c5651c795c98093480df79350cb050813fc7a2f3",
+ "reference": "c5651c795c98093480df79350cb050813fc7a2f3",
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "5.0-dev"
+ "dev-main": "6.0-dev"
}
},
"autoload": {
@@ -14307,41 +14354,53 @@
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
- "source": "https://github.com/sebastianbergmann/complexity/tree/5.0.0"
+ "source": "https://github.com/sebastianbergmann/complexity/tree/6.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/complexity",
+ "type": "tidelift"
}
],
- "time": "2025-02-07T04:55:25+00:00"
+ "time": "2026-02-06T04:41:32+00:00"
},
{
"name": "sebastian/diff",
- "version": "7.0.0",
+ "version": "8.1.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
- "reference": "7ab1ea946c012266ca32390913653d844ecd085f"
+ "reference": "9c957d730257f49c873f3761674559bd90098a7d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
- "reference": "7ab1ea946c012266ca32390913653d844ecd085f",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/9c957d730257f49c873f3761674559bd90098a7d",
+ "reference": "9c957d730257f49c873f3761674559bd90098a7d",
"shasum": ""
},
"require": {
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^12.0",
+ "phpunit/phpunit": "^13.0",
"symfony/process": "^7.2"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "7.0-dev"
+ "dev-main": "8.1-dev"
}
},
"autoload": {
@@ -14374,35 +14433,47 @@
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"security": "https://github.com/sebastianbergmann/diff/security/policy",
- "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
+ "source": "https://github.com/sebastianbergmann/diff/tree/8.1.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/diff",
+ "type": "tidelift"
}
],
- "time": "2025-02-07T04:55:46+00:00"
+ "time": "2026-04-05T12:02:33+00:00"
},
{
"name": "sebastian/environment",
- "version": "8.0.4",
+ "version": "9.2.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
- "reference": "7b8842c2d8e85d0c3a5831236bf5869af6ab2a11"
+ "reference": "c0964f624fcac84e318fc9ef0193cbb9809a331a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/7b8842c2d8e85d0c3a5831236bf5869af6ab2a11",
- "reference": "7b8842c2d8e85d0c3a5831236bf5869af6ab2a11",
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/c0964f624fcac84e318fc9ef0193cbb9809a331a",
+ "reference": "c0964f624fcac84e318fc9ef0193cbb9809a331a",
"shasum": ""
},
"require": {
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"suggest": {
"ext-posix": "*"
@@ -14410,7 +14481,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "8.0-dev"
+ "dev-main": "9.2-dev"
}
},
"autoload": {
@@ -14438,7 +14509,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"security": "https://github.com/sebastianbergmann/environment/security/policy",
- "source": "https://github.com/sebastianbergmann/environment/tree/8.0.4"
+ "source": "https://github.com/sebastianbergmann/environment/tree/9.2.0"
},
"funding": [
{
@@ -14458,34 +14529,34 @@
"type": "tidelift"
}
],
- "time": "2026-03-15T07:05:40+00:00"
+ "time": "2026-04-05T07:07:20+00:00"
},
{
"name": "sebastian/exporter",
- "version": "7.0.2",
+ "version": "8.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
- "reference": "016951ae10980765e4e7aee491eb288c64e505b7"
+ "reference": "40801a527c8c3eaed8aa7f95ab7f144599bb1854"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/016951ae10980765e4e7aee491eb288c64e505b7",
- "reference": "016951ae10980765e4e7aee491eb288c64e505b7",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/40801a527c8c3eaed8aa7f95ab7f144599bb1854",
+ "reference": "40801a527c8c3eaed8aa7f95ab7f144599bb1854",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
- "php": ">=8.3",
- "sebastian/recursion-context": "^7.0"
+ "php": ">=8.4",
+ "sebastian/recursion-context": "^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "7.0-dev"
+ "dev-main": "8.0-dev"
}
},
"autoload": {
@@ -14528,7 +14599,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
- "source": "https://github.com/sebastianbergmann/exporter/tree/7.0.2"
+ "source": "https://github.com/sebastianbergmann/exporter/tree/8.0.1"
},
"funding": [
{
@@ -14548,35 +14619,35 @@
"type": "tidelift"
}
],
- "time": "2025-09-24T06:16:11+00:00"
+ "time": "2026-04-10T12:56:23+00:00"
},
{
"name": "sebastian/global-state",
- "version": "8.0.2",
+ "version": "9.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
- "reference": "ef1377171613d09edd25b7816f05be8313f9115d"
+ "reference": "e52e3dc22441e6218c710afe72c3042f8fc41ea7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ef1377171613d09edd25b7816f05be8313f9115d",
- "reference": "ef1377171613d09edd25b7816f05be8313f9115d",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e52e3dc22441e6218c710afe72c3042f8fc41ea7",
+ "reference": "e52e3dc22441e6218c710afe72c3042f8fc41ea7",
"shasum": ""
},
"require": {
- "php": ">=8.3",
- "sebastian/object-reflector": "^5.0",
- "sebastian/recursion-context": "^7.0"
+ "php": ">=8.4",
+ "sebastian/object-reflector": "^6.0",
+ "sebastian/recursion-context": "^8.0"
},
"require-dev": {
"ext-dom": "*",
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "8.0-dev"
+ "dev-main": "9.0-dev"
}
},
"autoload": {
@@ -14602,7 +14673,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
- "source": "https://github.com/sebastianbergmann/global-state/tree/8.0.2"
+ "source": "https://github.com/sebastianbergmann/global-state/tree/9.0.0"
},
"funding": [
{
@@ -14622,33 +14693,33 @@
"type": "tidelift"
}
],
- "time": "2025-08-29T11:29:25+00:00"
+ "time": "2026-02-06T04:45:13+00:00"
},
{
"name": "sebastian/lines-of-code",
- "version": "4.0.0",
+ "version": "5.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
- "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f"
+ "reference": "4f21bb7768e1c997722ccc7efb1d6b5c11bfd471"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f",
- "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f",
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/4f21bb7768e1c997722ccc7efb1d6b5c11bfd471",
+ "reference": "4f21bb7768e1c997722ccc7efb1d6b5c11bfd471",
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "4.0-dev"
+ "dev-main": "5.0-dev"
}
},
"autoload": {
@@ -14672,42 +14743,54 @@
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
- "source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.0"
+ "source": "https://github.com/sebastianbergmann/lines-of-code/tree/5.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/lines-of-code",
+ "type": "tidelift"
}
],
- "time": "2025-02-07T04:57:28+00:00"
+ "time": "2026-02-06T04:45:54+00:00"
},
{
"name": "sebastian/object-enumerator",
- "version": "7.0.0",
+ "version": "8.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
- "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894"
+ "reference": "b39ab125fd9a7434b0ecbc4202eebce11a98cfc5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894",
- "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/b39ab125fd9a7434b0ecbc4202eebce11a98cfc5",
+ "reference": "b39ab125fd9a7434b0ecbc4202eebce11a98cfc5",
"shasum": ""
},
"require": {
- "php": ">=8.3",
- "sebastian/object-reflector": "^5.0",
- "sebastian/recursion-context": "^7.0"
+ "php": ">=8.4",
+ "sebastian/object-reflector": "^6.0",
+ "sebastian/recursion-context": "^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "7.0-dev"
+ "dev-main": "8.0-dev"
}
},
"autoload": {
@@ -14730,40 +14813,52 @@
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
- "source": "https://github.com/sebastianbergmann/object-enumerator/tree/7.0.0"
+ "source": "https://github.com/sebastianbergmann/object-enumerator/tree/8.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/object-enumerator",
+ "type": "tidelift"
}
],
- "time": "2025-02-07T04:57:48+00:00"
+ "time": "2026-02-06T04:46:36+00:00"
},
{
"name": "sebastian/object-reflector",
- "version": "5.0.0",
+ "version": "6.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
- "reference": "4bfa827c969c98be1e527abd576533293c634f6a"
+ "reference": "3ca042c2c60b0eab094f8a1b6a7093f4d4c72200"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a",
- "reference": "4bfa827c969c98be1e527abd576533293c634f6a",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/3ca042c2c60b0eab094f8a1b6a7093f4d4c72200",
+ "reference": "3ca042c2c60b0eab094f8a1b6a7093f4d4c72200",
"shasum": ""
},
"require": {
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "5.0-dev"
+ "dev-main": "6.0-dev"
}
},
"autoload": {
@@ -14786,40 +14881,52 @@
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
- "source": "https://github.com/sebastianbergmann/object-reflector/tree/5.0.0"
+ "source": "https://github.com/sebastianbergmann/object-reflector/tree/6.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/object-reflector",
+ "type": "tidelift"
}
],
- "time": "2025-02-07T04:58:17+00:00"
+ "time": "2026-02-06T04:47:13+00:00"
},
{
"name": "sebastian/recursion-context",
- "version": "7.0.1",
+ "version": "8.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
- "reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c"
+ "reference": "74c5af21f6a5833e91767ca068c4d3dfec15317e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
- "reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/74c5af21f6a5833e91767ca068c4d3dfec15317e",
+ "reference": "74c5af21f6a5833e91767ca068c4d3dfec15317e",
"shasum": ""
},
"require": {
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "7.0-dev"
+ "dev-main": "8.0-dev"
}
},
"autoload": {
@@ -14850,7 +14957,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
- "source": "https://github.com/sebastianbergmann/recursion-context/tree/7.0.1"
+ "source": "https://github.com/sebastianbergmann/recursion-context/tree/8.0.0"
},
"funding": [
{
@@ -14870,32 +14977,32 @@
"type": "tidelift"
}
],
- "time": "2025-08-13T04:44:59+00:00"
+ "time": "2026-02-06T04:51:28+00:00"
},
{
"name": "sebastian/type",
- "version": "6.0.3",
+ "version": "7.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
- "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d"
+ "reference": "42412224607bd3931241bbd17f38e0f972f5a916"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/e549163b9760b8f71f191651d22acf32d56d6d4d",
- "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d",
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/42412224607bd3931241bbd17f38e0f972f5a916",
+ "reference": "42412224607bd3931241bbd17f38e0f972f5a916",
"shasum": ""
},
"require": {
- "php": ">=8.3"
+ "php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^13.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "6.0-dev"
+ "dev-main": "7.0-dev"
}
},
"autoload": {
@@ -14919,7 +15026,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"security": "https://github.com/sebastianbergmann/type/security/policy",
- "source": "https://github.com/sebastianbergmann/type/tree/6.0.3"
+ "source": "https://github.com/sebastianbergmann/type/tree/7.0.0"
},
"funding": [
{
@@ -14939,29 +15046,29 @@
"type": "tidelift"
}
],
- "time": "2025-08-09T06:57:12+00:00"
+ "time": "2026-02-06T04:52:09+00:00"
},
{
"name": "sebastian/version",
- "version": "6.0.0",
+ "version": "7.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
- "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c"
+ "reference": "ad37a5552c8e2b88572249fdc19b6da7792e021b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c",
- "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c",
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ad37a5552c8e2b88572249fdc19b6da7792e021b",
+ "reference": "ad37a5552c8e2b88572249fdc19b6da7792e021b",
"shasum": ""
},
"require": {
- "php": ">=8.3"
+ "php": ">=8.4"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "6.0-dev"
+ "dev-main": "7.0-dev"
}
},
"autoload": {
@@ -14985,15 +15092,27 @@
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"security": "https://github.com/sebastianbergmann/version/security/policy",
- "source": "https://github.com/sebastianbergmann/version/tree/6.0.0"
+ "source": "https://github.com/sebastianbergmann/version/tree/7.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/version",
+ "type": "tidelift"
}
],
- "time": "2025-02-07T05:00:38+00:00"
+ "time": "2026-02-06T04:52:52+00:00"
},
{
"name": "spatie/phpunit-snapshot-assertions",
@@ -15126,16 +15245,16 @@
},
{
"name": "symfony/browser-kit",
- "version": "v7.4.4",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
- "reference": "bed167eadaaba641f51fc842c9227aa5e251309e"
+ "reference": "41850d8f8ddef9a9cd7314fa9f4902cf48885521"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/browser-kit/zipball/bed167eadaaba641f51fc842c9227aa5e251309e",
- "reference": "bed167eadaaba641f51fc842c9227aa5e251309e",
+ "url": "https://api.github.com/repos/symfony/browser-kit/zipball/41850d8f8ddef9a9cd7314fa9f4902cf48885521",
+ "reference": "41850d8f8ddef9a9cd7314fa9f4902cf48885521",
"shasum": ""
},
"require": {
@@ -15175,7 +15294,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/browser-kit/tree/v7.4.4"
+ "source": "https://github.com/symfony/browser-kit/tree/v7.4.8"
},
"funding": [
{
@@ -15195,20 +15314,20 @@
"type": "tidelift"
}
],
- "time": "2026-01-13T10:40:19+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/debug-bundle",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-bundle.git",
- "reference": "7affd8924ef9a7739ec53284c2fc30afeeae7124"
+ "reference": "3eb18c1e6cd16da2cea1f1b5162e442af4afee44"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/7affd8924ef9a7739ec53284c2fc30afeeae7124",
- "reference": "7affd8924ef9a7739ec53284c2fc30afeeae7124",
+ "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/3eb18c1e6cd16da2cea1f1b5162e442af4afee44",
+ "reference": "3eb18c1e6cd16da2cea1f1b5162e442af4afee44",
"shasum": ""
},
"require": {
@@ -15250,7 +15369,7 @@
"description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/debug-bundle/tree/v7.4.7"
+ "source": "https://github.com/symfony/debug-bundle/tree/v7.4.8"
},
"funding": [
{
@@ -15270,20 +15389,20 @@
"type": "tidelift"
}
],
- "time": "2026-03-03T07:48:48+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/dom-crawler",
- "version": "v8.0.6",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
- "reference": "7f504fe7fb7fa5fee40a653104842cf6f851a6d8"
+ "reference": "284ace90732b445b027728b5e0eec6418a17a364"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7f504fe7fb7fa5fee40a653104842cf6f851a6d8",
- "reference": "7f504fe7fb7fa5fee40a653104842cf6f851a6d8",
+ "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/284ace90732b445b027728b5e0eec6418a17a364",
+ "reference": "284ace90732b445b027728b5e0eec6418a17a364",
"shasum": ""
},
"require": {
@@ -15320,7 +15439,7 @@
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dom-crawler/tree/v8.0.6"
+ "source": "https://github.com/symfony/dom-crawler/tree/v8.0.8"
},
"funding": [
{
@@ -15340,23 +15459,24 @@
"type": "tidelift"
}
],
- "time": "2026-02-17T13:07:04+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/maker-bundle",
- "version": "v1.66.0",
+ "version": "v1.67.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
- "reference": "b5b4afa2a570b926682e9f34615a6766dd560ff4"
+ "reference": "6ce8b313845f16bcf385ee3cb31d8b24e30d5516"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/b5b4afa2a570b926682e9f34615a6766dd560ff4",
- "reference": "b5b4afa2a570b926682e9f34615a6766dd560ff4",
+ "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/6ce8b313845f16bcf385ee3cb31d8b24e30d5516",
+ "reference": "6ce8b313845f16bcf385ee3cb31d8b24e30d5516",
"shasum": ""
},
"require": {
+ "composer-runtime-api": "^2.1",
"doctrine/inflector": "^2.0",
"nikic/php-parser": "^5.0",
"php": ">=8.1",
@@ -15418,7 +15538,7 @@
],
"support": {
"issues": "https://github.com/symfony/maker-bundle/issues",
- "source": "https://github.com/symfony/maker-bundle/tree/v1.66.0"
+ "source": "https://github.com/symfony/maker-bundle/tree/v1.67.0"
},
"funding": [
{
@@ -15438,20 +15558,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-09T08:55:54+00:00"
+ "time": "2026-03-18T13:39:06+00:00"
},
{
"name": "symfony/process",
- "version": "v8.0.5",
+ "version": "v8.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "b5f3aa6762e33fd95efbaa2ec4f4bc9fdd16d674"
+ "reference": "cb8939aff03470d1a9d1d1b66d08c6fa71b3bbdc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/b5f3aa6762e33fd95efbaa2ec4f4bc9fdd16d674",
- "reference": "b5f3aa6762e33fd95efbaa2ec4f4bc9fdd16d674",
+ "url": "https://api.github.com/repos/symfony/process/zipball/cb8939aff03470d1a9d1d1b66d08c6fa71b3bbdc",
+ "reference": "cb8939aff03470d1a9d1d1b66d08c6fa71b3bbdc",
"shasum": ""
},
"require": {
@@ -15483,7 +15603,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v8.0.5"
+ "source": "https://github.com/symfony/process/tree/v8.0.8"
},
"funding": [
{
@@ -15503,20 +15623,20 @@
"type": "tidelift"
}
],
- "time": "2026-01-26T15:08:38+00:00"
+ "time": "2026-03-30T15:14:47+00:00"
},
{
"name": "symfony/web-profiler-bundle",
- "version": "v7.4.7",
+ "version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
- "reference": "da9e91746fc9c575be8b5ff466b7572d98e7e1ae"
+ "reference": "79f039096c67cc1cc3f607d2ba72af86cd27e6a4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/da9e91746fc9c575be8b5ff466b7572d98e7e1ae",
- "reference": "da9e91746fc9c575be8b5ff466b7572d98e7e1ae",
+ "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/79f039096c67cc1cc3f607d2ba72af86cd27e6a4",
+ "reference": "79f039096c67cc1cc3f607d2ba72af86cd27e6a4",
"shasum": ""
},
"require": {
@@ -15573,7 +15693,7 @@
"dev"
],
"support": {
- "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.4.7"
+ "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.4.8"
},
"funding": [
{
@@ -15593,7 +15713,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-03T13:57:00+00:00"
+ "time": "2026-03-24T13:12:05+00:00"
},
{
"name": "theofidry/alice-data-fixtures",
diff --git a/api/psalm.xml b/api/psalm.xml
index 671e1158e0..b2cc6a2392 100644
--- a/api/psalm.xml
+++ b/api/psalm.xml
@@ -18,6 +18,5 @@
+ {{ $tc('global.info.offline.title') }} + {{ $tc('global.info.offline.description') }} +
+| + {{ $tc('entity.scheduleEntry.fields.nr') }} + | ++ {{ $tc('entity.scheduleEntry.fields.duration') }} + | ++ {{ $tc('entity.scheduleEntry.fields.time') }} + | +|
|---|---|---|---|
|
+ |
+ + {{ + timeDurationShort(scheduleEntryItem.start, scheduleEntryItem.end) + }} + | ++ {{ dateShort(scheduleEntryItem.start) }} + | +
+ |
+
+ {{ $tc('contentNode.responsiveLayout.mainContent') }} +
++ {{ $tc('contentNode.responsiveLayout.printAboveMainContent') }} +
++ {{ $tc('contentNode.responsiveLayout.printBelowMainContent') }} +
++ {{ $tc('contentNode.columnLayout.entity.column.name', 2, { name: slotName }) }} + {{ width + '0%' }} +
+ +
+
+ {{ + $tc('components.campAdmin.campDangerZone.deleteCamp.explanation', 0, { + campTitle: camp.title, + }) + }} +
+ ++ {{ + $tc(`components.campAdmin.campSharingSettings.${sharingStatus}.title`) + }}{{ + $tc( + `components.campAdmin.campSharingSettings.${sharingStatus}.description` + ) + }} +
+
+
+ {{ $tc('components.campAdmin.campSharingSettings.implications') }} +
+ +{{ $tc('components.campAdmin.dialogPeriodDateEdit.movePeriod') }}
+{{ $tc('components.campAdmin.dialogPeriodDateEdit.periodChangeStart') }}
+{{ $tc('components.campAdmin.dialogPeriodDateEdit.periodChangeEnd') }}
++ {{ $tc('components.campAdmin.errorExistingActivitiesList.description') }} +
+{{ checklistItem.text }}
+{{ description }}
++
{{ granted }}
+{{ denied }}
++ {{ $tc('components.material.materialCreateItem.noMaterialListAvailable') }} +
++ {{ + $tc('components.personalInvitations.personalInvitations.noOpenInvitations', 0, { + email: authUser.profile().email, + }) + }} +
+{{ cnf }}
+ + {{ + $tc('global.warning.delete', warningTextEntity ? 2 : 0, { + entity: warningTextEntity, + }) + }} +
++ {{ $tc('components.story.storyDay.noStory') }} +
++ {{ $tc('components.user.dialogChangeMail.message') }} +
+
+
+
+
{{ value }}
+
+ {{ $tc('views.auth.login.accountless') }}
+
+ + * + {{ $tc('views.auth.register.requiredField') }} + +
+ +
+ {{ $tc('views.auth.register.alreadyHaveAnAccount') }}
+
+
+
+
| + {{ $tc('views.camp.dashboard.columns.number') }} + | ++ {{ $tc('views.camp.dashboard.columns.category') }} + | ++ {{ $tc('views.camp.dashboard.columns.time') }} + | ++ {{ $tc('views.camp.dashboard.columns.title') }} + | ++ {{ $tc('views.camp.dashboard.columns.responsible') }} + | +
|---|---|---|---|---|
|
+
+ {{ dateLong(days[dayUri].start) }}
+
+ |
+ ||||
+ {{ $tc('views.camp.dashboard.noEntries') }} +
++ {{ $tc('views.camp.dashboard.welcome') }} +
+ +|
+
+
+ |
+
|---|
| + | + | + |
- {{ $tc('global.info.offline.title') }} - {{ $tc('global.info.offline.description') }} + {{ $t('global.info.offline.title') }} + {{ $t('global.info.offline.description') }}
- {{ $tc('contentNode.columnLayout.entity.column.name', 2, { name: slotName }) }} +
+ {{ $t('contentNode.columnLayout.entity.column.name', { name: slotName }, 2) }} {{ width + '0%' }}