chore(deps-dev): bump eslint-config-marine from 7.1.2 to 7.2.0 (#669)
Bumps [eslint-config-marine](https://github.com/iCrawl/eslint-config-marine) from 7.1.2 to 7.2.0. - [Release notes](https://github.com/iCrawl/eslint-config-marine/releases) - [Commits](https://github.com/iCrawl/eslint-config-marine/compare/v7.1.2...v7.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
1e8fddb799
commit
7c6d0738f5
2 changed files with 10 additions and 10 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -1682,18 +1682,18 @@
|
|||
}
|
||||
},
|
||||
"eslint-config-aqua": {
|
||||
"version": "7.2.4",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-aqua/-/eslint-config-aqua-7.2.4.tgz",
|
||||
"integrity": "sha512-AfZdiyAkzeVQaPlpKPI2KGtyWH3ePs5fAOUwDYsT52OGAPyBid8Rotgkn/0JdRM/79MF3pOrXfOtcEjsMxhB3w==",
|
||||
"version": "7.3.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-aqua/-/eslint-config-aqua-7.3.0.tgz",
|
||||
"integrity": "sha512-rSOMrG5fpv/DtITtGKeOwTWYMeLiCaNLIsJlLABp2oeDs4qTaIE4Y3UdWc/10/C7Vuy/aNGiOidb/XAa6veFFg==",
|
||||
"dev": true
|
||||
},
|
||||
"eslint-config-marine": {
|
||||
"version": "7.1.2",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-7.1.2.tgz",
|
||||
"integrity": "sha512-AMzafaVJmNfbjJZyJY9ap1LU/QWjvZtCwbsVkqn0ye/gJqGPcU1w7FCIJiUzPaFYneNpKaQzYt/VbLXNv9ym5g==",
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-7.2.0.tgz",
|
||||
"integrity": "sha512-emIoQpexPl5Of4d/qZ+lf91JObvnJefGdsuNUQWH8p2E7iSSw8nQmOSocVdEUWjZoTzhf1z0x/UP4g9g6S2Kdw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"eslint-config-aqua": "^7.2.4"
|
||||
"eslint-config-aqua": "^7.3.0"
|
||||
}
|
||||
},
|
||||
"eslint-config-prettier": {
|
||||
|
@ -3749,8 +3749,8 @@
|
|||
"dev": true
|
||||
},
|
||||
"register-scheme": {
|
||||
"version": "0.0.2",
|
||||
"resolved": "github:devsnek/node-register-scheme#e7cc9a63a1f512565da44cb57316d9fb10750e17",
|
||||
"version": "github:devsnek/node-register-scheme#e7cc9a63a1f512565da44cb57316d9fb10750e17",
|
||||
"from": "github:devsnek/node-register-scheme",
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"bindings": "^1.3.0",
|
||||
|
|
|
@ -196,7 +196,7 @@
|
|||
"@typescript-eslint/parser": "^3.9.1",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"eslint": "^7.7.0",
|
||||
"eslint-config-marine": "^7.1.2",
|
||||
"eslint-config-marine": "^7.2.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"prettier": "^2.0.5",
|
||||
|
|
Loading…
Reference in a new issue