mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-06 17:03:23 +02:00
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:
Generated
+7
-21
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user