sync frontend dayjs to 1.8.12

This commit is contained in:
zadam 2019-04-22 14:15:30 +02:00
parent 0b0e9f2953
commit 2573c3b8a6
3 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

12
package-lock.json generated
View file

@ -2164,9 +2164,9 @@
"integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI="
},
"dayjs": {
"version": "1.8.11",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.11.tgz",
"integrity": "sha512-eBvWmKn52ax/TBYg7f+tzzqARPl0D0/NUmf5QrZ0Pp+/vFoTP3Q7y4t6p438+5NPN+t8y8Sps3Ed34OV8sNFBQ=="
"version": "1.8.12",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.12.tgz",
"integrity": "sha512-7keChCzzjU68sYJpk7kEI1Q9qbJyscyiW0STwEhqDFt+2js9pA/BSzmYE4PRxcMMoUMxNeY0TEMZHqV/JBR4OA=="
},
"debug": {
"version": "4.1.1",
@ -3223,9 +3223,9 @@
}
},
"electron-find": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/electron-find/-/electron-find-1.0.4.tgz",
"integrity": "sha512-ZZK0PaxRJU47CGUxZgpbyLz29pr/hsQdXtMPNDJfX5q6EK1zPElSAmCwtvYleTam+URZ9326XNFGTLL5CWDwUA=="
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/electron-find/-/electron-find-1.0.5.tgz",
"integrity": "sha512-LmFp6wolElQwlnjFR4jo7cARUZq+siR0sCS5Qp5Jywz2puM5OJzjRRyUEHCMi9Pm7xLupVYjwNVF1JojVQ0QPA=="
},
"electron-in-page-search": {
"version": "1.3.2",

View file

@ -28,12 +28,12 @@
"commonmark": "0.28.1",
"cookie-parser": "1.4.4",
"csurf": "1.9.0",
"dayjs": "1.8.11",
"dayjs": "1.8.12",
"debug": "4.1.1",
"ejs": "2.6.1",
"electron-debug": "2.1.0",
"electron-dl": "1.13.0",
"electron-find": "^1.0.4",
"electron-find": "1.0.5",
"electron-in-page-search": "1.3.2",
"electron-window-state": "5.0.3",
"express": "4.16.4",