From ee9699bbf5871cca8001251a9f2d17227af0adbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jan 2025 22:11:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-VM2-5772823 - https://snyk.io/vuln/SNYK-JS-VM2-5772825 - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index afe23f895..c21f49339 100644 --- a/package.json +++ b/package.json @@ -69,8 +69,8 @@ "@commitlint/config-conventional": "^17.0.2", "@evilmartians/lefthook": "^1.5.0", "@react-native/eslint-config": "^0.73.1", - "@react-navigation/native": "^6.1.18", - "@release-it/conventional-changelog": "^5.0.0", + "@react-navigation/native": "^7.0.14", + "@release-it/conventional-changelog": "^7.0.1", "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^12.7.2", "@types/jest": "^29.5.5", @@ -78,9 +78,9 @@ "@types/react-native-vector-icons": "^6.4.18", "@typescript-eslint/eslint-plugin": "^8.13.0", "@typescript-eslint/parser": "^8.13.0", - "commitlint": "^17.0.2", + "commitlint": "^19.5.0", "del-cli": "^5.1.0", - "eslint": "^8.51.0", + "eslint": "^9.15.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "^5.0.1", @@ -88,12 +88,12 @@ "jest": "^29.7.0", "prettier": "^3.0.3", "react": "18.3.1", - "react-native": "0.75.3", + "react-native": "0.76.0", "react-native-builder-bob": "^0.30.2", "react-native-safe-area-context": "^4.11.1", "react-native-vector-icons": "^10.2.0", "react-native-webview": "^13.12.3", - "release-it": "^15.0.0", + "release-it": "^17.11.0", "turbo": "^1.10.7", "typedoc": "^0.26.11", "typedoc-plugin-coverage": "^3.3.0",