Skip to content

Commit

Permalink
fix(deps): pin dependencies (janus-idp#714)
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>
Co-authored-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
renovate[bot] and schultzp2020 committed Nov 6, 2023
1 parent 43c25c1 commit a3c0e8b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .changeset/renovate-be862d0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'backend': patch
'@internal/plugin-dynamic-plugins-info-backend': patch
---

Updated dependency `express-rate-limit` to `7.1.3`.
Updated dependency `@types/express` to `4.17.20`.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prom-client": "15.0.0",
"winston": "3.11.0",
"fs-extra": "10.1.0",
"express-rate-limit": "^7.1.3"
"express-rate-limit": "7.1.3"
},
"devDependencies": {
"@backstage/cli": "0.23.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dynamic-plugins-info-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@backstage/backend-common": "0.19.8",
"@backstage/backend-plugin-manager": "npm:@janus-idp/backend-plugin-manager@0.0.2-janus.5",
"@backstage/config": "1.1.1",
"@types/express": "*",
"@types/express": "4.17.20",
"express": "4.18.2",
"winston": "3.11.0",
"node-fetch": "2.7.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10205,18 +10205,18 @@
"@types/qs" "*"
"@types/serve-static" "*"

"@types/geojson@*":
version "7946.0.12"
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.12.tgz#0307536218d32e6b970bccd1d148b9c4e5b6f10d"
integrity sha512-uK2z1ZHJyC0nQRbuovXFt4mzXDwf27vQeUWNhfKGwRcWW429GOhP8HxUHlM6TLH4bzmlv/HlEjpvJh3JfmGsAA==

"@types/fs-extra@9.0.11":
version "9.0.11"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.11.tgz#8cc99e103499eab9f347dbc6ca4e99fb8d2c2b87"
integrity sha512-mZsifGG4QeQ7hlkhO56u7zt/ycBgGxSVsFI/6lGTU34VtwkiqrrSDgw0+ygs8kFGWcXnFQWMrzF2h7TtDFNixA==
dependencies:
"@types/node" "*"

"@types/geojson@*":
version "7946.0.12"
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.12.tgz#0307536218d32e6b970bccd1d148b9c4e5b6f10d"
integrity sha512-uK2z1ZHJyC0nQRbuovXFt4mzXDwf27vQeUWNhfKGwRcWW429GOhP8HxUHlM6TLH4bzmlv/HlEjpvJh3JfmGsAA==

"@types/glob@*":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc"
Expand Down Expand Up @@ -16146,7 +16146,7 @@ express-promise-router@4.1.1, express-promise-router@^4.1.0, express-promise-rou
lodash.flattendeep "^4.0.0"
methods "^1.0.0"

express-rate-limit@^7.1.3:
express-rate-limit@7.1.3:
version "7.1.3"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.1.3.tgz#0eae6c7733316f3d9403a71ad488e31e94ca0aa4"
integrity sha512-BDes6WeNYSGRRGQU8QDNwUnwqaBro28HN/TTweM3RlxXRHDld8RLoH7tbfCxAc0hamQyn6aL0KrfR45+ZxknYg==
Expand Down

0 comments on commit a3c0e8b

Please sign in to comment.