Skip to content

Commit 5158286

Browse files
committed
Clean up audit warnings with some lock bumps. Eliminate npm install WARN noise with some local overrides. Unit tests still pass.
1 parent ea0b560 commit 5158286

File tree

3 files changed

+50
-48
lines changed

3 files changed

+50
-48
lines changed

package-lock.json

Lines changed: 36 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"dev": "tsc --build --watch",
1515
"lint": "eslint .",
1616
"test": "npm run test --workspace react-native-node-api --workspace cmake-rn --workspace gyp-to-cmake --workspace node-addon-examples",
17-
"bootstrap": "npm run build && npm run bootstrap --workspaces --if-present"
17+
"bootstrap": "npm run build && npm run bootstrap --workspaces --if-present",
18+
"postinstall": "npm dedupe"
1819
},
1920
"author": {
2021
"name": "Callstack",
@@ -39,5 +40,12 @@
3940
"typescript": "^5.7.3",
4041
"typescript-eslint": "^8.22.0",
4142
"tsx": "^4.19.3"
43+
},
44+
"resolutions": {
45+
"rimraf": "^4.4.1",
46+
"glob": "^10.3.16",
47+
"npmlog": "^7.0.0",
48+
"are-we-there-yet": "^4.0.0",
49+
"gauge": "^5.0.0"
4250
}
4351
}

packages/cmake-rn/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"commander": "^13.1.0",
3030
"ora": "^8.2.0"
3131
},
32+
"resolutions": {
33+
"npmlog": "^7.0.0",
34+
"are-we-there-yet": "^4.0.0",
35+
"gauge": "^5.0.0"
36+
},
3237
"peerDependencies": {
3338
"node-addon-api": "^8.3.1",
3439
"node-api-headers": "^1.5.0"

0 commit comments

Comments
 (0)