Skip to content
Open
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 packages/@okta/vuepress-theme-prose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/okta/okta-developer-docs",
"dependencies": {
"@okta/odyssey": "0.7.0",
"axios": "^0.26.1",
"axios": "^1.13.5",

Choose a reason for hiding this comment

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

critical

While this line correctly updates the axios version, the yarn.lock file has not been updated to match this change. This is a critical omission that will prevent the security fix from being applied, as yarn will still install the old, vulnerable version (0.26.1) specified in the lock file.

To resolve this, please run yarn in your local environment to regenerate the yarn.lock file and commit the updated file to this pull request.

"build-url": "^6.0.1",
"cookies.js": "^2.1.15",
"css-to-json": "^2.1.0",
Expand Down