diff --git a/package-lock.json b/package-lock.json index b59b00a89..e9fc5ea9e 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.1", + "@stripe/stripe-js": "^1.54.2", "classnames": "^2.3.2", "lodash": "^4.17.21", "newspack-components": "^2.1.0", @@ -4396,9 +4396,9 @@ } }, "node_modules/@stripe/stripe-js": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.54.1.tgz", - "integrity": "sha512-smEXPu1GKMcAj9g2luT16+oXfg2jAwyc68t2Dm5wdtYl3p8PqQaZEiI8tQmboaQAjgF8pIGma6byz1T1vgmpbA==" + "version": "1.54.2", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.54.2.tgz", + "integrity": "sha512-R1PwtDvUfs99cAjfuQ/WpwJ3c92+DAMy9xGApjqlWQMj0FKQabUAys2swfTRNzuYAYJh7NqK2dzcYVNkKLEKUg==" }, "node_modules/@tannin/compile": { "version": "1.1.0", @@ -34336,9 +34336,9 @@ } }, "@stripe/stripe-js": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.54.1.tgz", - "integrity": "sha512-smEXPu1GKMcAj9g2luT16+oXfg2jAwyc68t2Dm5wdtYl3p8PqQaZEiI8tQmboaQAjgF8pIGma6byz1T1vgmpbA==" + "version": "1.54.2", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.54.2.tgz", + "integrity": "sha512-R1PwtDvUfs99cAjfuQ/WpwJ3c92+DAMy9xGApjqlWQMj0FKQabUAys2swfTRNzuYAYJh7NqK2dzcYVNkKLEKUg==" }, "@tannin/compile": { "version": "1.1.0", diff --git a/package.json b/package.json index 8d3a24c15..c7d914243 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.1", + "@stripe/stripe-js": "^1.54.2", "classnames": "^2.3.2", "lodash": "^4.17.21", "newspack-components": "^2.1.0",