Skip to content

Commit 24e75c1

Browse files
authored
Merge pull request #62 from giolaq/main
fix: resolve Dependabot security vulnerabilities
2 parents 1da55ae + e579e82 commit 24e75c1

3 files changed

Lines changed: 291 additions & 57 deletions

File tree

apps/vega/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@amazon-devices/kepler-cli-platform": "^0",
4646
"@babel/core": "^7.20.0",
4747
"@babel/traverse": "^7.20.0",
48-
"@react-native-community/cli": "11.3.2",
48+
"@react-native-community/cli": "17.0.1",
4949
"@react-native-community/cli-tools": "^11.0.0",
5050
"@react-native/eslint-config": "0.72.2",
5151
"@react-native/metro-config": "^0.72.6",

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"packages/*"
88
],
99
"packageManager": "yarn@4.5.0",
10+
"resolutions": {
11+
"js-yaml": "^3.14.2",
12+
"min-document": "^2.19.1"
13+
},
1014
"scripts": {
1115
"dev": "yarn workspace @multi-tv/expo-multi-tv start",
1216
"dev:android": "yarn workspace @multi-tv/expo-multi-tv android",

0 commit comments

Comments
 (0)