build(deps-dev): bump vuepress-theme-default-prefers-color-scheme (#1293)

Bumps [vuepress-theme-default-prefers-color-scheme](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme) from 1.0.6 to 1.0.9.
- [Release notes](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/releases)
- [Changelog](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/compare/v1.0.6...v1.0.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-06 10:59:22 -04:00 committed by GitHub
parent 42768cf9dd
commit db24a173d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -10200,9 +10200,9 @@
}
},
"vuepress-theme-default-prefers-color-scheme": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/vuepress-theme-default-prefers-color-scheme/-/vuepress-theme-default-prefers-color-scheme-1.0.6.tgz",
"integrity": "sha512-IOBi7EYlpGoN44drzp43s0mIcrbIw/CVoY2H4bykRvFbWx35tsYIq2lEknIQuqfJnTXbHg065QAPNQ1ljlzY4A==",
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/vuepress-theme-default-prefers-color-scheme/-/vuepress-theme-default-prefers-color-scheme-1.0.9.tgz",
"integrity": "sha512-WzkW0a4j6S1lcunP6m5Gtf6m+1fXU+nG5jWDVFwk8AulXOD8y81/4LF4C91yWL3vipwedVkD95Z4oWDMUiPKAg==",
"dev": true,
"requires": {
"css-prefers-color-scheme": "^3.1.1"

View file

@ -6,7 +6,7 @@
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.5.0",
"vuepress": "^1.5.0",
"vuepress-theme-default-prefers-color-scheme": "^1.0.5",
"vuepress-theme-default-prefers-color-scheme": "^1.0.9",
"vuepress-plugin-sitemap": "^2.3.1"
}
}