Skip to content

Commit 8919502

Browse files
authored
Removes resolutions for express-rate-limit and socks (elastic#270581)
## Summary Removes resolutions for express-rate-limit and socks, which are no longer needed.
1 parent df80cc3 commit 8919502

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
"**/chokidar": "3.5.3",
9494
"**/d3-scale/**/d3-color": "npm:@elastic/kibana-d3-color@2.0.1",
9595
"**/esbuild": "0.27.2",
96-
"**/express-rate-limit": "8.5.2",
9796
"**/fast-xml-parser": "5.5.7",
9897
"**/flatted": "3.4.2",
9998
"**/hoist-non-react-statics": "3.3.2",
@@ -105,7 +104,6 @@
105104
"**/serialize-javascript": "7.0.5",
106105
"**/sharp": "0.34.5",
107106
"**/socket.io-parser": "4.2.6",
108-
"**/socks": "2.8.9",
109107
"**/typescript": "5.9.3",
110108
"**/util": "0.12.5",
111109
"**/yauzl": "3.2.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21995,7 +21995,7 @@ exponential-backoff@3.1.1:
2199521995
resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6"
2199621996
integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==
2199721997

21998-
express-rate-limit@8.5.2, express-rate-limit@^8.2.1:
21998+
express-rate-limit@^8.2.1:
2199921999
version "8.5.2"
2200022000
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-8.5.2.tgz#5922dbf76df2124611cea955d93432b37514b2f3"
2200122001
integrity sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==
@@ -33371,7 +33371,7 @@ socks-proxy-agent@^8.0.5:
3337133371
debug "^4.3.4"
3337233372
socks "^2.8.3"
3337333373

33374-
socks@2.8.9, socks@^2.8.3:
33374+
socks@^2.8.3:
3337533375
version "2.8.9"
3337633376
resolved "https://registry.yarnpkg.com/socks/-/socks-2.8.9.tgz#aa5f130ca0f88a43fa44faf4869c50d22aa27752"
3337733377
integrity sha512-LJhUYUvItdQ0LkJTmPeaEObWXAqFyfmP85x0tch/ez9cahmhlBBLbIqDFnvBnUJGagb0JbIQrkBs1wJ+yRYpEw==

0 commit comments

Comments
 (0)