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

Commit 3ba3b61

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] <support@dependabot.com>
1 parent f5f0b20 commit 3ba3b61

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
@@ -1830,10 +1830,10 @@ config-chain@^1.1.11:
18301830
ini "^1.3.4"
18311831
proto-list "~1.2.1"
18321832

1833-
confusing-browser-globals@^1.0.5:
1834-
version "1.0.7"
1835-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.7.tgz#5ae852bd541a910e7ffb2dbb864a2d21a36ad29b"
1836-
integrity sha512-cgHI1azax5ATrZ8rJ+ODDML9Fvu67PimB6aNxBrc/QwSaDaM9eTfIEUHx3bBLJJ82ioSb+/5zfsMCCEJax3ByQ==
1833+
confusing-browser-globals@^1.0.7:
1834+
version "1.0.9"
1835+
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd"
1836+
integrity sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw==
18371837

18381838
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
18391839
version "1.1.0"
@@ -2409,12 +2409,12 @@ escodegen@^1.8.1:
24092409
optionalDependencies:
24102410
source-map "~0.6.1"
24112411

2412-
eslint-config-airbnb-base@^13.1.0:
2413-
version "13.2.0"
2414-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.2.0.tgz#f6ea81459ff4dec2dda200c35f1d8f7419d57943"
2415-
integrity sha512-1mg/7eoB4AUeB0X1c/ho4vb2gYkNH8Trr/EgCT/aGmKhhG+F6vF5s8+iRBlWAzFIAphxIdp3YfEKgEl0f9Xg+w==
2412+
eslint-config-airbnb-base@^14.0.0:
2413+
version "14.0.0"
2414+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.0.0.tgz#8a7bcb9643d13c55df4dd7444f138bf4efa61e17"
2415+
integrity sha512-2IDHobw97upExLmsebhtfoD3NAKhV4H0CJWP3Uprd/uk+cHuWYOczPVxQ8PxLFUAw7o3Th1RAU8u1DoUpr+cMA==
24162416
dependencies:
2417-
confusing-browser-globals "^1.0.5"
2417+
confusing-browser-globals "^1.0.7"
24182418
object.assign "^4.1.0"
24192419
object.entries "^1.1.0"
24202420

0 commit comments

Comments
 (0)