diff --git a/package-lock.json b/package-lock.json index f95665b..fa96de0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.8", "license": "MIT", "dependencies": { - "dayjs": "^1.11.10", + "dayjs": "^1.11.12", "deepdash": "^5.3.9", "fclone": "^1.0.11", "glob-parent": ">=6.0.2", @@ -1102,9 +1102,10 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.12", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", + "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==", + "license": "MIT" }, "node_modules/debug": { "version": "4.3.4", @@ -3906,9 +3907,9 @@ } }, "dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.12", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", + "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==" }, "debug": { "version": "4.3.4", diff --git a/package.json b/package.json index a04ff0b..c0babc2 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "typescript": "^4.1.3" }, "dependencies": { - "dayjs": "^1.11.10", + "dayjs": "^1.11.12", "deepdash": "^5.3.9", "fclone": "^1.0.11", "glob-parent": ">=6.0.2",