Skip to content

Commit

Permalink
chore(deps): update test packages (janus-idp#635)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 31, 2023
1 parent 108d631 commit da901e8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .changeset/renovate-4874c57.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@internal/plugin-scalprum-backend': patch
---

Updated dependency `@types/supertest` to `2.0.15`.
Updated dependency `@types/mock-fs` to `4.13.3`.
4 changes: 2 additions & 2 deletions plugins/scalprum-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@types/supertest": "2.0.14",
"@types/mock-fs": "4.13.2",
"@types/supertest": "2.0.15",
"@types/mock-fs": "4.13.3",
"mock-fs": "5.2.0",
"msw": "1.3.2",
"supertest": "6.3.3"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9948,10 +9948,10 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.4.tgz#81f886786411c45bba3f33e781ab48bd56bfca2e"
integrity sha512-Kfe/D3hxHTusnPNRbycJE1N77WHDsdS4AjUYIzlDzhDrS47NrwuL3YW4VITxwR7KCVpzwgy4Rbj829KSSQmwXQ==

"@types/mock-fs@4.13.2":
version "4.13.2"
resolved "https://registry.yarnpkg.com/@types/mock-fs/-/mock-fs-4.13.2.tgz#fb230358cef6c133cbdad697cffd66e66ee6c1bf"
integrity sha512-mSIMAOjrNTVUFmZgJEigSIm+GlS4hbrk8U5+M8EB45uMrykKdN9TidjjSaOY1yFph2+TD7bsIfB4r+IrMYVyPQ==
"@types/mock-fs@4.13.3":
version "4.13.3"
resolved "https://registry.yarnpkg.com/@types/mock-fs/-/mock-fs-4.13.3.tgz#57a53413bd27bca41509053b105430eaf6bf1cce"
integrity sha512-PeXnRqMVBkVjHNCxu1wzPBi9cv5uWVl6535XD11NXt8pasJXh2MHxWvJs6d7eyt/V6BGgHZ4O3LF71CVMdMasA==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -10228,10 +10228,10 @@
"@types/cookiejar" "*"
"@types/node" "*"

"@types/supertest@2.0.14":
version "2.0.14"
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-2.0.14.tgz#e8fb6f6feed58a0dd5c2036227865dfa6ff7411d"
integrity sha512-Q900DeeHNFF3ZYYepf/EyJfZDA2JrnWLaSQ0YNV7+2GTo8IlJzauEnDGhya+hauncpBYTYGpVHwGdssJeAQ7eA==
"@types/supertest@2.0.15":
version "2.0.15"
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-2.0.15.tgz#3d032865048c84c6a3bbbf1f949145b917d2ff65"
integrity sha512-jUCZZ/TMcpGzoSaed9Gjr8HCf3HehExdibyw3OHHEL1als1KmyzcOZZH4MjbObI8TkWsEr7bc7gsW0WTDni+qQ==
dependencies:
"@types/superagent" "*"

Expand Down

0 comments on commit da901e8

Please sign in to comment.