Skip to content

CG: Updates serialize-javascript to 6.0.2 #24383

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
10 changes: 9 additions & 1 deletion common/build/eslint-config-fluid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,13 @@
"sort-json": "^2.0.1",
"typescript": "~5.1.6"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"pnpm": {
"commentsOverrides": [
"serialize-javascript - CVE-2024-11831 comes from mocha 10.4.0, which in turn comes from mocha-multi-reporters 1.5.1 (which has no updated version at this time)"
],
"overrides": {
"serialize-javascript": "^6.0.2"
}
}
}
11 changes: 7 additions & 4 deletions common/build/eslint-config-fluid/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/gitrest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"c8": "^8.0.1",
"eslint": "~8.55.0",
"lorem-ipsum": "^1.0.6",
"mocha": "^10.1.0",
"mocha": "^10.8.2",
"prettier": "~3.0.3",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion server/gitrest/packages/gitrest-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"eslint": "~8.55.0",
"ioredis-mock": "^8.9.0",
"lorem-ipsum": "^1.0.6",
"mocha": "^10.1.0",
"mocha": "^10.8.2",
"rimraf": "^3.0.2",
"sillyname": "^0.1.0",
"sinon": "^19.0.2",
Expand Down
Loading