Merge pull request #62 from JLyne/dependabot/npm_and_yarn/eslint-7.32.0

Bump eslint from 7.31.0 to 7.32.0
This commit is contained in:
James Lyne 2021-08-03 00:59:24 +01:00 committed by GitHub
commit 2e0eb32ae7
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

@ -23,7 +23,7 @@
"@vitejs/plugin-vue": "^1.3", "@vitejs/plugin-vue": "^1.3",
"@vue/compiler-sfc": "^3.1", "@vue/compiler-sfc": "^3.1",
"@vue/eslint-config-typescript": "^7.0", "@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.31", "eslint": "^7.32",
"eslint-plugin-vue": "^7.15", "eslint-plugin-vue": "^7.15",
"patch-package": "^6.4", "patch-package": "^6.4",
"rollup-plugin-analyzer": "^4.0", "rollup-plugin-analyzer": "^4.0",
@ -1359,9 +1359,9 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "7.31.0", "version": "7.32.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.31.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
"integrity": "sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==", "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/code-frame": "7.12.11", "@babel/code-frame": "7.12.11",
@ -4938,9 +4938,9 @@
"dev": true "dev": true
}, },
"eslint": { "eslint": {
"version": "7.31.0", "version": "7.32.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.31.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
"integrity": "sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==", "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "7.12.11", "@babel/code-frame": "7.12.11",

View File

@ -25,7 +25,7 @@
"@vitejs/plugin-vue": "^1.3", "@vitejs/plugin-vue": "^1.3",
"@vue/compiler-sfc": "^3.1", "@vue/compiler-sfc": "^3.1",
"@vue/eslint-config-typescript": "^7.0", "@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.31", "eslint": "^7.32",
"eslint-plugin-vue": "^7.15", "eslint-plugin-vue": "^7.15",
"patch-package": "^6.4", "patch-package": "^6.4",
"rollup-plugin-analyzer": "^4.0", "rollup-plugin-analyzer": "^4.0",