diff --git a/package-lock.json b/package-lock.json index 3eb1484..7b7d6bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fullcalendar/core": "^6.1.20", "@fullcalendar/daygrid": "^6.1.20", - "@fullcalendar/interaction": "^6.1.9", + "@fullcalendar/interaction": "^6.1.20", "@fullcalendar/list": "^6.1.9", "moment": "^2.29.4" }, @@ -50,12 +50,12 @@ } }, "node_modules/@fullcalendar/interaction": { - "version": "6.1.19", - "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.19.tgz", - "integrity": "sha512-GOciy79xe8JMVp+1evAU3ytdwN/7tv35t5i1vFkifiuWcQMLC/JnLg/RA2s4sYmQwoYhTw/p4GLcP0gO5B3X5w==", + "version": "6.1.20", + "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.20.tgz", + "integrity": "sha512-p6txmc5txL0bMiPaJxe2ip6o0T384TyoD2KGdsU6UjZ5yoBlaY+dg7kxfnYKpYMzEJLG58n+URrHr2PgNL2fyA==", "license": "MIT", "peerDependencies": { - "@fullcalendar/core": "~6.1.19" + "@fullcalendar/core": "~6.1.20" } }, "node_modules/@fullcalendar/list": { diff --git a/package.json b/package.json index be5b767..472ca01 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@fullcalendar/core": "^6.1.20", "@fullcalendar/daygrid": "^6.1.20", - "@fullcalendar/interaction": "^6.1.9", + "@fullcalendar/interaction": "^6.1.20", "@fullcalendar/list": "^6.1.9", "moment": "^2.29.4" },