diff --git a/package-lock.json b/package-lock.json index 6799ac2c3..fd94bea9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/vue-fontawesome": "^2.0.10", "@fullcalendar/core": "^6.1.9", - "@fullcalendar/daygrid": "^6.1.10", + "@fullcalendar/daygrid": "^6.1.14", "@fullcalendar/vue": "^6.1.10", "@gfx/zopfli": "^1.0.15", "@vue/cli-plugin-babel": "^4.5.15", @@ -2799,19 +2799,19 @@ } }, "node_modules/@fullcalendar/core": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.10.tgz", - "integrity": "sha512-oTXGJSAGpCf1oY+CKp5qYjMHkJCPBkJ3SHitl63n8Q6xKeiwQ4EF6Au451euUovREwJpLmD1AyZrCnWmtB9AVg==", + "version": "6.1.14", + "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.14.tgz", + "integrity": "sha512-hIPRBevm0aMc2aHy1hRIJgXmI1QTvQM1neQa9oxtuqUmF1+ApYC3oAdwcQMTuI7lHHw3pKJDyJFkKLPPnL6HXA==", "dependencies": { "preact": "~10.12.1" } }, "node_modules/@fullcalendar/daygrid": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-6.1.10.tgz", - "integrity": "sha512-Z4GRm1IyHKgxXFTWGcEI0nTsvYOIkpE0aMt3/o3ER2SZkF+hfwcDFhtj0c9+WhMjXFIWYeoTnA9rUOY7Zl/nxA==", + "version": "6.1.14", + "resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-6.1.14.tgz", + "integrity": "sha512-DSyjiA1dEM8k3bOCrZpZOmAOZu71KGtH02ze+4QKuhxkmn/zQghmmLRdfzpOrcyJg6xGKkoB4pBcO+2lXar8XQ==", "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.14" } }, "node_modules/@fullcalendar/vue": { diff --git a/package.json b/package.json index c8d826556..4e0881e94 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/vue-fontawesome": "^2.0.10", "@fullcalendar/core": "^6.1.9", - "@fullcalendar/daygrid": "^6.1.10", + "@fullcalendar/daygrid": "^6.1.14", "@fullcalendar/vue": "^6.1.10", "@gfx/zopfli": "^1.0.15", "@vue/cli-plugin-babel": "^4.5.15",