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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"appium-chromedriver@npm:5.6.73/@xmldom/xmldom": "0.8.10",
"fast-xml-parser": "^5.3.6",
"form-data": "4.0.4",
"qs": "^6.14.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-deterministic qs version resolution

Medium Severity

Using a range in resolutions ("qs": "^6.14.2") allows future installs to pick up newer qs releases without an intentional lockfile change, which can make dependency resolution less reproducible and introduce unexpected behavior changes across environments.

Additional Locations (1)

Fix in Cursor Fix in Web

"lodash": "^4.17.23",
"tar-fs": "^3.1.1",
"tar": "^7.5.7"
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28975,21 +28975,12 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.11.0":
version: 6.11.0
resolution: "qs@npm:6.11.0"
dependencies:
side-channel: ^1.0.4
checksum: 6e1f29dd5385f7488ec74ac7b6c92f4d09a90408882d0c208414a34dd33badc1a621019d4c799a3df15ab9b1d0292f97c1dd71dc7c045e69f81a8064e5af7297
languageName: node
linkType: hard

"qs@npm:6.13.0":
version: 6.13.0
resolution: "qs@npm:6.13.0"
"qs@npm:^6.14.2":
version: 6.15.0
resolution: "qs@npm:6.15.0"
dependencies:
side-channel: ^1.0.6
checksum: e9404dc0fc2849245107108ce9ec2766cde3be1b271de0bf1021d049dc5b98d1a2901e67b431ac5509f865420a7ed80b7acb3980099fe1c118a1c5d2e1432ad8
side-channel: ^1.1.0
checksum: 65e797e3747fa1092e062da7b3e0684a9194e07ccab3a9467d416d2579d2feab0adf3aa4b94446e9f69ba7426589a8728f78a10a549308c97563a79d1c0d8595
languageName: node
linkType: hard

Expand Down
Loading