npm: bump eslint-config-google from 0.9.1 to 0.14.0 (#1694)

Bumps [eslint-config-google](https://github.com/google/eslint-config-google) from 0.9.1 to 0.14.0.
- [Release notes](https://github.com/google/eslint-config-google/releases)
- [Commits](https://github.com/google/eslint-config-google/compare/0.9.1...0.14.0)

---
updated-dependencies:
- dependency-name: eslint-config-google
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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] 2022-01-24 13:10:43 -08:00 коммит произвёл GitHub
Родитель 8fad20e805
Коммит 718d8eb015
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 17 добавлений и 10 удалений

25
package-lock.json сгенерированный
Просмотреть файл

@ -33,7 +33,7 @@
"del": "^3.0.0",
"dot-prop": ">=5.1.1",
"eslint": "^5.2.0",
"eslint-config-google": "^0.9.1",
"eslint-config-google": "^0.14.0",
"glob-parent": ">=5.1.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
@ -3439,10 +3439,16 @@
}
},
"node_modules/eslint-config-google": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.9.1.tgz",
"integrity": "sha512-5A83D+lH0PA81QMESKbLJd/a3ic8tPZtwUmqNrxMRo54nfFaUvtt89q/+icQ+fd66c2xQHn0KyFkzJDoAUfpZA==",
"dev": true
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.14.0.tgz",
"integrity": "sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==",
"dev": true,
"engines": {
"node": ">=0.10.0"
},
"peerDependencies": {
"eslint": ">=5.16.0"
}
},
"node_modules/eslint-scope": {
"version": "4.0.3",
@ -14954,10 +14960,11 @@
}
},
"eslint-config-google": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.9.1.tgz",
"integrity": "sha512-5A83D+lH0PA81QMESKbLJd/a3ic8tPZtwUmqNrxMRo54nfFaUvtt89q/+icQ+fd66c2xQHn0KyFkzJDoAUfpZA==",
"dev": true
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.14.0.tgz",
"integrity": "sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==",
"dev": true,
"requires": {}
},
"eslint-scope": {
"version": "4.0.3",

Просмотреть файл

@ -44,7 +44,7 @@
"del": "^3.0.0",
"dot-prop": ">=5.1.1",
"eslint": "^5.2.0",
"eslint-config-google": "^0.9.1",
"eslint-config-google": "^0.14.0",
"glob-parent": ">=5.1.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",