-
Notifications
You must be signed in to change notification settings - Fork 13.9k
chore(deps): bump ajv #41049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump ajv #41049
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -58,6 +58,12 @@ | |||||||
| "cross-spawn": "7.0.6", | ||||||||
| "drachtio-srf": "patch:drachtio-srf@npm%3A5.0.12#~/.yarn/patches/drachtio-srf-npm-5.0.12-b0b1afaad6.patch", | ||||||||
| "ajv/fast-uri": "3.1.2", | ||||||||
| "ajv@npm:^6.12.4": "6.15.0", | ||||||||
| "ajv@npm:^6.12.5": "6.15.0", | ||||||||
| "ajv@npm:^6.14.0": "6.15.0", | ||||||||
| "ajv@npm:^8.0.0": "8.20.0", | ||||||||
| "ajv@npm:^8.0.1": "8.20.0", | ||||||||
| "ajv@npm:^8.9.0": "8.20.0", | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: For consistency and to prevent future version drift, add Prompt for AI agents
Suggested change
|
||||||||
| "fast-xml-parser@npm:5.3.6": "^5.5.7", | ||||||||
| "fast-xml-parser/fast-xml-builder": "^1.1.9", | ||||||||
| "is-svg/fast-xml-parser": "5.5.11", | ||||||||
|
|
||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major
🧩 Analysis chain
🏁 Script executed:
Repository: RocketChat/Rocket.Chat
Length of output: 804
🏁 Script executed:
sed -n '1,140p' package.jsonRepository: RocketChat/Rocket.Chat
Length of output: 5896
🏁 Script executed:
sed -n '1,140p' package.jsonRepository: RocketChat/Rocket.Chat
Length of output: 5896
🏁 Script executed:
Repository: RocketChat/Rocket.Chat
Length of output: 10217
🏁 Script executed:
Repository: RocketChat/Rocket.Chat
Length of output: 6047
Add
ajv@npm:^8.20.0to the resolutions block.The current pins cover
^8.0.0,^8.0.1, and^8.9.0, but workspaces now depend onajv: "^8.20.0". Without an exact resolution for that descriptor, the pin won’t apply to those requests.🤖 Prompt for AI Agents