Skip to content

chore: resolve open dependabot security alerts#370

Merged
jonathannorris merged 2 commits intomainfrom
chore/dependabot-alerts
May 11, 2026
Merged

chore: resolve open dependabot security alerts#370
jonathannorris merged 2 commits intomainfrom
chore/dependabot-alerts

Conversation

@jonathannorris
Copy link
Copy Markdown
Member

Summary

  • Bumped ip-address to resolve medium XSS vulnerability in Address6 HTML-emitting methods

Dependabot Alerts Resolved

Alert Package Severity Fix
#100 ip-address medium Resolution ^9.0.5^10.1.1 (resolves to 10.2.0)

- ip-address ^9.0.5 -> ^10.1.1 (resolves to 10.2.0) (medium, alert #100)
@jonathannorris jonathannorris requested a review from a team as a code owner May 8, 2026 17:31
Copilot AI review requested due to automatic review settings May 8, 2026 17:31
@jonathannorris jonathannorris enabled auto-merge (squash) May 8, 2026 17:31
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR addresses a Dependabot security alert by upgrading the transitive ip-address dependency to a non-vulnerable version via Yarn resolutions, updating the lockfile accordingly.

Changes:

  • Add a Yarn resolutions override to force ip-address to ^10.1.1.
  • Update yarn.lock to resolve ip-address to 10.2.0 (and drop now-unused transitive entries).
  • Reformat package.json (indentation/whitespace changes).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
package.json Adds an ip-address resolution override (also includes broad reformatting).
yarn.lock Updates the resolved ip-address version to 10.2.0 and removes obsolete lock entries.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json Outdated
Comment on lines +1 to +12
{
"name": "devcycle-feature-flags",
"displayName": "DevCycle Feature Flags",
"description": "DevCycle is an intuitive extension for Visual Studio Code, built to manage and keep track of your feature flags from the comfort of your IDE.",
"version": "1.4.10",
"publisher": "DevCycle",
"icon": "media/togglebot.png",
"engines": {
"vscode": "^1.64.0",
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/devcyclehq/vscode-extension"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:devcycle-feature-flags.init",
"onCommand:devcycle-feature-flags.status",
"workspaceContains:.devcycle/config.yml"
],
"main": "./out/extension.js",
"contributes": {
"viewsContainers": {
"activitybar": [
{
"id": "dvcView",
"title": "DevCycle",
"icon": "media/togglebot-white.svg"
}
]
"name": "devcycle-feature-flags",
"displayName": "DevCycle Feature Flags",
"description": "DevCycle is an intuitive extension for Visual Studio Code, built to manage and keep track of your feature flags from the comfort of your IDE.",
"version": "1.4.10",
"publisher": "DevCycle",
"icon": "media/togglebot.png",
"engines": {
"vscode": "^1.64.0",
"node": ">=18.0.0"
},
"capabilities": {
"hoverProvider": "true"
"repository": {
Comment thread package.json Outdated
"brace-expansion@^5.0.2": "^5.0.5",
"picomatch": "^2.3.2",
"uuid": "^14.0.0",
"ip-address@npm:^9.0.5": "^10.1.1"
@jonathannorris jonathannorris merged commit 43036bc into main May 11, 2026
5 checks passed
@jonathannorris jonathannorris deleted the chore/dependabot-alerts branch May 11, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants