File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 46
46
"prettier" : " ^2.1.2" ,
47
47
"ts-jest" : " ^26.4.0" ,
48
48
"typescript" : " ^4.0.3"
49
+ },
50
+ "resolutions" : {
51
+ "dot-prop" : " ^4.2.1"
49
52
}
50
53
}
Original file line number Diff line number Diff line change @@ -1277,7 +1277,7 @@ configstore@^2.0.0:
1277
1277
resolved "https://registry.yarnpkg.com/configstore/-/configstore-2.1.0.tgz#737a3a7036e9886102aa6099e47bb33ab1aba1a1"
1278
1278
integrity sha1-c3o6cDbpiGECqmCZ5HuzOrGroaE=
1279
1279
dependencies :
1280
- dot-prop "^3.0.0 "
1280
+ dot-prop "^4.2.1 "
1281
1281
graceful-fs "^4.1.2"
1282
1282
mkdirp "^0.5.0"
1283
1283
object-assign "^4.0.1"
@@ -1488,10 +1488,10 @@ domexception@^2.0.1:
1488
1488
dependencies :
1489
1489
webidl-conversions "^5.0.0"
1490
1490
1491
- dot-prop@^3.0.0 :
1492
- version "3.0.0 "
1493
- resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0 .tgz#1b708af094a49c9a0e7dbcad790aba539dac1177 "
1494
- integrity sha1-G3CK8JSknJoOfbyteQq6U52sEXc =
1491
+ dot-prop@^4.2.1 :
1492
+ version "4.2.1 "
1493
+ resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.1 .tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4 "
1494
+ integrity sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ= =
1495
1495
dependencies :
1496
1496
is-obj "^1.0.0"
1497
1497
You can’t perform that action at this time.
0 commit comments