Skip to content

Commit 0f054ef

Browse files
fix(deps): update dependency @stripe/stripe-js to v7.1.0 (#1647)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@stripe/stripe-js](https://stripe.com/docs/js) ([source](https://redirect.github.com/stripe/stripe-js)) | [`7.0.0` -> `7.1.0`](https://renovatebot.com/diffs/npm/@stripe%2fstripe-js/7.0.0/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@stripe%2fstripe-js/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stripe%2fstripe-js/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stripe%2fstripe-js/7.0.0/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stripe%2fstripe-js/7.0.0/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>stripe/stripe-js (@&#8203;stripe/stripe-js)</summary> ### [`v7.1.0`](https://redirect.github.com/stripe/stripe-js/releases/tag/v7.1.0) [Compare Source](https://redirect.github.com/stripe/stripe-js/compare/v7.0.0...v7.1.0) <!-- Please group the following commits into one of the sections below. --> <!-- Remove empty sections when done. --> ##### New features - Remove CPM beta references, add CPM to elements.update types ([#&#8203;747](https://redirect.github.com/stripe/stripe-js/issues/747)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kula-app/OnLaunch). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent b642477 commit 0f054ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@sentry/cli": "2.43.0",
2929
"@sentry/nextjs": "9.12.0",
3030
"@stripe/react-stripe-js": "3.6.0",
31-
"@stripe/stripe-js": "7.0.0",
31+
"@stripe/stripe-js": "7.1.0",
3232
"@types/bcrypt": "5.0.2",
3333
"autoprefixer": "10.4.21",
3434
"base64url": "3.0.1",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -3058,10 +3058,10 @@ __metadata:
30583058
languageName: node
30593059
linkType: hard
30603060

3061-
"@stripe/stripe-js@npm:7.0.0":
3062-
version: 7.0.0
3063-
resolution: "@stripe/stripe-js@npm:7.0.0"
3064-
checksum: 10c0/0d585e393a78bfd450cb6cadd1e225c35e25ae90fdf4b32b31def50a55af289ae45cfe64403066d2565deb2ea04ec412c2f2d04ac0acd8b69795ab6bb19ec8ed
3061+
"@stripe/stripe-js@npm:7.1.0":
3062+
version: 7.1.0
3063+
resolution: "@stripe/stripe-js@npm:7.1.0"
3064+
checksum: 10c0/2d89465455e5127299c6b6cfe2c5cd315aca784bb5434b4c0c93bd3d40e5a5bca20ef48e220f677244e2bbf80d2e7df1f5d6c75b59b2933a31c8639fdf4e1a53
30653065
languageName: node
30663066
linkType: hard
30673067

@@ -10353,7 +10353,7 @@ __metadata:
1035310353
"@sentry/cli": "npm:2.43.0"
1035410354
"@sentry/nextjs": "npm:9.12.0"
1035510355
"@stripe/react-stripe-js": "npm:3.6.0"
10356-
"@stripe/stripe-js": "npm:7.0.0"
10356+
"@stripe/stripe-js": "npm:7.1.0"
1035710357
"@testing-library/dom": "npm:10.4.0"
1035810358
"@testing-library/jest-dom": "npm:6.6.3"
1035910359
"@testing-library/react": "npm:16.3.0"

0 commit comments

Comments
 (0)