chore(deps-dev): bump eslint-config-marine from 8.3.2 to 9.0.6 (#1053)

Bumps [eslint-config-marine](https://github.com/iCrawl/eslint-config-marine) from 8.3.2 to 9.0.6.
- [Release notes](https://github.com/iCrawl/eslint-config-marine/releases)
- [Commits](https://github.com/iCrawl/eslint-config-marine/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-18 17:53:04 +02:00 committed by GitHub
parent 5726e93b59
commit 920b4743f1
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

@ -1082,18 +1082,18 @@
} }
}, },
"eslint-config-aqua": { "eslint-config-aqua": {
"version": "8.1.2", "version": "9.0.2",
"resolved": "https://registry.npmjs.org/eslint-config-aqua/-/eslint-config-aqua-8.1.2.tgz", "resolved": "https://registry.npmjs.org/eslint-config-aqua/-/eslint-config-aqua-9.0.2.tgz",
"integrity": "sha512-npPUb/C3pwYhDsLk94ALHO02JMV8hjbFjoVEGliXprGhNDE+8VuGRC8Fmiy3vYHX18/hheQfpWrOmG37UwTLZQ==", "integrity": "sha512-WqV4EYX3pXoL0TkUBH9VVHoWjR3eJ0ud1p5OmSfbRoyjDbUJURs78fpeU4H8t88pO8mFB4SHTZM95DJEwKG/MQ==",
"dev": true "dev": true
}, },
"eslint-config-marine": { "eslint-config-marine": {
"version": "8.3.2", "version": "9.0.6",
"resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-8.3.2.tgz", "resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-9.0.6.tgz",
"integrity": "sha512-2SLm43NdkMcHuUEkiS6NmVkSeywsE0+Uwiu6BqQkTpKlOKKOKrAR7+M8oHaialE4JpXjhbHAob3o1psSpCfq1w==", "integrity": "sha512-PPx84UDPQrLM5kyGG4kaDCQ2EAfzh3bcFjS9Sqg322z2vzERg8di3D4YSjUHWgXNqgooOUor8qjzM2NnPL0AKw==",
"dev": true, "dev": true,
"requires": { "requires": {
"eslint-config-aqua": "^8.1.2" "eslint-config-aqua": "^9.0.2"
} }
}, },
"eslint-config-prettier": { "eslint-config-prettier": {

View file

@ -199,7 +199,7 @@
"@typescript-eslint/parser": "^4.23.0", "@typescript-eslint/parser": "^4.23.0",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^3.0.0",
"eslint": "^7.26.0", "eslint": "^7.26.0",
"eslint-config-marine": "^8.3.2", "eslint-config-marine": "^9.0.6",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0", "prettier": "^2.3.0",