Skip to content
Merged
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 oclif.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.3.1",
"version": "6.3.2",
"commands": {
"authCommand": {
"id": "authCommand",
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@
"vite@npm:^5.0.0 || ^6.0.0 || ^7.0.0-0": "^7.3.2",
"lodash": "^4.18.1",
"postcss": "^8.5.10",
"ip-address@npm:10.1.0": "^10.1.1",
"fast-uri@npm:^3.0.1": "^3.1.2"
"fast-uri@npm:^3.0.1": "^3.1.2",
"qs@npm:^6.14.0": "^6.15.2",
"qs@npm:^6.14.1": "^6.15.2",
"ws@npm:8.18.0": "^8.20.1",
"ws@npm:^8.17.1": "^8.20.1"
}
}
41 changes: 13 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4715,13 +4715,13 @@ __metadata:
linkType: hard

"express-rate-limit@npm:^8.2.1":
version: 8.3.1
resolution: "express-rate-limit@npm:8.3.1"
version: 8.5.2
resolution: "express-rate-limit@npm:8.5.2"
dependencies:
ip-address: "npm:10.1.0"
ip-address: "npm:^10.2.0"
peerDependencies:
express: ">= 4.11"
checksum: 10c0/e3229938457cec617460c54ef4e90c8c254facc884729325d20ea35e3838bd273e4c611fc1f4a76f6d14c411e30d31b15e88eb4be87408615ff0aacc142511a2
checksum: 10c0/c98c49b93e94627940cf5e7c2578718b94d77163357161c3343d148e46257136c988933a96d6e1e728a010683133a58f68cad46928b063cf8d99521c8772578d
languageName: node
linkType: hard

Expand Down Expand Up @@ -5771,7 +5771,7 @@ __metadata:
languageName: node
linkType: hard

"ip-address@npm:^10.1.1":
"ip-address@npm:^10.2.0":
version: 10.2.0
resolution: "ip-address@npm:10.2.0"
checksum: 10c0/5a00aada6e922c9c69dfc800ed5d0fa3348675ebdeed0e1575f503f27ca385b5f534363c9af7ad1daf64c1f1409388cdd3cc2e9b9b0fe1c924a431378d55075a
Expand Down Expand Up @@ -8136,12 +8136,12 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:^6.14.0, qs@npm:^6.14.1":
version: 6.15.0
resolution: "qs@npm:6.15.0"
"qs@npm:^6.15.2":
version: 6.15.2
resolution: "qs@npm:6.15.2"
dependencies:
side-channel: "npm:^1.1.0"
checksum: 10c0/ff341078a78a991d8a48b4524d52949211447b4b1ad907f489cac0770cbc346a28e47304455c0320e5fb000f8762d64b03331e3b71865f663bf351bcba8cdb4b
checksum: 10c0/e6fd5f6f0aab06d480fe9ab15cebfc4ce4235303e2f91dc69a8f7f4df1e668a61c11d1cfbabacf4295cbbeb7b670ed23db45307480726259761f98e5695e93a7
languageName: node
linkType: hard

Expand Down Expand Up @@ -10351,24 +10351,9 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:8.18.0":
version: 8.18.0
resolution: "ws@npm:8.18.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 10c0/25eb33aff17edcb90721ed6b0eb250976328533ad3cd1a28a274bd263682e7296a6591ff1436d6cbc50fa67463158b062f9d1122013b361cec99a05f84680e06
languageName: node
linkType: hard

"ws@npm:^8.17.1":
version: 8.19.0
resolution: "ws@npm:8.19.0"
"ws@npm:^8.20.1":
version: 8.21.0
resolution: "ws@npm:8.21.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
Expand All @@ -10377,7 +10362,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 10c0/4741d9b9bc3f9c791880882414f96e36b8b254e34d4b503279d6400d9a4b87a033834856dbdd94ee4b637944df17ea8afc4bce0ff4a1560d2166be8855da5b04
checksum: 10c0/ef4a243476283fc49bc7550966c4af4aa0eef56273837211e700de3b664e08604a760cdddcb5ba43c049140e74ccfec5b0ee0bb439e08c2adf9138902fdde5f9
languageName: node
linkType: hard

Expand Down
Loading