From df53282b6e6e5ff6f969eb92a2b1833581203e94 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Wed, 25 Aug 2021 14:32:34 +0200 Subject: [PATCH] Bump dayjs --- package-lock.json | 18 +++++++++--------- src/headless/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index de5cd2593..5c2639833 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fortawesome/fontawesome-free": "5.14.0", "bootstrap": "^4.6.0", "bootstrap.native": "^2.0.27", - "dayjs": "1.10.5", + "dayjs": "1.10.6", "dompurify": "^2.3.0", "favico.js-slevomat": "^0.3.11", "filesize": "^7.0.0", @@ -7971,9 +7971,9 @@ } }, "node_modules/dayjs": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.5.tgz", - "integrity": "sha512-BUFis41ikLz+65iH6LHQCDm4YPMj5r1YFLdupPIyM4SGcXMmtiLQ7U37i+hGS8urIuqe7I/ou3IS1jVc4nbN4g==" + "version": "1.10.6", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.6.tgz", + "integrity": "sha512-AztC/IOW4L1Q41A86phW5Thhcrco3xuAA+YX/BLpLWWjRcTj5TOt/QImBLmCKlrF7u7k47arTnOyL6GnbG8Hvw==" }, "node_modules/debug": { "version": "4.3.1", @@ -23442,7 +23442,7 @@ "license": "MPL-2.0", "dependencies": { "@converse/skeletor": "0.0.5", - "dayjs": "1.10.5", + "dayjs": "1.10.6", "filesize": "^7.0.0", "localforage": "^1.9.0", "localforage-driver-memory": "^1.0.5", @@ -24632,7 +24632,7 @@ "version": "file:src/headless", "requires": { "@converse/skeletor": "0.0.5", - "dayjs": "1.10.5", + "dayjs": "1.10.6", "filesize": "^7.0.0", "localforage": "^1.9.0", "localforage-driver-memory": "^1.0.5", @@ -29609,9 +29609,9 @@ "dev": true }, "dayjs": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.5.tgz", - "integrity": "sha512-BUFis41ikLz+65iH6LHQCDm4YPMj5r1YFLdupPIyM4SGcXMmtiLQ7U37i+hGS8urIuqe7I/ou3IS1jVc4nbN4g==" + "version": "1.10.6", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.6.tgz", + "integrity": "sha512-AztC/IOW4L1Q41A86phW5Thhcrco3xuAA+YX/BLpLWWjRcTj5TOt/QImBLmCKlrF7u7k47arTnOyL6GnbG8Hvw==" }, "debug": { "version": "4.3.1", diff --git a/src/headless/package.json b/src/headless/package.json index 1507150b6..bb2456727 100644 --- a/src/headless/package.json +++ b/src/headless/package.json @@ -38,7 +38,7 @@ "devDependencies": {}, "dependencies": { "@converse/skeletor": "0.0.5", - "dayjs": "1.10.5", + "dayjs": "1.10.6", "filesize": "^7.0.0", "localforage": "^1.9.0", "localforage-driver-memory": "^1.0.5",