Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"flux-standard-action": "^2.1.2",
"framer-motion": "^4.1.17",
"hoist-non-react-statics": "^3.3.2",
"http-proxy-middleware": "^2.0.1",
"http-proxy-middleware": "^2.0.9",
"immer": "^9.0.7",
"ip6addr": "^0.2.5",
"js-cookie": "^3.0.1",
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2822,12 +2822,12 @@ __metadata:
languageName: node
linkType: hard

"@types/http-proxy@npm:^1.17.5":
version: 1.17.7
resolution: "@types/http-proxy@npm:1.17.7"
"@types/http-proxy@npm:^1.17.8":
version: 1.17.16
resolution: "@types/http-proxy@npm:1.17.16"
dependencies:
"@types/node": "*"
checksum: 88f9c75ca65378d0287d8d0b1dbeed372c8267f4841fe2f6f2d759522494382d3943bc6cc774bef7dd125464a266bafeda813d3658b17a2d1e74acc4efb6e21c
checksum: f5ab4afe7e3feba9d87bdddbf44e03d9a836bd2cdab679a794badbff7c4bfb6bebf46bfe22d9964eb1820e1349f2ff7807cccb20fd27cb17f03db849289e5892
languageName: node
linkType: hard

Expand Down Expand Up @@ -5896,7 +5896,7 @@ __metadata:
flux-standard-action: ^2.1.2
framer-motion: ^4.1.17
hoist-non-react-statics: ^3.3.2
http-proxy-middleware: ^2.0.1
http-proxy-middleware: ^2.0.9
immer: ^9.0.7
ip6addr: ^0.2.5
js-cookie: ^3.0.1
Expand Down Expand Up @@ -6329,16 +6329,21 @@ __metadata:
languageName: node
linkType: hard

"http-proxy-middleware@npm:^2.0.1":
version: 2.0.1
resolution: "http-proxy-middleware@npm:2.0.1"
"http-proxy-middleware@npm:^2.0.9":
version: 2.0.9
resolution: "http-proxy-middleware@npm:2.0.9"
dependencies:
"@types/http-proxy": ^1.17.5
"@types/http-proxy": ^1.17.8
http-proxy: ^1.18.1
is-glob: ^4.0.1
is-plain-obj: ^3.0.0
micromatch: ^4.0.2
checksum: 0de65bc6644b6efae5d26cd3bec071ceaeb92f26856ffee5ecdde9c702ea1435936e7dfb09da2ac0883eada80fdc993e9925902fc10bf6625565d6365f8cb30f
peerDependencies:
"@types/express": ^4.17.13
peerDependenciesMeta:
"@types/express":
optional: true
checksum: 0ea88609b9c13fa03b89f8e6b85bd5c537027ec6990005dd81a7fbb3e73fcf8d6a6e3db2b57b1c6cddbcda80965704584dc6291d0e721b2700198c4e59ee0d0b
languageName: node
linkType: hard

Expand Down
Loading