From d5740e844ad011aee1030d67d28f91c3f5f90bed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:21:48 +0200 Subject: [PATCH] chore(deps): update dependency @types/swagger-ui-dist to v3.30.3 (#853) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- webclient/package-lock.json | 8 ++++---- webclient/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webclient/package-lock.json b/webclient/package-lock.json index 360154426..c7e8cc59a 100644 --- a/webclient/package-lock.json +++ b/webclient/package-lock.json @@ -23,7 +23,7 @@ "@intlify/unplugin-vue-i18n": "1.4.0", "@rushstack/eslint-patch": "1.5.1", "@sentry/vite-plugin": "2.8.0", - "@types/swagger-ui-dist": "3.30.2", + "@types/swagger-ui-dist": "3.30.3", "@vitejs/plugin-vue": "4.4.0", "@vue/eslint-config-prettier": "8.0.0", "@vue/eslint-config-typescript": "12.0.0", @@ -1641,9 +1641,9 @@ } }, "node_modules/@types/swagger-ui-dist": { - "version": "3.30.2", - "resolved": "https://registry.npmjs.org/@types/swagger-ui-dist/-/swagger-ui-dist-3.30.2.tgz", - "integrity": "sha512-Wx1swzWAUisf/zTr6eg6H0v/crVw52311aZ1qdM1/qk7pv8kxvYeqzfqtUIl1xAWhIrJu1mHF+D8BfEK4YQuqQ==", + "version": "3.30.3", + "resolved": "https://registry.npmjs.org/@types/swagger-ui-dist/-/swagger-ui-dist-3.30.3.tgz", + "integrity": "sha512-JKu2q4xKSYq5NJNjc+Wb7ohobueuJD8RvH5NrGFwVHn09p6ASBi/to8gfPNBRJAcuYQL7jXOqjxm287VR9HM6A==", "dev": true }, "node_modules/@types/web-bluetooth": { diff --git a/webclient/package.json b/webclient/package.json index 3c6975f36..6abf9d98f 100644 --- a/webclient/package.json +++ b/webclient/package.json @@ -30,7 +30,7 @@ "@intlify/unplugin-vue-i18n": "1.4.0", "@rushstack/eslint-patch": "1.5.1", "@sentry/vite-plugin": "2.8.0", - "@types/swagger-ui-dist": "3.30.2", + "@types/swagger-ui-dist": "3.30.3", "@vitejs/plugin-vue": "4.4.0", "@vue/eslint-config-prettier": "8.0.0", "@vue/eslint-config-typescript": "12.0.0",