Skip to content

Commit df44f0b

Browse files
committed
Update all non-major dependencies
1 parent 6ce9d1f commit df44f0b

File tree

4 files changed

+100
-84
lines changed

4 files changed

+100
-84
lines changed

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@symfony/stimulus-bridge": "4.0.1",
1717
"@symfony/webpack-encore": "5.1.0",
1818
"copy-webpack-plugin": "13.0.0",
19-
"core-js": "3.44.0",
19+
"core-js": "3.45.0",
2020
"croppie": "2.6.5",
2121
"echarts": "6.0.0",
2222
"regenerator-runtime": "0.14.1",

assets/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2428,10 +2428,10 @@ __metadata:
24282428
languageName: node
24292429
linkType: hard
24302430

2431-
"core-js@npm:3.44.0":
2432-
version: 3.44.0
2433-
resolution: "core-js@npm:3.44.0"
2434-
checksum: 10/759ef4ab0d12c9a6e8a32537d2b0fe64c2d7be40e13e0d7eb9604a970c380d64f37489dee03bd1c286c169e47a69d3ca2a968e8fcde0f78094ea22a20465d763
2431+
"core-js@npm:3.45.0":
2432+
version: 3.45.0
2433+
resolution: "core-js@npm:3.45.0"
2434+
checksum: 10/162cd63b4d4cb2fed7a8635e69b760f4247e5d39ea99348e0b66af8e8899395a34de1b93504eb8db2adf4c47a0756475545c3da9c24875c7c33396fa8dc061c1
24352435
languageName: node
24362436
linkType: hard
24372437

@@ -3391,7 +3391,7 @@ __metadata:
33913391
"@symfony/webpack-encore": "npm:5.1.0"
33923392
bazinga-translator: "npm:7.0.0"
33933393
copy-webpack-plugin: "npm:13.0.0"
3394-
core-js: "npm:3.44.0"
3394+
core-js: "npm:3.45.0"
33953395
croppie: "npm:2.6.5"
33963396
echarts: "npm:6.0.0"
33973397
hotkeys-js: "npm:^3.10.2"

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"composer/semver": "3.4.3",
1919
"doctrine/doctrine-bundle": "2.15.1",
2020
"doctrine/doctrine-migrations-bundle": "3.4.2",
21-
"doctrine/orm": "3.5.0",
22-
"doctrine/dbal": "4.3.1",
21+
"doctrine/orm": "3.5.2",
22+
"doctrine/dbal": "4.3.2",
2323
"doctrine/persistence": "3.4.0",
2424
"lexik/jwt-authentication-bundle": "3.1.1",
2525
"maennchen/zipstream-php": "3.2.0",
@@ -61,7 +61,7 @@
6161
"symfony/uid": "7.3.1",
6262
"symfony/validator": "7.3.2",
6363
"symfony/web-link": "7.3.0",
64-
"symfony/webpack-encore-bundle": "2.2.0",
64+
"symfony/webpack-encore-bundle": "2.3.0",
6565
"symfony/yaml": "7.3.2",
6666
"twig/extra-bundle": "3.21.0",
6767
"twig/intl-extra": "3.21.0",
@@ -70,17 +70,17 @@
7070
},
7171
"require-dev": {
7272
"brianium/paratest": "7.11.0",
73-
"dama/doctrine-test-bundle": "8.3.0",
73+
"dama/doctrine-test-bundle": "8.3.1",
7474
"friendsofphp/php-cs-fixer": "3.85.1",
7575
"justinrainbow/json-schema": "6.4.2",
7676
"phpunit/php-code-coverage": "12.3.2",
77-
"phpunit/phpunit": "12.3.0",
77+
"phpunit/phpunit": "12.3.3",
7878
"rector/rector": "2.1.2",
7979
"symfony/maker-bundle": "1.64.0",
8080
"symfony/stopwatch": "7.3.0",
8181
"symfony/var-dumper": "7.3.2",
8282
"symfony/web-profiler-bundle": "7.3.2",
83-
"zenstruck/foundry": "2.6.1"
83+
"zenstruck/foundry": "2.6.2"
8484
},
8585
"config": {
8686
"allow-plugins": {

0 commit comments

Comments
 (0)