chore(deps): bump dayjs from 1.10.4 to 1.10.5

Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/iamkun/dayjs/compare/v1.10.4...v1.10.5)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-27 06:46:44 +00:00
committed by GitHub
parent c1f6d8f5ff
commit 5ec273657c
2 changed files with 8 additions and 22 deletions
+7 -21
View File
@@ -7,7 +7,7 @@
"": {
"version": "1.0.0",
"dependencies": {
"dayjs": "^1.10.4",
"dayjs": "^1.10.5",
"markdown-it-image-lazy-loading": "^1.1.0",
"markdown-it-imsize": "^2.0.1",
"tailwindcss-typography": "^3.1.0",
@@ -4151,12 +4151,6 @@
"vuepress-plugin-sitemap": "^2.3.1"
}
},
"node_modules/@vuepress/plugin-blog/node_modules/dayjs": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.4.tgz",
"integrity": "sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==",
"dev": true
},
"node_modules/@vuepress/plugin-html-redirect": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-html-redirect/-/plugin-html-redirect-0.1.2.tgz",
@@ -8495,9 +8489,9 @@
}
},
"node_modules/dayjs": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.4.tgz",
"integrity": "sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw=="
"version": "1.10.5",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.5.tgz",
"integrity": "sha512-BUFis41ikLz+65iH6LHQCDm4YPMj5r1YFLdupPIyM4SGcXMmtiLQ7U37i+hGS8urIuqe7I/ou3IS1jVc4nbN4g=="
},
"node_modules/de-indent": {
"version": "1.0.2",
@@ -28123,14 +28117,6 @@
"vuepress-plugin-feed": "^0.1.8",
"vuepress-plugin-mailchimp": "^1.4.1",
"vuepress-plugin-sitemap": "^2.3.1"
},
"dependencies": {
"dayjs": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.4.tgz",
"integrity": "sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==",
"dev": true
}
}
},
"@vuepress/plugin-html-redirect": {
@@ -31799,9 +31785,9 @@
"dev": true
},
"dayjs": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.4.tgz",
"integrity": "sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw=="
"version": "1.10.5",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.5.tgz",
"integrity": "sha512-BUFis41ikLz+65iH6LHQCDm4YPMj5r1YFLdupPIyM4SGcXMmtiLQ7U37i+hGS8urIuqe7I/ou3IS1jVc4nbN4g=="
},
"de-indent": {
"version": "1.0.2",
+1 -1
View File
@@ -74,7 +74,7 @@
"*.{css,styl}": "stylelint --fix"
},
"dependencies": {
"dayjs": "^1.10.4",
"dayjs": "^1.10.5",
"markdown-it-image-lazy-loading": "^1.1.0",
"markdown-it-imsize": "^2.0.1",
"tailwindcss-typography": "^3.1.0",