From c7f3c35017a90fcdc6ce138546d2ff843b615e28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Oct 2023 14:49:02 +0000 Subject: [PATCH] fix: upgrade @stripe/stripe-js from 2.1.5 to 2.1.6 Snyk has created this PR to upgrade @stripe/stripe-js from 2.1.5 to 2.1.6. See this package in npm: See this project in Snyk: https://app.snyk.io/org/dlobo/project/6f510e1d-4ed6-43d9-9454-67f2e4178b5e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2fd8470e4..f72d1b44c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@mui/material": "^5.14.9", "@mui/x-date-pickers": "^6.14.0", "@stripe/react-stripe-js": "^2.3.0", - "@stripe/stripe-js": "^2.1.5", + "@stripe/stripe-js": "^2.1.6", "@types/jest": "^29.5.5", "@vitejs/plugin-react": "^4.0.4", "apollo-absinthe-upload-link": "^1.7.0", diff --git a/yarn.lock b/yarn.lock index 71957e757..f565cd3c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -984,10 +984,10 @@ dependencies: prop-types "^15.7.2" -"@stripe/stripe-js@^2.1.5": - version "2.1.5" - resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-2.1.5.tgz#17595710e8f4f83665402e527b0997a0274650dd" - integrity sha512-vKztTjPYeCcX1Y1Ug2sE5+m/Gdm4CVAKGcQiRjLHQd2hDkjkVKClx3RbCStSi9rLRy50xHCiM+/kj4fbCHHA1Q== +"@stripe/stripe-js@^2.1.6": + version "2.1.7" + resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-2.1.7.tgz#9ce9be34ba7f778c626710d6a12171e364a927ba" + integrity sha512-oI620ARpFp5jCXfwIYMxyBJmtTFuAjSA8x3k3JgW1M6cvLmw9XgmNcGNegQWmirpozhFNflxrZEgp10og+6MSA== "@svgr/babel-plugin-add-jsx-attribute@^7.0.0": version "7.0.0"