Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 19e09f5

Browse files
chore(deps): update dependency auto-changelog to v2.5.0
1 parent 44dc459 commit 19e09f5

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

packages/tcm-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@types/react": "18.3.3",
117117
"@types/semver": "7.5.8",
118118
"@types/shelljs": "0.8.15",
119-
"auto-changelog": "2.4.0",
119+
"auto-changelog": "2.5.0",
120120
"autoprefixer": "10.4.19",
121121
"babel-plugin-replace-identifiers": "0.1.1",
122122
"cssnano": "7.0.6",

yarn.lock

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7064,7 +7064,7 @@ __metadata:
70647064
"@typescript-eslint/eslint-plugin": "npm:7.12.0"
70657065
"@typescript-eslint/parser": "npm:7.12.0"
70667066
asyncro: "npm:3.0.0"
7067-
auto-changelog: "npm:2.4.0"
7067+
auto-changelog: "npm:2.5.0"
70687068
autoprefixer: "npm:10.4.19"
70697069
babel-plugin-annotate-pure-calls: "npm:0.4.0"
70707070
babel-plugin-dev-expression: "npm:0.2.3"
@@ -9234,18 +9234,19 @@ __metadata:
92349234
languageName: node
92359235
linkType: hard
92369236

9237-
"auto-changelog@npm:2.4.0":
9238-
version: 2.4.0
9239-
resolution: "auto-changelog@npm:2.4.0"
9237+
"auto-changelog@npm:2.5.0":
9238+
version: 2.5.0
9239+
resolution: "auto-changelog@npm:2.5.0"
92409240
dependencies:
92419241
commander: "npm:^7.2.0"
92429242
handlebars: "npm:^4.7.7"
9243+
import-cwd: "npm:^3.0.0"
92439244
node-fetch: "npm:^2.6.1"
9244-
parse-github-url: "npm:^1.0.2"
9245+
parse-github-url: "npm:^1.0.3"
92459246
semver: "npm:^7.3.5"
92469247
bin:
92479248
auto-changelog: src/index.js
9248-
checksum: 10c0/60790cc4d88338413e414376c0accbc299c773b9c79253a5de2535f598ec34ca94f6fc9ceb2f790b4d633b21ac54e00489de11dc4938670996667768c20d72b7
9249+
checksum: 10c0/aa4c0389f33902f7185e6956d1dc641db027577a5c2c37782aa5a5dee531030a59f37d943bd8f9e86c457e5a2c75983aab604467a834cb5992c266dc9ac4bbfd
92499250
languageName: node
92509251
linkType: hard
92519252

@@ -16336,6 +16337,15 @@ __metadata:
1633616337
languageName: node
1633716338
linkType: hard
1633816339

16340+
"import-cwd@npm:^3.0.0":
16341+
version: 3.0.0
16342+
resolution: "import-cwd@npm:3.0.0"
16343+
dependencies:
16344+
import-from: "npm:^3.0.0"
16345+
checksum: 10c0/398eff50e400b0db4ccabf7626391ac3aa959d9f95e659cd26d217f9d33b41f3aa02b7056ac4c3a2bf1d12b359b4761756d784f470c223297774480f6546857d
16346+
languageName: node
16347+
linkType: hard
16348+
1633916349
"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
1634016350
version: 3.3.0
1634116351
resolution: "import-fresh@npm:3.3.0"
@@ -16346,6 +16356,15 @@ __metadata:
1634616356
languageName: node
1634716357
linkType: hard
1634816358

16359+
"import-from@npm:^3.0.0":
16360+
version: 3.0.0
16361+
resolution: "import-from@npm:3.0.0"
16362+
dependencies:
16363+
resolve-from: "npm:^5.0.0"
16364+
checksum: 10c0/83a40470190f2d9c6ca6a0a2d2de40e9d0b38eedeb2409320a44eaeed48751678e206c9ac7fefef18be19c95ad1cc0e98c844fdf631ab3d9a5597c3476e7525f
16365+
languageName: node
16366+
linkType: hard
16367+
1634916368
"import-local@npm:3.1.0, import-local@npm:^3.0.2":
1635016369
version: 3.1.0
1635116370
resolution: "import-local@npm:3.1.0"
@@ -21215,12 +21234,12 @@ __metadata:
2121521234
languageName: node
2121621235
linkType: hard
2121721236

21218-
"parse-github-url@npm:^1.0.2":
21219-
version: 1.0.2
21220-
resolution: "parse-github-url@npm:1.0.2"
21237+
"parse-github-url@npm:^1.0.3":
21238+
version: 1.0.3
21239+
resolution: "parse-github-url@npm:1.0.3"
2122121240
bin:
21222-
parse-github-url: ./cli.js
21223-
checksum: 10c0/3405b8812bc3e2c6baf49f859212e587237e17f5f886899e1c977bf53898a78f1b491341c6937beb892a0706354e44487defb387e12e5adcf3f18236408dd3dc
21241+
parse-github-url: cli.js
21242+
checksum: 10c0/8a56103f0cdb6f9bd0ffcd7fd4fe1404a414f18441c4d89ab9d9c5eca3b43d6f7cdb899cb979f061df9d8a85d5af275cab05beff953b07f2ff65a6c2826b9293
2122421243
languageName: node
2122521244
linkType: hard
2122621245

0 commit comments

Comments
 (0)