Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 755db12

Browse files
chore(deps-dev): bump eslint-config-airbnb-base from 13.2.0 to 14.0.0
Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 13.2.0 to 14.0.0. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](airbnb/javascript@eslint-config-airbnb-base-v13.2.0...eslint-config-airbnb-base-v14.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c7b6122 commit 755db12

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
@@ -19,7 +19,7 @@
1919
"@commitlint/config-conventional": "8.2.0",
2020
"coveralls": "^3.0.4",
2121
"eslint": "^5.9.0",
22-
"eslint-config-airbnb-base": "^13.1.0",
22+
"eslint-config-airbnb-base": "^14.0.0",
2323
"eslint-plugin-import": "^2.14.0",
2424
"jsdoc": "^3.5.5",
2525
"lerna": "^3.4.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,10 +1804,10 @@ config-chain@^1.1.11:
18041804
ini "^1.3.4"
18051805
proto-list "~1.2.1"
18061806

1807-
confusing-browser-globals@^1.0.5:
1808-
version "1.0.7"
1809-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.7.tgz#5ae852bd541a910e7ffb2dbb864a2d21a36ad29b"
1810-
integrity sha512-cgHI1azax5ATrZ8rJ+ODDML9Fvu67PimB6aNxBrc/QwSaDaM9eTfIEUHx3bBLJJ82ioSb+/5zfsMCCEJax3ByQ==
1807+
confusing-browser-globals@^1.0.7:
1808+
version "1.0.9"
1809+
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd"
1810+
integrity sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw==
18111811

18121812
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
18131813
version "1.1.0"
@@ -2371,12 +2371,12 @@ [email protected], escape-string-regexp@^1.0.5, escape-string-regexp@~1
23712371
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
23722372
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
23732373

2374-
eslint-config-airbnb-base@^13.1.0:
2375-
version "13.2.0"
2376-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.2.0.tgz#f6ea81459ff4dec2dda200c35f1d8f7419d57943"
2377-
integrity sha512-1mg/7eoB4AUeB0X1c/ho4vb2gYkNH8Trr/EgCT/aGmKhhG+F6vF5s8+iRBlWAzFIAphxIdp3YfEKgEl0f9Xg+w==
2374+
eslint-config-airbnb-base@^14.0.0:
2375+
version "14.0.0"
2376+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.0.0.tgz#8a7bcb9643d13c55df4dd7444f138bf4efa61e17"
2377+
integrity sha512-2IDHobw97upExLmsebhtfoD3NAKhV4H0CJWP3Uprd/uk+cHuWYOczPVxQ8PxLFUAw7o3Th1RAU8u1DoUpr+cMA==
23782378
dependencies:
2379-
confusing-browser-globals "^1.0.5"
2379+
confusing-browser-globals "^1.0.7"
23802380
object.assign "^4.1.0"
23812381
object.entries "^1.1.0"
23822382

0 commit comments

Comments
 (0)