Skip to content

Commit 64f97e5

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
1 parent f327c58 commit 64f97e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@typescript-eslint/parser": "^8.13.0",
8686
"baseline-browser-mapping": "^2.10.29",
8787
"commitlint": "^19.6.1",
88-
"del-cli": "^5.1.0",
89-
"eslint": "^8.51.0",
88+
"del-cli": "^6.0.0",
89+
"eslint": "^9.0.0",
9090
"eslint-config-prettier": "^10.1.8",
9191
"eslint-plugin-jest": "^28.9.0",
9292
"eslint-plugin-prettier": "^5.0.1",
@@ -95,8 +95,8 @@
9595
"prettier": "^3.0.3",
9696
"prettier-eslint": "^16.4.2",
9797
"react": "19.2.3",
98-
"react-native": "0.84.1",
99-
"react-native-builder-bob": "^0.40.4",
98+
"react-native": "0.85.0",
99+
"react-native-builder-bob": "^0.41.0",
100100
"react-native-gesture-handler": "^2.30.0",
101101
"react-native-safe-area-context": "^5.6.0",
102102
"react-native-screens": ">=4.19.0 <4.25.0",

0 commit comments

Comments
 (0)