diff --git a/package-lock.json b/package-lock.json index 596b0c5343f..10e63e8d935 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11735,8 +11735,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.11", - "license": "MIT" + "version": "1.11.12", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", + "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==" }, "node_modules/debug": { "version": "4.3.4", @@ -32105,7 +32106,7 @@ "@types/sortablejs": "1.15.7", "color": "4.2.3", "composed-offset-position": "0.0.4", - "dayjs": "1.11.11", + "dayjs": "1.11.12", "focus-trap": "7.5.4", "lodash-es": "4.17.21", "sortablejs": "1.15.1", diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index de5d3e61815..ae3bc9661fd 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -70,7 +70,7 @@ "@types/sortablejs": "1.15.7", "color": "4.2.3", "composed-offset-position": "0.0.4", - "dayjs": "1.11.11", + "dayjs": "1.11.12", "focus-trap": "7.5.4", "lodash-es": "4.17.21", "sortablejs": "1.15.1",