Skip to content

Commit 960d8f5

Browse files
Merge pull request #284 from synonymdev/chore/security-updates
chore: fix critical vulnerabilities in dependencies
2 parents 0db2ae9 + 0dc462a commit 960d8f5

File tree

4 files changed

+5072
-6771
lines changed

4 files changed

+5072
-6771
lines changed

example/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
6262
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
6363
"@babel/preset-env": "^7.20.0",
64-
"@babel/runtime": "^7.20.0",
64+
"@babel/runtime": "8.0.0-alpha.17",
6565
"@react-native/eslint-config": "^0.72.2",
6666
"@react-native/metro-config": "^0.72.11",
6767
"@tsconfig/react-native": "^3.0.0",
@@ -94,6 +94,13 @@
9494
"engines": {
9595
"node": ">=16"
9696
},
97+
"resolutions": {
98+
"**/ws": "^7.5.10",
99+
"**/semver": "^6.3.1",
100+
"**/brace-expansion": "^1.1.12",
101+
"**/cipher-base": "^1.0.5",
102+
"**/sha.js": "^2.4.12"
103+
},
97104
"react-native": {
98105
"crypto": "react-native-crypto",
99106
"_stream_transform": "readable-stream/transform",
@@ -113,5 +120,6 @@
113120
"_stream_passthrough": "readable-stream/passthrough",
114121
"stream": "stream-browserify",
115122
"vm": "vm-browserify"
116-
}
123+
},
124+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
117125
}

0 commit comments

Comments
 (0)