Skip to content

Commit

Permalink
fix(deps): pin dependencies (janus-idp#619)
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 17, 2023
1 parent 916a663 commit 0744f67
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions .changeset/renovate-2d28ee5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@internal/plugin-scalprum-backend': patch
---

Updated dependency `@types/express` to `4.17.18`.
Updated dependency `express` to `4.18.2`.
Updated dependency `express-promise-router` to `4.1.1`.
Updated dependency `node-fetch` to `2.7.0`.
Updated dependency `winston` to `3.10.0`.
Updated dependency `msw` to `1.3.2`.
12 changes: 6 additions & 6 deletions plugins/scalprum-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"@backstage/backend-plugin-api": "^0.6.5",
"@backstage/backend-plugin-manager": "npm:@janus-idp/backend-plugin-manager@0.0.5-janus.0",
"@backstage/config": "^1.1.0",
"@types/express": "*",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"node-fetch": "^2.6.7",
"winston": "^3.2.1"
"@types/express": "4.17.18",
"express": "4.18.2",
"express-promise-router": "4.1.1",
"node-fetch": "2.7.0",
"winston": "3.10.0"
},
"devDependencies": {
"@backstage/cli": "0.22.13",
"@types/supertest": "^2.0.12",
"@types/mock-fs": "^4.13.0",
"mock-fs": "^5.1.10",
"msw": "^1.0.0",
"msw": "1.3.2",
"supertest": "^6.2.4"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19659,7 +19659,7 @@ ms@2.1.3, ms@^2.0.0, ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

msw@^1.0.0, msw@^1.0.1:
msw@1.3.2, msw@^1.0.1:
version "1.3.2"
resolved "https://registry.yarnpkg.com/msw/-/msw-1.3.2.tgz#35e0271293e893fc3c55116e90aad5d955c66899"
integrity sha512-wKLhFPR+NitYTkQl5047pia0reNGgf0P6a1eTnA5aNlripmiz0sabMvvHcicE8kQ3/gZcI0YiPFWmYfowfm3lA==
Expand Down Expand Up @@ -19862,7 +19862,7 @@ node-fetch-commonjs@^3.3.1:
node-domexception "^1.0.0"
web-streams-polyfill "^3.0.3"

node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7, node-fetch@^2.6.9:
node-fetch@2.7.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7, node-fetch@^2.6.9:
version "2.7.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
Expand Down

0 comments on commit 0744f67

Please sign in to comment.