diff --git a/package-lock.json b/package-lock.json index 3bb69e45b..ec8217830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { - "@stripe/stripe-js": "^1.54.2", + "@stripe/stripe-js": "^2.1.1", "classnames": "^2.3.2", "lodash": "^4.17.21", "newspack-components": "^2.1.0", @@ -4413,9 +4413,9 @@ } }, "node_modules/@stripe/stripe-js": { - "version": "1.54.2", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.54.2.tgz", - "integrity": "sha512-R1PwtDvUfs99cAjfuQ/WpwJ3c92+DAMy9xGApjqlWQMj0FKQabUAys2swfTRNzuYAYJh7NqK2dzcYVNkKLEKUg==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-2.1.1.tgz", + "integrity": "sha512-V+0z21/YNbvIX0b2Fo6mE4w5kiihrdytAwVPG66RRWvkAe4COumywRfaWrBTmVQF2aAmxoRpeyTM1LKWbiOK6Q==" }, "node_modules/@tannin/compile": { "version": "1.1.0", @@ -34368,9 +34368,9 @@ } }, "@stripe/stripe-js": { - "version": "1.54.2", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.54.2.tgz", - "integrity": "sha512-R1PwtDvUfs99cAjfuQ/WpwJ3c92+DAMy9xGApjqlWQMj0FKQabUAys2swfTRNzuYAYJh7NqK2dzcYVNkKLEKUg==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-2.1.1.tgz", + "integrity": "sha512-V+0z21/YNbvIX0b2Fo6mE4w5kiihrdytAwVPG66RRWvkAe4COumywRfaWrBTmVQF2aAmxoRpeyTM1LKWbiOK6Q==" }, "@tannin/compile": { "version": "1.1.0", diff --git a/package.json b/package.json index 1926083ae..04674392a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "description": "=== Newspack Blocks === Contributors: (this should be a list of wordpress.org userid's) Donate link: https://example.com/ Tags: comments, spam Requires at least: 4.5 Tested up to: 5.1.1 Stable tag: 0.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html", "dependencies": { - "@stripe/stripe-js": "^1.54.2", + "@stripe/stripe-js": "^2.1.1", "classnames": "^2.3.2", "lodash": "^4.17.21", "newspack-components": "^2.1.0",