-
Notifications
You must be signed in to change notification settings - Fork 30
v5: Update gems to solve vulnerabilities #922
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
v5: Update gems to solve vulnerabilities #922
Conversation
gem "td", "0.17.1" | ||
gem "td-client", "1.0.8" | ||
gem "fluent-plugin-td", "1.2.0" | ||
gem "rexml", "3.4.4" |
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.
Ref. GHSA-c2f4-jgmc-q2r5
gem "ffi", "1.15.5", platforms: windows_platforms | ||
gem "ffi-win32-extensions", "1.0.4", platforms: windows_platforms | ||
gem "nokogiri", "1.16.8", platforms: windows_platforms | ||
gem "nokogiri", "1.18.10", platforms: windows_platforms |
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.
b5576be
to
67d80cb
Compare
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
67d80cb
to
62f8858
Compare
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.
LGTM.
No description provided.