diff --git a/package-lock.json b/package-lock.json index def5541..929dca3 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.5", "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.5", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.5.tgz", + "integrity": "sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA==" }, "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.5", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.5.tgz", + "integrity": "sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA==" }, "debug": { "version": "4.3.2", diff --git a/package.json b/package.json index 57c1a8b..4e828c0 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.5", "jsonpath": "^1.1.1", "node-fetch": "^2.6.1", "yargs": "^17.3.1"