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

Commit 322212a

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 b3afc48 commit 322212a

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.3.4",
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
@@ -1809,10 +1809,10 @@ config-chain@^1.1.11:
18091809
ini "^1.3.4"
18101810
proto-list "~1.2.1"
18111811

1812-
confusing-browser-globals@^1.0.5:
1813-
version "1.0.7"
1814-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.7.tgz#5ae852bd541a910e7ffb2dbb864a2d21a36ad29b"
1815-
integrity sha512-cgHI1azax5ATrZ8rJ+ODDML9Fvu67PimB6aNxBrc/QwSaDaM9eTfIEUHx3bBLJJ82ioSb+/5zfsMCCEJax3ByQ==
1812+
confusing-browser-globals@^1.0.7:
1813+
version "1.0.9"
1814+
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd"
1815+
integrity sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw==
18161816

18171817
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
18181818
version "1.1.0"
@@ -2379,12 +2379,12 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.5, escape-string-regexp@~1
23792379
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
23802380
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
23812381

2382-
eslint-config-airbnb-base@^13.1.0:
2383-
version "13.2.0"
2384-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.2.0.tgz#f6ea81459ff4dec2dda200c35f1d8f7419d57943"
2385-
integrity sha512-1mg/7eoB4AUeB0X1c/ho4vb2gYkNH8Trr/EgCT/aGmKhhG+F6vF5s8+iRBlWAzFIAphxIdp3YfEKgEl0f9Xg+w==
2382+
eslint-config-airbnb-base@^14.0.0:
2383+
version "14.0.0"
2384+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.0.0.tgz#8a7bcb9643d13c55df4dd7444f138bf4efa61e17"
2385+
integrity sha512-2IDHobw97upExLmsebhtfoD3NAKhV4H0CJWP3Uprd/uk+cHuWYOczPVxQ8PxLFUAw7o3Th1RAU8u1DoUpr+cMA==
23862386
dependencies:
2387-
confusing-browser-globals "^1.0.5"
2387+
confusing-browser-globals "^1.0.7"
23882388
object.assign "^4.1.0"
23892389
object.entries "^1.1.0"
23902390

0 commit comments

Comments
 (0)