-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): use zkochan/js-yaml directly to avoid false audit errors (#…
…25999) Some of the audit tools have been falsely flagging the alias to `@zkochan/js-yaml` as `[email protected]` (which has security holes) so we decided to use the package explicitly. ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
- Loading branch information
Showing
13 changed files
with
58 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,6 +136,7 @@ | |
"@xstate/immer": "0.3.1", | ||
"@xstate/inspect": "0.7.0", | ||
"@xstate/react": "3.0.1", | ||
"@zkochan/js-yaml": "0.0.7", | ||
"ai": "^2.2.10", | ||
"ajv": "^8.12.0", | ||
"autoprefixer": "10.4.13", | ||
|
@@ -206,7 +207,6 @@ | |
"jest-runtime": "^29.4.1", | ||
"jest-util": "^29.4.1", | ||
"js-tokens": "^4.0.0", | ||
"js-yaml": "npm:@zkochan/[email protected]", | ||
"jsonc-eslint-parser": "^2.1.0", | ||
"jsonc-parser": "3.2.0", | ||
"kill-port": "^1.6.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ | |
"dependencies": { | ||
"@yarnpkg/lockfile": "^1.1.0", | ||
"@yarnpkg/parsers": "3.0.0-rc.46", | ||
"@zkochan/js-yaml": "0.0.7", | ||
"axios": "^1.6.0", | ||
"chalk": "^4.1.0", | ||
"cli-cursor": "3.1.0", | ||
|
@@ -52,7 +53,6 @@ | |
"fs-extra": "^11.1.0", | ||
"ignore": "^5.0.4", | ||
"jest-diff": "^29.4.1", | ||
"js-yaml": "npm:@zkochan/[email protected]", | ||
"jsonc-parser": "3.2.0", | ||
"lines-and-columns": "~2.0.3", | ||
"minimatch": "9.0.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.