From b748973cc68863ca9eeba6befeee6dd797a26f18 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Tue, 16 May 2023 18:23:10 +0200 Subject: [PATCH] chore: bump gefyra dep --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 59c27ec..fddd3e2 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19,7 +19,7 @@ "@sentry/react": "^7.52.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "cra-template": "1.2.0", - "gefyra": "^0.7.15", + "gefyra": "^0.7.16", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.5" @@ -4254,9 +4254,9 @@ } }, "node_modules/gefyra": { - "version": "0.7.15", - "resolved": "https://registry.npmjs.org/gefyra/-/gefyra-0.7.15.tgz", - "integrity": "sha512-6W2Mm6Sqh9rfoHYFfirfoNYKs2QvBWryJ+98sxJUDD3CZ0Mq4BY5fBM+ilY72iq73IQLRtgRGkdigrGdMw4WLA==", + "version": "0.7.16", + "resolved": "https://registry.npmjs.org/gefyra/-/gefyra-0.7.16.tgz", + "integrity": "sha512-6YnFgKUJ1NietEDA0dBmDgMcwdF5WfLgJp8IXqKmpmvG1L1xYmi9L4TKx7DF3ErrALUAHtORkxRIhVkhjoJCcQ==", "dependencies": { "download-github-release": "^0.3.2" } diff --git a/ui/package.json b/ui/package.json index 6c0b6df..8b54461 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "@sentry/react": "^7.52.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "cra-template": "1.2.0", - "gefyra": "^0.7.15", + "gefyra": "^0.7.16", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.5"