From be28414f8e5517a0340710a0f3138478c7277d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:52:38 +0000 Subject: [PATCH] chore(deps): bump @stripe/stripe-js from 4.0.0 to 4.1.0 Bumps [@stripe/stripe-js](https://github.com/stripe/stripe-js) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/stripe/stripe-js/releases) - [Commits](https://github.com/stripe/stripe-js/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: "@stripe/stripe-js" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eb54bab2a20b..369701a3edd8 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@mdn/browser-compat-data": "^5.5.36", "@mozilla/glean": "5.0.2", "@sentry/node": "^8.13.0", - "@stripe/stripe-js": "^4.0.0", + "@stripe/stripe-js": "^4.1.0", "@use-it/interval": "^1.0.0", "@vscode/ripgrep": "^1.15.9", "@webref/css": "^6.13.0", diff --git a/yarn.lock b/yarn.lock index e4c19e9371ac..bad95cbab35d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2731,10 +2731,10 @@ dependencies: "@sinonjs/commons" "^2.0.0" -"@stripe/stripe-js@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-4.0.0.tgz#57f258cdd595bba0b8a4f5dc94fc58bfa0a324a6" - integrity sha512-R5zewuzTVPGn4dXkavbgDk8vSILkT5hRlzga10p6JzngR17qKi1fgc27kl58TmaVvgBZGngTRNH2j9kYdvfPGA== +"@stripe/stripe-js@^4.1.0": + version "4.1.0" + resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-4.1.0.tgz#11a54478df28b7a2d146251f645fb26e9efc9bfd" + integrity sha512-HhstGRUz/4JdbZpb26OcOf8Qb/cFR02arvHvgz4sPFLSnI6ZNHC53Jc6JP/FGNwxtrF719YyUnK0gGy4oyhucQ== "@svgr/babel-plugin-add-jsx-attribute@8.0.0": version "8.0.0"