From 00ad7fa4e13d53ca2acf5efb42704e81ee277c2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:12:29 +0000 Subject: [PATCH] Update dependency @symfony/stimulus-bridge to v4 --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1f7c5310..f898eafc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@babel/core": "^7.24.9", "@babel/preset-env": "^7.25.0", "@hotwired/stimulus": "^3.2.2", - "@symfony/stimulus-bridge": "^3.2.2", + "@symfony/stimulus-bridge": "^4.0.0", "@symfony/stimulus-bundle": "file:vendor/symfony/stimulus-bundle/assets", "@symfony/webpack-encore": "^5.0.0", "core-js": "^3.37.1", @@ -2409,20 +2409,19 @@ "license": "MIT" }, "node_modules/@symfony/stimulus-bridge": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@symfony/stimulus-bridge/-/stimulus-bridge-3.2.3.tgz", - "integrity": "sha512-36rQTihQ2MGOn8EmdOYCr3DQfP3WS1CNcUUXKTPY5ghtFOeb7OVuhbc32AjRowE2/vaVDOUCPOTv3VLf5VtXBA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@symfony/stimulus-bridge/-/stimulus-bridge-4.0.0.tgz", + "integrity": "sha512-BfeXHAyNtE2hFJtTKFS8vLW2ElqNyzUZJJ4TMeUhrjBjYVt4/myeQxpLidy995l+TEzryE7YrnShqLviBr3pAg==", "dev": true, "license": "MIT", "dependencies": { "@hotwired/stimulus-webpack-helpers": "^1.0.1", "@types/webpack-env": "^1.16.4", - "acorn": "^8.0.5", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" + "loader-utils": "^2.0.0 || ^3.0.0", + "schema-utils": "^3.0.0 || ^4.0.0" }, "engines": { - "node": "^10.13.0 || >=12.0.0" + "node": "^18.12.0 || ^20.0.0 || >=22.0" }, "peerDependencies": { "@hotwired/stimulus": "^3.0" diff --git a/package.json b/package.json index 72314c7a5..1e03c3a84 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@babel/core": "^7.24.9", "@babel/preset-env": "^7.25.0", "@hotwired/stimulus": "^3.2.2", - "@symfony/stimulus-bridge": "^3.2.2", + "@symfony/stimulus-bridge": "^4.0.0", "@symfony/stimulus-bundle": "file:vendor/symfony/stimulus-bundle/assets", "@symfony/webpack-encore": "^5.0.0", "core-js": "^3.37.1",