diff --git a/package-lock.json b/package-lock.json index 44e8f35b7f3d..7dfe3a0af3d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@fullcalendar/daygrid": "^5.11.3", "@fullcalendar/google-calendar": "^6.1.9", - "@fullcalendar/interaction": "^6.0.1", + "@fullcalendar/interaction": "^6.1.10", "@fullcalendar/react": "^5.11.2", "@layer5/meshery-design-embed": "^0.2.0", "@loadable/component": "^5.15.3", @@ -2373,9 +2373,9 @@ } }, "node_modules/@fullcalendar/core": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.9.tgz", - "integrity": "sha512-eeG+z9BWerdsU9Ac6j16rpYpPnE0wxtnEHiHrh/u/ADbGTR3hCOjCD9PxQOfhOTHbWOVs7JQunGcksSPu5WZBQ==", + "version": "6.1.10", + "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.10.tgz", + "integrity": "sha512-oTXGJSAGpCf1oY+CKp5qYjMHkJCPBkJ3SHitl63n8Q6xKeiwQ4EF6Au451euUovREwJpLmD1AyZrCnWmtB9AVg==", "peer": true, "dependencies": { "preact": "~10.12.1" @@ -2399,11 +2399,11 @@ } }, "node_modules/@fullcalendar/interaction": { - "version": "6.1.8", - "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.8.tgz", - "integrity": "sha512-r6W4E9ohaA87M2uPSlmpE2WT7Fzu7LN0u2pE6D/tThruCEaAPbN8Pw5+sqclsuyTIL09mg0eSJm/ggJekTabSA==", + "version": "6.1.10", + "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.10.tgz", + "integrity": "sha512-aZRlwCpmDasq2RNeWV0ub20Uevare9Cb6iMlxCacx0fhOC14H28G9d1FsduJIecInL84SPGwt5ItqAYMsWv7zw==", "peerDependencies": { - "@fullcalendar/core": "~6.1.8" + "@fullcalendar/core": "~6.1.10" } }, "node_modules/@fullcalendar/react": { diff --git a/package.json b/package.json index 7e58dc21393d..37baefe233e8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@fullcalendar/daygrid": "^5.11.3", "@fullcalendar/google-calendar": "^6.1.9", - "@fullcalendar/interaction": "^6.0.1", + "@fullcalendar/interaction": "^6.1.10", "@fullcalendar/react": "^5.11.2", "@layer5/meshery-design-embed": "^0.2.0", "@loadable/component": "^5.15.3",