From a61faa813e2dade3752d8c2b052b9b9a63e21996 Mon Sep 17 00:00:00 2001 From: Matnabru Date: Wed, 16 Aug 2023 17:42:44 +0200 Subject: [PATCH] updated stripe sandbox version --- .../sandboxes/gei-stripe-sandbox/package-lock.json | 14 +++++++------- packages/sandboxes/gei-stripe-sandbox/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/sandboxes/gei-stripe-sandbox/package-lock.json b/packages/sandboxes/gei-stripe-sandbox/package-lock.json index b611dd5..21a2efb 100644 --- a/packages/sandboxes/gei-stripe-sandbox/package-lock.json +++ b/packages/sandboxes/gei-stripe-sandbox/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.1", "license": "ISC", "dependencies": { - "gei-stripe": "^0.3.6", + "gei-stripe": "^0.4.3", "stucco-js": "^0.10.18" }, "peerDependencies": { @@ -1908,9 +1908,9 @@ } }, "node_modules/gei-stripe": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/gei-stripe/-/gei-stripe-0.3.6.tgz", - "integrity": "sha512-7ycjSnlnX8Jdmq2FDk3xwuRFGLTjRmB89nF58iDRl3JzqKo2QENo1dKt4pM4pi/cGUNbbB6JBxsfQ+g9t6UDZA==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/gei-stripe/-/gei-stripe-0.4.4.tgz", + "integrity": "sha512-0thkyPlWJRwePARED1Z9JLW+BpbC2O5NXawdPPm/qjSQ7KiEElzBYH3VQcUk/nQiZBY0OkQKGQgF7IJ7EjVZhg==", "dependencies": { "@azure/functions": "^3.5.0", "@octokit/oauth-app": "^4.2.0", @@ -5974,9 +5974,9 @@ } }, "gei-stripe": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/gei-stripe/-/gei-stripe-0.3.6.tgz", - "integrity": "sha512-7ycjSnlnX8Jdmq2FDk3xwuRFGLTjRmB89nF58iDRl3JzqKo2QENo1dKt4pM4pi/cGUNbbB6JBxsfQ+g9t6UDZA==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/gei-stripe/-/gei-stripe-0.4.4.tgz", + "integrity": "sha512-0thkyPlWJRwePARED1Z9JLW+BpbC2O5NXawdPPm/qjSQ7KiEElzBYH3VQcUk/nQiZBY0OkQKGQgF7IJ7EjVZhg==", "requires": { "@azure/functions": "^3.5.0", "@octokit/oauth-app": "^4.2.0", diff --git a/packages/sandboxes/gei-stripe-sandbox/package.json b/packages/sandboxes/gei-stripe-sandbox/package.json index ed0149d..d2c2828 100644 --- a/packages/sandboxes/gei-stripe-sandbox/package.json +++ b/packages/sandboxes/gei-stripe-sandbox/package.json @@ -17,7 +17,7 @@ "author": "", "license": "ISC", "dependencies": { - "gei-stripe": "^0.3.6", + "gei-stripe": "^0.4.3", "stucco-js": "^0.10.18" }, "peerDependencies": {