Skip to content

Commit

Permalink
build(deps): bump jenkins and @types/jenkins
Browse files Browse the repository at this point in the history
Bumps [jenkins](https://github.com/silas/node-jenkins) and [@types/jenkins](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jenkins). These dependencies needed to be updated together.

Updates `jenkins` from 0.28.1 to 1.1.0
- [Release notes](https://github.com/silas/node-jenkins/releases)
- [Commits](https://github.com/silas/node-jenkins/commits)

Updates `@types/jenkins` from 0.23.3 to 1.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jenkins)

---
updated-dependencies:
- dependency-name: jenkins
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/jenkins"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 72b00f4 commit d12b2db
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions plugins/jenkins-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"jenkins": "^0.28.1",
"jenkins": "^1.1.0",
"winston": "^3.2.1",
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.10.3",
"@types/jenkins": "^0.23.1",
"@types/jenkins": "^1.0.2",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",
"supertest": "^6.1.6"
Expand Down
27 changes: 14 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7580,12 +7580,13 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jenkins@^0.23.1":
version "0.23.3"
resolved "https://registry.npmjs.org/@types/jenkins/-/jenkins-0.23.3.tgz#bca00a395147c8d448cfba6bb36241a56862f820"
integrity sha512-/uNktGT4d/NNIBZTur4cO4YU00fQ+iEe0Arm0l5v9Ixv6zwZR9u0V7XSuhWbWJkzKsh8aIeK66QxYqJvYF4yzA==
"@types/jenkins@^1.0.2":
version "1.0.2"
resolved "https://registry.npmjs.org/@types/jenkins/-/jenkins-1.0.2.tgz#ad5b1787fa307f9e5a804ffb23fadf0732754cbf"
integrity sha512-kEJ5a57CVkPffCHr42THTnHNzmu3um1q0idJ7P2mX9jWWJywieD8CvuFpG9gRySR4UOMSmQiS96mQtfSXNV5tA==
dependencies:
"@types/node" "*"
form-data "^4.0.0"

"@types/jest-when@^2.7.2":
version "2.7.2"
Expand Down Expand Up @@ -18045,12 +18046,12 @@ jake@^10.6.1:
filelist "^1.0.1"
minimatch "^3.0.4"

jenkins@^0.28.1:
version "0.28.1"
resolved "https://registry.npmjs.org/jenkins/-/jenkins-0.28.1.tgz#f7951798ee5d2bb501a831979b6b5ecc1a922a64"
integrity sha512-gcC4QUrP4VzdqOMHoVzh36XlJprxJkI2HGLQSY7w84KoCTVNDcR/8O00tYyXp9vrZOx4wl5zCXLVKMgH2IoyJQ==
jenkins@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/jenkins/-/jenkins-1.1.0.tgz#be61a07223d076956f357cc324fd18c5b281fcb7"
integrity sha512-oLiVMCt5pKp3N3br7P4Fknm5Qyu0katGc4WAhokFtPSE/waePCphK/XST9Fs/srrRY4VtN5wvI79r81fIjZkpg==
dependencies:
papi "^0.29.0"
papi "^1.1.0"

jest-changed-files@^26.6.2:
version "26.6.2"
Expand Down Expand Up @@ -22356,10 +22357,10 @@ pako@^1.0.10, pako@~1.0.5:
resolved "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==

papi@^0.29.0:
version "0.29.1"
resolved "https://registry.npmjs.org/papi/-/papi-0.29.1.tgz#7373e2c527f5117d61fd2a0e6c6b1dd72bf7f180"
integrity sha512-Y9ipSMfWuuVFO3zY9PlxOmEg+bQ7CeJ28sa9/a0veYNynLf9fwjR3+3fld5otEy7okUaEOUuCHVH62MyTmACXQ==
papi@^1.1.0:
version "1.1.2"
resolved "https://registry.npmjs.org/papi/-/papi-1.1.2.tgz#5b1d7686834bec489f1f823103c5e8554f2b984f"
integrity sha512-cwM6pPpfAYgPe3EQi23SmB5J5s4XFS9lou9z63I5BbnMGmFaR8LAKvKboW7n1IUAKj76OtnyK0YU16JjnZrqVg==

parallel-transform@^1.1.0:
version "1.2.0"
Expand Down

0 comments on commit d12b2db

Please sign in to comment.