Merge pull request #8 from Doble-Technologies/hotifx/fix-vulnerabilities

Remove High Vulnerability
This commit is contained in:
Matt DiMeglio 2024-08-29 22:03:27 -04:00 committed by GitHub
commit 5417832408
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 582 additions and 510 deletions

View file

@ -11,7 +11,7 @@ jobs:
permissions:
contents: read
pull-requests: write
runs-on: self-hosted
runs-on: ['self-hosted', 'homelab']
steps:
- uses: TimonVS/pr-labeler-action@v5
with:

1086
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"name": "tones",
"main": "expo-router/entry",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
@ -31,12 +31,12 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-textinput-effects": "^0.6.3",
"react-native-ui-kitten": "^4.4.1",
"react-native-web": "~0.19.10",
"styled-components": "^6.1.12"
},