Skip to content

Commit 3888c55

Browse files
build(deps-dev): bump eslint-config-airbnb-base from 14.2.0 to 14.2.1
Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 14.2.0 to 14.2.1. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](airbnb/javascript@eslint-config-airbnb-base-v14.2.0...eslint-config-airbnb-base-v14.2.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 15e8e48 commit 3888c55

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@typescript-eslint/parser": "^4.6.1",
108108
"babel-plugin-module-resolver": "^4.0.0",
109109
"eslint": "^7.12.1",
110-
"eslint-config-airbnb-base": "^14.2.0",
110+
"eslint-config-airbnb-base": "^14.2.1",
111111
"eslint-config-prettier": "^6.15.0",
112112
"eslint-import-resolver-babel-module": "^5.2.0",
113113
"eslint-plugin-import": "^2.22.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,7 +2516,7 @@ configstore@^5.0.1:
25162516
write-file-atomic "^3.0.0"
25172517
xdg-basedir "^4.0.0"
25182518

2519-
confusing-browser-globals@^1.0.9:
2519+
confusing-browser-globals@^1.0.10:
25202520
version "1.0.10"
25212521
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
25222522
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
@@ -3122,13 +3122,13 @@ [email protected], escodegen@^1.14.1:
31223122
optionalDependencies:
31233123
source-map "~0.6.1"
31243124

3125-
eslint-config-airbnb-base@^14.2.0:
3126-
version "14.2.0"
3127-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.0.tgz#fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4"
3128-
integrity sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q==
3125+
eslint-config-airbnb-base@^14.2.1:
3126+
version "14.2.1"
3127+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
3128+
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
31293129
dependencies:
3130-
confusing-browser-globals "^1.0.9"
3131-
object.assign "^4.1.0"
3130+
confusing-browser-globals "^1.0.10"
3131+
object.assign "^4.1.2"
31323132
object.entries "^1.1.2"
31333133

31343134
eslint-config-prettier@^6.15.0:
@@ -6024,7 +6024,7 @@ object-visit@^1.0.0:
60246024
dependencies:
60256025
isobject "^3.0.0"
60266026

6027-
object.assign@^4.1.0, object.assign@^4.1.1:
6027+
object.assign@^4.1.0, object.assign@^4.1.1, object.assign@^4.1.2:
60286028
version "4.1.2"
60296029
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
60306030
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==

0 commit comments

Comments
 (0)