diff --git a/package-lock.json b/package-lock.json index 7b7d6bf..daec107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fullcalendar/core": "^6.1.20", "@fullcalendar/daygrid": "^6.1.20", "@fullcalendar/interaction": "^6.1.20", - "@fullcalendar/list": "^6.1.9", + "@fullcalendar/list": "^6.1.20", "moment": "^2.29.4" }, "devDependencies": { @@ -59,12 +59,12 @@ } }, "node_modules/@fullcalendar/list": { - "version": "6.1.19", - "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.19.tgz", - "integrity": "sha512-knZHpAVF0LbzZpSJSUmLUUzF0XlU/MRGK+Py2s0/mP93bCtno1k2L3XPs/kzh528hSjehwLm89RgKTSfW1P6cA==", + "version": "6.1.20", + "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.20.tgz", + "integrity": "sha512-7Hzkbb7uuSqrXwTyD0Ld/7SwWNxPD6SlU548vtkIpH55rZ4qquwtwYdMPgorHos5OynHA4OUrZNcH51CjrCf2g==", "license": "MIT", "peerDependencies": { - "@fullcalendar/core": "~6.1.19" + "@fullcalendar/core": "~6.1.20" } }, "node_modules/@jridgewell/gen-mapping": { diff --git a/package.json b/package.json index 472ca01..0aa3e0d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@fullcalendar/core": "^6.1.20", "@fullcalendar/daygrid": "^6.1.20", "@fullcalendar/interaction": "^6.1.20", - "@fullcalendar/list": "^6.1.9", + "@fullcalendar/list": "^6.1.20", "moment": "^2.29.4" }, "devDependencies": {