From 9564e2f8cee37dee0b827748865845010a9e0c5a Mon Sep 17 00:00:00 2001 From: 0kenx Date: Mon, 4 Mar 2024 18:27:05 +0100 Subject: [PATCH 1/2] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3064267..e44e528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-stripe", - "version": "3.4.1", + "version": "3.4.2", "description": "Online payments and subscriptions made simple, secure and fast. This free plugin enables you to accept online payments and create subscriptions using Credit Card, Apple pay, Google pay, SEPA Direct Debit, ACH Direct Debit on your Strapi app via Stripe.", "strapi": { "name": "strapi-stripe", @@ -73,7 +73,7 @@ } ], "engines": { - "node": ">=14.19.1 <=18.x.x", + "node": ">=14.19.1 <=20.x.x", "npm": ">=6.0.0" }, "keywords": [ From e83bcdc38e75d53d52979e18f64cb1f95ed3997a Mon Sep 17 00:00:00 2001 From: 0kenx Date: Mon, 4 Mar 2024 18:32:53 +0100 Subject: [PATCH 2/2] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e44e528..2cdc58b 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "kind": "plugin" }, "dependencies": { - "better-sqlite3": "^7.6.2", - "html-react-parser": "^1.4.10", - "stripe": "^8.210.0" + "better-sqlite3": "^9.4.3", + "html-react-parser": "^5.1.8", + "stripe": "^14.19.0" }, "scripts": { "format": "npm-run-all -p format:*",