diff --git a/package-lock.json b/package-lock.json index def5541..689cb5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "chrome-cookies-secure": "^1.3.2", "console-table-printer": "^2.10.0", - "dayjs": "^1.10.7", + "dayjs": "^1.11.6", "jsonpath": "^1.1.1", "node-fetch": "^2.6.1", "yargs": "^17.3.1" @@ -2688,9 +2688,9 @@ } }, "node_modules/dayjs": { - "version": "1.10.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", - "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.6.tgz", + "integrity": "sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==" }, "node_modules/debug": { "version": "4.3.2", @@ -10657,9 +10657,9 @@ "dev": true }, "dayjs": { - "version": "1.10.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", - "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.6.tgz", + "integrity": "sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==" }, "debug": { "version": "4.3.2", diff --git a/package.json b/package.json index 57c1a8b..20b6a41 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "chrome-cookies-secure": "^1.3.2", "console-table-printer": "^2.10.0", - "dayjs": "^1.10.7", + "dayjs": "^1.11.6", "jsonpath": "^1.1.1", "node-fetch": "^2.6.1", "yargs": "^17.3.1"