Skip to content

Commit 87a9a1d

Browse files
committed
(release): v0.15.2
1 parent 46f3720 commit 87a9a1d

File tree

2 files changed

+51
-22
lines changed

2 files changed

+51
-22
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.15.2] - 2025-02-18
10+
11+
### Changed
12+
- update dependencies for security reasons
13+
914
## [0.15.1] - 2024-12-20
1015

1116
### Fixed
@@ -275,7 +280,11 @@ as bundling tool.
275280
- implemented base action reading clover.xml files and converting then.
276281
- release.yml workflow to auto-release tags
277282

278-
[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.13.0...HEAD
283+
[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.2...HEAD
284+
[0.15.2]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.1...v0.15.2
285+
[0.15.1]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.0...v0.15.1
286+
[0.15.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.14.0...v0.15.0
287+
[0.14.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.13.0...v0.14.0
279288
[0.13.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.12.0...v0.13.0
280289
[0.12.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.11.0...v0.12.0
281290
[0.11.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.10.2...v0.11.0

yarn.lock

+41-21
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@
33

44

55
"@actions/core@^1.10.0":
6-
version "1.10.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
8-
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
6+
version "1.11.1"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172"
8+
integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==
99
dependencies:
10+
"@actions/exec" "^1.1.1"
1011
"@actions/http-client" "^2.0.1"
11-
uuid "^8.3.2"
12+
13+
"@actions/exec@^1.1.1":
14+
version "1.1.1"
15+
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
16+
integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==
17+
dependencies:
18+
"@actions/io" "^1.0.1"
1219

1320
"@actions/github@^5.1.1":
1421
version "5.1.1"
@@ -21,11 +28,17 @@
2128
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
2229

2330
"@actions/http-client@^2.0.1":
24-
version "2.0.1"
25-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
26-
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
31+
version "2.2.3"
32+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.3.tgz#31fc0b25c0e665754ed39a9f19a8611fc6dab674"
33+
integrity sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==
2734
dependencies:
2835
tunnel "^0.0.6"
36+
undici "^5.25.4"
37+
38+
"@actions/io@^1.0.1":
39+
version "1.1.3"
40+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
41+
integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
2942

3043
"@cspotcode/source-map-support@^0.8.0":
3144
version "0.8.1"
@@ -34,6 +47,11 @@
3447
dependencies:
3548
"@jridgewell/trace-mapping" "0.3.9"
3649

50+
"@fastify/busboy@^2.0.0":
51+
version "2.1.1"
52+
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.1.1.tgz#b9da6a878a371829a0502c9b6c1c143ef6663f4d"
53+
integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==
54+
3755
"@jridgewell/resolve-uri@^3.0.3":
3856
version "3.1.0"
3957
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
@@ -250,9 +268,9 @@ balanced-match@^1.0.0:
250268
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
251269

252270
before-after-hook@^2.2.0:
253-
version "2.2.2"
254-
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.2.tgz#a6e8ca41028d90ee2c24222f201c90956091613e"
255-
integrity sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==
271+
version "2.2.3"
272+
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.3.tgz#c51e809c81a4e354084422b9b26bad88249c517c"
273+
integrity sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==
256274

257275
brace-expansion@^1.1.7:
258276
version "1.1.11"
@@ -481,9 +499,9 @@ minimatch@^3.1.1:
481499
brace-expansion "^1.1.7"
482500

483501
node-fetch@^2.6.7:
484-
version "2.6.7"
485-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
486-
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
502+
version "2.7.0"
503+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
504+
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
487505
dependencies:
488506
whatwg-url "^5.0.0"
489507

@@ -659,21 +677,23 @@ typescript@^5.0.4:
659677
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
660678
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
661679

680+
undici@^5.25.4:
681+
version "5.28.5"
682+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.5.tgz#b2b94b6bf8f1d919bc5a6f31f2c01deb02e54d4b"
683+
integrity sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==
684+
dependencies:
685+
"@fastify/busboy" "^2.0.0"
686+
662687
universal-user-agent@^6.0.0:
663-
version "6.0.0"
664-
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"
665-
integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
688+
version "6.0.1"
689+
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.1.tgz#15f20f55da3c930c57bddbf1734c6654d5fd35aa"
690+
integrity sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==
666691

667692
universalify@^2.0.0:
668693
version "2.0.0"
669694
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
670695
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
671696

672-
uuid@^8.3.2:
673-
version "8.3.2"
674-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
675-
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
676-
677697
v8-compile-cache-lib@^3.0.1:
678698
version "3.0.1"
679699
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)