Update nodejs-mobile to fix security issue
This commit is contained in:
Generated
+18
-16
@@ -5663,9 +5663,9 @@
|
||||
}
|
||||
},
|
||||
"nodejs-mobile-gyp": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/nodejs-mobile-gyp/-/nodejs-mobile-gyp-0.3.0.tgz",
|
||||
"integrity": "sha512-yulbKn9bmy5kxcggG1yhmr/D6u8i+KTGaIBRi6jm8Uorv8G3wSCvi7yM+mlqGaorETU0A9m+wnzdDResTFw4DA==",
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/nodejs-mobile-gyp/-/nodejs-mobile-gyp-0.3.1.tgz",
|
||||
"integrity": "sha512-AcS4xbeWjOIfLQ+xZp0m7zEhd263v33O54OeJz/ObzpqvN1LXoph7ceeTQVrmp1YL0zSoUxX3s8AinotR8OgVg==",
|
||||
"requires": {
|
||||
"glob": "^7.0.3",
|
||||
"graceful-fs": "^4.1.2",
|
||||
@@ -5676,18 +5676,18 @@
|
||||
"request": "^2.87.0",
|
||||
"rimraf": "2",
|
||||
"semver": "~5.3.0",
|
||||
"tar": "^3.1.3",
|
||||
"tar": "^4.4.8",
|
||||
"which": "1"
|
||||
}
|
||||
},
|
||||
"nodejs-mobile-react-native": {
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/nodejs-mobile-react-native/-/nodejs-mobile-react-native-0.4.1.tgz",
|
||||
"integrity": "sha512-nz9wGJUkOCXBj8E8gi4994Onbhu1+i9w50D5Y1C0v/yE9GJAdReT9zgnY2lpTlO2fdLcNp88uaW1tx0/0lEwLg==",
|
||||
"version": "0.4.2",
|
||||
"resolved": "https://registry.npmjs.org/nodejs-mobile-react-native/-/nodejs-mobile-react-native-0.4.2.tgz",
|
||||
"integrity": "sha512-Ypm8QwcWOSsZwJemJKa8rPUje9fGYhQUcqzI+RNB4TD1CqtJ8F/DDjDXNGX30pezJjRNWlAFIeTqx540qAt9kA==",
|
||||
"requires": {
|
||||
"mkdirp": "^0.5.1",
|
||||
"ncp": "^2.0.0",
|
||||
"nodejs-mobile-gyp": "^0.3.0",
|
||||
"nodejs-mobile-gyp": "^0.3.1",
|
||||
"xcode": "^0.9.3"
|
||||
}
|
||||
},
|
||||
@@ -8334,15 +8334,17 @@
|
||||
}
|
||||
},
|
||||
"tar": {
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/tar/-/tar-3.2.1.tgz",
|
||||
"integrity": "sha512-ZSzds1E0IqutvMU8HxjMaU8eB7urw2fGwTq88ukDOVuUIh0656l7/P7LiVPxhO5kS4flcRJQk8USG+cghQbTUQ==",
|
||||
"version": "4.4.10",
|
||||
"resolved": "https://registry.npmjs.org/tar/-/tar-4.4.10.tgz",
|
||||
"integrity": "sha512-g2SVs5QIxvo6OLp0GudTqEf05maawKUxXru104iaayWA09551tFCTI8f1Asb4lPfkBr91k07iL4c11XO3/b0tA==",
|
||||
"requires": {
|
||||
"chownr": "^1.0.1",
|
||||
"minipass": "^2.0.2",
|
||||
"minizlib": "^1.0.3",
|
||||
"chownr": "^1.1.1",
|
||||
"fs-minipass": "^1.2.5",
|
||||
"minipass": "^2.3.5",
|
||||
"minizlib": "^1.2.1",
|
||||
"mkdirp": "^0.5.0",
|
||||
"yallist": "^3.0.2"
|
||||
"safe-buffer": "^5.1.2",
|
||||
"yallist": "^3.0.3"
|
||||
}
|
||||
},
|
||||
"tar-stream": {
|
||||
@@ -9218,4 +9220,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user