deps: bump eslint

This commit is contained in:
Henk Verlinde 2020-11-10 09:18:22 +01:00
parent c4c83eb9b6
commit d794dabbe3
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@fullhuman/postcss-purgecss": "^3.0",
"autoprefixer": "^10.0",
"bootstrap": "^4.5",
"eslint": "^7.10",
"eslint": "^7.13",
"flexsearch": "^0.6.32",
"instant.page": "^5.1",
"lazysizes": "^5.2",
@ -4298,9 +4298,9 @@
}
},
"node_modules/eslint": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.12.1.tgz",
"integrity": "sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==",
"version": "7.13.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.13.0.tgz",
"integrity": "sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==",
"dev": true,
"dependencies": {
"@babel/code-frame": "^7.0.0",
@ -17177,9 +17177,9 @@
"dev": true
},
"eslint": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.12.1.tgz",
"integrity": "sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==",
"version": "7.13.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.13.0.tgz",
"integrity": "sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@ -25,7 +25,7 @@
"@fullhuman/postcss-purgecss": "^3.0",
"autoprefixer": "^10.0",
"bootstrap": "^4.5",
"eslint": "^7.10",
"eslint": "^7.13",
"flexsearch": "^0.6.32",
"instant.page": "^5.1",
"lazysizes": "^5.2",