Skip to content

Commit c3bc236

Browse files
dependabot[bot]malept
authored andcommitted
build(deps-dev): bump eslint from 7.11.0 to 7.12.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.11.0...v7.12.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3aa2f8a commit c3bc236

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"cross-env": "^7.0.2",
127127
"cz-customizable": "^6.3.0",
128128
"electron-installer-common": "^0.10.2",
129-
"eslint": "^7.7.0",
129+
"eslint": "^7.12.0",
130130
"eslint-config-airbnb-base": "^14.2.0",
131131
"eslint-plugin-import": "^2.21.2",
132132
"eslint-plugin-mocha": "^8.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -966,10 +966,10 @@
966966
global-agent "^2.0.2"
967967
global-tunnel-ng "^2.7.1"
968968

969-
"@eslint/eslintrc@^0.1.3":
970-
version "0.1.3"
971-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
972-
integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA==
969+
"@eslint/eslintrc@^0.2.0":
970+
version "0.2.0"
971+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.0.tgz#bc7e3c4304d4c8720968ccaee793087dfb5fe6b4"
972+
integrity sha512-+cIGPCBdLCzqxdtwppswP+zTsH9BOIGzAeKfBIbtb4gW/giMlfMwP0HUSFfhzh20f9u8uZ8hOp62+4GPquTbwQ==
973973
dependencies:
974974
ajv "^6.12.4"
975975
debug "^4.1.1"
@@ -4312,13 +4312,13 @@ eslint@^6.5.1:
43124312
text-table "^0.2.0"
43134313
v8-compile-cache "^2.0.3"
43144314

4315-
eslint@^7.7.0:
4316-
version "7.11.0"
4317-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.11.0.tgz#aaf2d23a0b5f1d652a08edacea0c19f7fadc0b3b"
4318-
integrity sha512-G9+qtYVCHaDi1ZuWzBsOWo2wSwd70TXnU6UHA3cTYHp7gCTXZcpggWFoUVAMRarg68qtPoNfFbzPh+VdOgmwmw==
4315+
eslint@^7.12.0:
4316+
version "7.12.0"
4317+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.12.0.tgz#7b6a85f87a9adc239e979bb721cde5ce0dc27da6"
4318+
integrity sha512-n5pEU27DRxCSlOhJ2rO57GDLcNsxO0LPpAbpFdh7xmcDmjmlGUfoyrsB3I7yYdQXO5N3gkSTiDrPSPNFiiirXA==
43194319
dependencies:
43204320
"@babel/code-frame" "^7.0.0"
4321-
"@eslint/eslintrc" "^0.1.3"
4321+
"@eslint/eslintrc" "^0.2.0"
43224322
ajv "^6.10.0"
43234323
chalk "^4.0.0"
43244324
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)