Merge pull request #23 from BennyDaBee/dependabot/npm_and_yarn/babel/eslint-plugin-7.19.1

Bump @babel/eslint-plugin from 7.18.10 to 7.19.1
This commit is contained in:
BennyDaBee 2022-11-02 09:56:12 -05:00 committed by GitHub
commit c4f237c60e
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

@ -19,7 +19,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.18.10",
"@babel/eslint-plugin": "^7.19.1",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.19.4",
"eslint": "^8.26.0",
@ -114,9 +114,9 @@
}
},
"node_modules/@babel/eslint-plugin": {
"version": "7.18.10",
"resolved": "https://registry.npmjs.org/@babel/eslint-plugin/-/eslint-plugin-7.18.10.tgz",
"integrity": "sha512-iV1OZj/7eg4wZIcsVEkXS3MUWdhmpLsu2h+9Zr2ppywKWdCRs6VfjxbRzmHHYeurTizrrnaJ9ZkbO8KOv4lauQ==",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/eslint-plugin/-/eslint-plugin-7.19.1.tgz",
"integrity": "sha512-ElGPkQPapKMa3zVqXHkZYzuL7I5LbRw9UWBUArgWsdWDDb9XcACqOpBib5tRPA9XvbVZYrFUkoQPbiJ4BFvu4w==",
"dev": true,
"dependencies": {
"eslint-rule-composer": "^0.3.0"
@ -6304,9 +6304,9 @@
}
},
"@babel/eslint-plugin": {
"version": "7.18.10",
"resolved": "https://registry.npmjs.org/@babel/eslint-plugin/-/eslint-plugin-7.18.10.tgz",
"integrity": "sha512-iV1OZj/7eg4wZIcsVEkXS3MUWdhmpLsu2h+9Zr2ppywKWdCRs6VfjxbRzmHHYeurTizrrnaJ9ZkbO8KOv4lauQ==",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/eslint-plugin/-/eslint-plugin-7.19.1.tgz",
"integrity": "sha512-ElGPkQPapKMa3zVqXHkZYzuL7I5LbRw9UWBUArgWsdWDDb9XcACqOpBib5tRPA9XvbVZYrFUkoQPbiJ4BFvu4w==",
"dev": true,
"requires": {
"eslint-rule-composer": "^0.3.0"

View File

@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.18.10",
"@babel/eslint-plugin": "^7.19.1",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.19.4",
"eslint": "^8.26.0",