Skip to content

Commit fa8e193

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

File tree

2 files changed

+52
-6
lines changed

2 files changed

+52
-6
lines changed

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.28.1",
3535
"camelcase": "^6.2.0",
3636
"commander": "^8.1.0",
3737
"css-modules-loader-core": "^1.1.0",

yarn.lock

Lines changed: 51 additions & 5 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.28.1":
1432+
version "0.28.1"
1433+
resolved "https://registry.yarnpkg.com/@ts-morph/bootstrap/-/bootstrap-0.28.1.tgz#be9540f555d58d9ae48894bbc649f6df68fcf938"
1434+
integrity sha512-A9+I6Lv2iPKuaEHlT+aN87jCGN/S6a2TZvGywduqooM6tZrMsoJICvbWSTCjLRmoOp7E7Gs7yjbqw0pf0IkehQ==
14351435
dependencies:
1436-
"@ts-morph/common" "~0.13.0"
1436+
"@ts-morph/common" "~0.28.1"
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.28.1":
1449+
version "0.28.1"
1450+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.28.1.tgz#10ec52182d5c310832b669af7784a34fc3da3ca1"
1451+
integrity sha512-W74iWf7ILp1ZKNYXY5qbddNaml7e9Sedv5lvU1V8lftlitkc9Pq1A+jlH23ltDgWYeZFFEqGCD1Ies9hqu3O+g==
1452+
dependencies:
1453+
minimatch "^10.0.1"
1454+
path-browserify "^1.0.1"
1455+
tinyglobby "^0.2.14"
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"
@@ -2268,6 +2277,11 @@ balanced-match@^2.0.0:
22682277
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-2.0.0.tgz#dc70f920d78db8b858535795867bf48f820633d9"
22692278
integrity sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==
22702279

2280+
balanced-match@^4.0.2:
2281+
version "4.0.4"
2282+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2283+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2284+
22712285
bcrypt-pbkdf@^1.0.0:
22722286
version "1.0.2"
22732287
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
@@ -2333,6 +2347,13 @@ brace-expansion@^2.0.1:
23332347
dependencies:
23342348
balanced-match "^1.0.0"
23352349

2350+
brace-expansion@^5.0.2:
2351+
version "5.0.5"
2352+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
2353+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
2354+
dependencies:
2355+
balanced-match "^4.0.2"
2356+
23362357
braces@^3.0.2:
23372358
version "3.0.2"
23382359
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -3760,6 +3781,11 @@ fb-watchman@^2.0.0:
37603781
dependencies:
37613782
bser "2.1.1"
37623783

3784+
fdir@^6.5.0:
3785+
version "6.5.0"
3786+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3787+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3788+
37633789
figures@^2.0.0:
37643790
version "2.0.0"
37653791
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
@@ -5826,6 +5852,13 @@ min-indent@^1.0.0:
58265852
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
58275853
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
58285854

5855+
minimatch@^10.0.1:
5856+
version "10.2.4"
5857+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
5858+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
5859+
dependencies:
5860+
brace-expansion "^5.0.2"
5861+
58295862
minimatch@^3.0.4:
58305863
version "3.0.4"
58315864
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -6590,6 +6623,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
65906623
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
65916624
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
65926625

6626+
picomatch@^4.0.3:
6627+
version "4.0.4"
6628+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
6629+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
6630+
65936631
pify@^3.0.0:
65946632
version "3.0.0"
65956633
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
@@ -7929,6 +7967,14 @@ tiny-relative-date@^1.3.0:
79297967
resolved "https://registry.yarnpkg.com/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz#fa08aad501ed730f31cc043181d995c39a935e07"
79307968
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
79317969

7970+
tinyglobby@^0.2.14:
7971+
version "0.2.15"
7972+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
7973+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
7974+
dependencies:
7975+
fdir "^6.5.0"
7976+
picomatch "^4.0.3"
7977+
79327978
tmp@^0.0.33:
79337979
version "0.0.33"
79347980
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"

0 commit comments

Comments
 (0)