Bump eslint from 7.28.0 to 7.29.0 (#397) [skip ci]

This commit is contained in:
dependabot[bot]
2021-06-29 18:53:13 +02:00
committed by GitHub
parent 68c0f9e3fa
commit 2d5163f7a5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -41,7 +41,7 @@
"xml-formatter": "^2.4.0"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint": "^7.29.0",
"jest": "^27.0.3",
"libxmljs2": "^0.27.0",
"nodemon": "^2.0.7"
@@ -3788,9 +3788,9 @@
}
},
"node_modules/eslint": {
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz",
"integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==",
"version": "7.29.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.29.0.tgz",
"integrity": "sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==",
"dev": true,
"dependencies": {
"@babel/code-frame": "7.12.11",
@@ -12844,9 +12844,9 @@
}
},
"eslint": {
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz",
"integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==",
"version": "7.29.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.29.0.tgz",
"integrity": "sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==",
"dev": true,
"requires": {
"@babel/code-frame": "7.12.11",

View File

@@ -58,7 +58,7 @@
"xml-formatter": "^2.4.0"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint": "^7.29.0",
"jest": "^27.0.3",
"libxmljs2": "^0.27.0",
"nodemon": "^2.0.7"