Skip to content

Commit 052bac2

Browse files
fix(deps): update dependency @ts-morph/bootstrap to ^0.26.0
1 parent b308f15 commit 052bac2

2 files changed

Lines changed: 26 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"dependencies": {
34-
"@ts-morph/bootstrap": "^0.13.0",
34+
"@ts-morph/bootstrap": "^0.26.0",
3535
"camelcase": "^6.2.0",
3636
"commander": "^8.1.0",
3737
"css-modules-loader-core": "^1.1.0",

yarn.lock

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,12 +1428,12 @@
14281428
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
14291429
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
14301430

1431-
"@ts-morph/bootstrap@^0.13.0":
1432-
version "0.13.0"
1433-
resolved "https://registry.yarnpkg.com/@ts-morph/bootstrap/-/bootstrap-0.13.0.tgz#f08f3f3c4c930c79275eb2be40196b8b04956902"
1434-
integrity sha512-pvzBE1ub6T+JZqqCzF+bHwM8LsT0T0tAwrYTaNOX9pKEJamzjQzg2owWcQTLeY3dXK0gIQpNKN/EDdY7tQmobQ==
1431+
"@ts-morph/bootstrap@^0.26.0":
1432+
version "0.26.0"
1433+
resolved "https://registry.yarnpkg.com/@ts-morph/bootstrap/-/bootstrap-0.26.0.tgz#f2baddc6973e928f943f4b836650737fbec8c4be"
1434+
integrity sha512-GC5bLrp7Aj7g3zoV6yE4AQSQ/dtoi7Thz1FOwZFR9wdxIn3yeUGc8aZByBJBokvGw9viSpu6IA8Yi34E6gPTCA==
14351435
dependencies:
1436-
"@ts-morph/common" "~0.13.0"
1436+
"@ts-morph/common" "~0.26.0"
14371437

14381438
"@ts-morph/common@~0.13.0":
14391439
version "0.13.0"
@@ -1445,6 +1445,15 @@
14451445
mkdirp "^1.0.4"
14461446
path-browserify "^1.0.1"
14471447

1448+
"@ts-morph/common@~0.26.0":
1449+
version "0.26.0"
1450+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.26.0.tgz#21c0b42c08adc9ac8d42b6969dd9f6ebc7c9de84"
1451+
integrity sha512-/RmKAtctStXqM5nECMQ46duT74Hoig/DBzhWXGHcodlDNrgRbsbwwHqSKFNbca6z9Xt/CUWMeXOsC9QEN1+rqw==
1452+
dependencies:
1453+
fast-glob "^3.3.2"
1454+
minimatch "^9.0.4"
1455+
path-browserify "^1.0.1"
1456+
14481457
"@tsconfig/node10@^1.0.7":
14491458
version "1.0.8"
14501459
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
@@ -3715,10 +3724,10 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
37153724
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
37163725
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
37173726

3718-
fast-glob@^3.2.11, fast-glob@^3.2.9:
3719-
version "3.2.11"
3720-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
3721-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
3727+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2:
3728+
version "3.3.2"
3729+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
3730+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
37223731
dependencies:
37233732
"@nodelib/fs.stat" "^2.0.2"
37243733
"@nodelib/fs.walk" "^1.2.3"
@@ -5840,6 +5849,13 @@ minimatch@^5.0.1:
58405849
dependencies:
58415850
brace-expansion "^2.0.1"
58425851

5852+
minimatch@^9.0.4:
5853+
version "9.0.5"
5854+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
5855+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
5856+
dependencies:
5857+
brace-expansion "^2.0.1"
5858+
58435859
minimist-options@4.1.0, minimist-options@^4.0.2:
58445860
version "4.1.0"
58455861
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)