Update dependency eslint-config-vuepress to v3.9.0 (#915)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-06-02 08:07:20 -04:00 committed by GitHub
parent b0473d4b50
commit 65f05f55ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -35,7 +35,7 @@
"@vuepress/plugin-pwa": "1.9.7",
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint-config-vuepress": "3.8.0",
"eslint-config-vuepress": "3.9.0",
"eslint-plugin-markdown": "2.2.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-vue": "9.1.0",
@ -7045,9 +7045,9 @@
}
},
"node_modules/eslint-config-vuepress": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/eslint-config-vuepress/-/eslint-config-vuepress-3.8.0.tgz",
"integrity": "sha512-zv9/RxPB9LR7drbQE3qE+7ujKnxLvDo01lWs5h5eiT7UPNsonHdxlbfxWuWjB3ZarJX15HphLxAMV34L06EaHw==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/eslint-config-vuepress/-/eslint-config-vuepress-3.9.0.tgz",
"integrity": "sha512-zraEmHRt2BNc4k0/PkD6HrNXVdg4x5gbMHAZ3CycksOItVJoW7Qe2vq6bR5bEjYt4G4Ks9HeW9LEAgGIFSGE2Q==",
"dev": true,
"dependencies": {
"eslint-config-prettier": "^8.5.0",
@ -23924,9 +23924,9 @@
"requires": {}
},
"eslint-config-vuepress": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/eslint-config-vuepress/-/eslint-config-vuepress-3.8.0.tgz",
"integrity": "sha512-zv9/RxPB9LR7drbQE3qE+7ujKnxLvDo01lWs5h5eiT7UPNsonHdxlbfxWuWjB3ZarJX15HphLxAMV34L06EaHw==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/eslint-config-vuepress/-/eslint-config-vuepress-3.9.0.tgz",
"integrity": "sha512-zraEmHRt2BNc4k0/PkD6HrNXVdg4x5gbMHAZ3CycksOItVJoW7Qe2vq6bR5bEjYt4G4Ks9HeW9LEAgGIFSGE2Q==",
"dev": true,
"requires": {
"eslint-config-prettier": "^8.5.0",

View File

@ -27,7 +27,7 @@
"@vuepress/plugin-pwa": "1.9.7",
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint-config-vuepress": "3.8.0",
"eslint-config-vuepress": "3.9.0",
"eslint-plugin-markdown": "2.2.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-vue": "9.1.0",