diff --git a/web/package-lock.json b/web/package-lock.json index 5f70b622e..b07c5e28f 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12,7 +12,7 @@ "@fullcalendar/daygrid": "^6.1.20", "@fullcalendar/vue3": "^6.1.20", "@microsoft/signalr": "10.0.0", - "@nutrient-sdk/viewer": "^1.13.0", + "@nutrient-sdk/viewer": "^1.13.1", "@types/luxon": "^3.7.1", "@types/underscore": "^1.13.0", "@vitejs/plugin-basic-ssl": "^2.3.0", @@ -553,9 +553,9 @@ } }, "node_modules/@nutrient-sdk/viewer": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@nutrient-sdk/viewer/-/viewer-1.13.0.tgz", - "integrity": "sha512-qnqM+gFENPOv7eW+tWSVusySTxp5jx+AQjVmB2APPNMLukTdYXfSOHcrzrHYNIoioS6LD1SZGpYZOZ7enBxqOg==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@nutrient-sdk/viewer/-/viewer-1.13.1.tgz", + "integrity": "sha512-ofuvrgmfLt6IWT5u4aHh69pcPn+pRNhA19L9Q/jYsz0rFsh13p6R0D8l3kX+K1Gnw8llV2V7FJu3sffZY/m7Zg==", "license": "SEE LICENSE IN https://www.nutrient.io/legal/Nutrient_SDK_User_Evaluation_Subscription_Agreement", "dependencies": { "@types/react": "^18.0.0" diff --git a/web/package.json b/web/package.json index f67fc1a4b..de92f1025 100644 --- a/web/package.json +++ b/web/package.json @@ -26,7 +26,7 @@ "@fullcalendar/core": "^6.1.20", "@fullcalendar/daygrid": "^6.1.20", "@fullcalendar/vue3": "^6.1.20", - "@nutrient-sdk/viewer": "^1.13.0", + "@nutrient-sdk/viewer": "^1.13.1", "@microsoft/signalr": "10.0.0", "@types/luxon": "^3.7.1", "@types/underscore": "^1.13.0",