Skip to content

Commit d73a30f

Browse files
committed
Fork npm-check
1 parent b2e11b6 commit d73a30f

36 files changed

+866
-531
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "Fork npm-check to address npm audit CVE",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}

common/config/rush/nonbrowser-approved-packages.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@
258258
"name": "@rushstack/node-core-library",
259259
"allowedCategories": [ "libraries", "tests", "vscode-extensions" ]
260260
},
261+
{
262+
"name": "@rushstack/npm-check-fork",
263+
"allowedCategories": [ "libraries" ]
264+
},
261265
{
262266
"name": "@rushstack/operation-graph",
263267
"allowedCategories": [ "libraries" ]
@@ -646,6 +650,10 @@
646650
"name": "git-repo-info",
647651
"allowedCategories": [ "libraries" ]
648652
},
653+
{
654+
"name": "giturl",
655+
"allowedCategories": [ "libraries" ]
656+
},
649657
{
650658
"name": "glob",
651659
"allowedCategories": [ "libraries", "vscode-extensions" ]
@@ -862,6 +870,10 @@
862870
"name": "package-extractor-test-03",
863871
"allowedCategories": [ "tests" ]
864872
},
873+
{
874+
"name": "package-json",
875+
"allowedCategories": [ "libraries" ]
876+
},
865877
{
866878
"name": "pnpm-sync-lib",
867879
"allowedCategories": [ "libraries" ]
@@ -974,6 +986,10 @@
974986
"name": "terser-webpack-plugin",
975987
"allowedCategories": [ "libraries", "tests" ]
976988
},
989+
{
990+
"name": "throat",
991+
"allowedCategories": [ "libraries" ]
992+
},
977993
{
978994
"name": "timsort",
979995
"allowedCategories": [ "libraries" ]

common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "26e6eb2ac184c892057b5d9687143b690e088b75",
3+
"pnpmShrinkwrapHash": "1dc2b69423ca353582cec8716410a0b8a8210aff",
44
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
5-
"packageJsonInjectedDependenciesHash": "3622326a8ef09c6dd0846faf66ef2e04eabd1154"
5+
"packageJsonInjectedDependenciesHash": "f4c28d4bda61037a94dd99bdb3ca923bb00284e3"
66
}

0 commit comments

Comments
 (0)