Skip to content

Commit 717c5ea

Browse files
dependabot[bot]maxep
authored andcommitted
Bump @datadog/datadog-ci from 3.2.0 to 3.4.0
Bumps [@datadog/datadog-ci](https://github.com/DataDog/datadog-ci) from 3.2.0 to 3.4.0. - [Release notes](https://github.com/DataDog/datadog-ci/releases) - [Commits](DataDog/datadog-ci@v3.2.0...v3.4.0) --- updated-dependencies: - dependency-name: "@datadog/datadog-ci" dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f45b1e6 commit 717c5ea

File tree

4 files changed

+23
-66
lines changed

4 files changed

+23
-66
lines changed

dist/index.js

Lines changed: 14 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"dependencies": {
2929
"@actions/core": "1.11.1",
30-
"@datadog/datadog-ci": "^3.2.0",
30+
"@datadog/datadog-ci": "^3.4.0",
3131
"axios": "^1.8.4"
3232
},
3333
"devDependencies": {

yarn.lock

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@
934934
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
935935
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
936936

937-
"@datadog/datadog-ci@^3.2.0":
937+
"@datadog/datadog-ci@^3.4.0":
938938
version "3.4.0"
939939
resolved "https://registry.yarnpkg.com/@datadog/datadog-ci/-/datadog-ci-3.4.0.tgz#4f61414f682c460b3d7a4ad203f509d067e6774d"
940940
integrity sha512-NRsFKutvJNW4ycNChBv5Y3pqNB1CtYCKC3vwai+zP08mP1vD3hUEv7eVBXSthzYROs4MMSDSdVR09ZwjJeniCw==
@@ -2490,9 +2490,9 @@ axe-core@^4.10.0:
24902490
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
24912491

24922492
axios@^1.8.4:
2493-
version "1.9.0"
2494-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
2495-
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
2493+
version "1.8.4"
2494+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
2495+
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
24962496
dependencies:
24972497
follow-redirects "^1.15.6"
24982498
form-data "^4.0.0"
@@ -6268,16 +6268,7 @@ string-length@^4.0.1:
62686268
char-regex "^1.0.2"
62696269
strip-ansi "^6.0.0"
62706270

6271-
"string-width-cjs@npm:string-width@^4.2.0":
6272-
version "4.2.3"
6273-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6274-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6275-
dependencies:
6276-
emoji-regex "^8.0.0"
6277-
is-fullwidth-code-point "^3.0.0"
6278-
strip-ansi "^6.0.1"
6279-
6280-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6271+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
62816272
version "4.2.3"
62826273
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
62836274
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6350,14 +6341,7 @@ string_decoder@~1.1.1:
63506341
dependencies:
63516342
safe-buffer "~5.1.0"
63526343

6353-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6354-
version "6.0.1"
6355-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6356-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6357-
dependencies:
6358-
ansi-regex "^5.0.1"
6359-
6360-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6344+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
63616345
version "6.0.1"
63626346
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
63636347
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6911,7 +6895,7 @@ word-wrap@^1.2.5:
69116895
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
69126896
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
69136897

6914-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
6898+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
69156899
version "7.0.0"
69166900
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
69176901
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -6929,15 +6913,6 @@ wrap-ansi@^6.0.1:
69296913
string-width "^4.1.0"
69306914
strip-ansi "^6.0.0"
69316915

6932-
wrap-ansi@^7.0.0:
6933-
version "7.0.0"
6934-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6935-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6936-
dependencies:
6937-
ansi-styles "^4.0.0"
6938-
string-width "^4.1.0"
6939-
strip-ansi "^6.0.0"
6940-
69416916
wrap-ansi@^8.1.0:
69426917
version "8.1.0"
69436918
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)