File tree 2 files changed +11
-12
lines changed
2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 58
58
"@typescript-eslint/eslint-plugin" : " 2.30.0" ,
59
59
"@typescript-eslint/parser" : " 2.30.0" ,
60
60
"eslint-config-airbnb" : " 18.1.0" ,
61
- "eslint-config-airbnb-base" : " 14.1 .0" ,
61
+ "eslint-config-airbnb-base" : " 14.2 .0" ,
62
62
"eslint-config-prettier" : " 6.11.0" ,
63
63
"eslint-import-resolver-typescript" : " 2.0.0" ,
64
64
"eslint-plugin-import" : " 2.21.2" ,
Original file line number Diff line number Diff line change @@ -2647,14 +2647,14 @@ escodegen@^1.14.1:
2647
2647
optionalDependencies :
2648
2648
source-map "~0.6.1"
2649
2649
2650
- eslint-config-airbnb-base@14.1 .0, eslint-config-airbnb-base@^14.1.0 :
2651
- version "14.1 .0"
2652
- resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.1 .0.tgz#2ba4592dd6843258221d9bff2b6831bd77c874e4 "
2653
- integrity sha512-+XCcfGyCnbzOnktDVhwsCAx+9DmrzEmuwxyHUJpw+kqBVT744OUBrB09khgFKlK1lshVww6qXGsYPZpavoNjJw ==
2650
+ eslint-config-airbnb-base@14.2 .0, eslint-config-airbnb-base@^14.1.0 :
2651
+ version "14.2 .0"
2652
+ resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2 .0.tgz#fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4 "
2653
+ integrity sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q ==
2654
2654
dependencies :
2655
2655
confusing-browser-globals "^1.0.9"
2656
2656
object.assign "^4.1.0"
2657
- object.entries "^1.1.1 "
2657
+ object.entries "^1.1.2 "
2658
2658
2659
2659
2660
2660
version "18.1.0"
@@ -6004,14 +6004,13 @@ object.assign@^4.1.0:
6004
6004
has-symbols "^1.0.0"
6005
6005
object-keys "^1.0.11"
6006
6006
6007
- object.entries@^1.1.1 :
6008
- version "1.1.1 "
6009
- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1 .tgz#ee1cf04153de02bb093fec33683900f57ce5399b "
6010
- integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ ==
6007
+ object.entries@^1.1.1, object.entries@^1.1.2 :
6008
+ version "1.1.2 "
6009
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2 .tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add "
6010
+ integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA ==
6011
6011
dependencies :
6012
6012
define-properties "^1.1.3"
6013
- es-abstract "^1.17.0-next.1"
6014
- function-bind "^1.1.1"
6013
+ es-abstract "^1.17.5"
6015
6014
has "^1.0.3"
6016
6015
6017
6016
object.fromentries@^2.0.2 :
You can’t perform that action at this time.
0 commit comments