Skip to content

Commit 52e6fd1

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-19963945 - https://snyk.io/vuln/SNYK-JS-URIJS-19963961 - https://snyk.io/vuln/SNYK-JS-URIJS-19963963
1 parent f8b647c commit 52e6fd1

2 files changed

Lines changed: 1603 additions & 1804 deletions

File tree

‎package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,21 @@
8282
"@testing-library/react-native": "^13.3.3",
8383
"@types/jest": "^29.5.14",
8484
"@types/react": "^19.2.0",
85-
"@typescript-eslint/eslint-plugin": "^8.13.0",
86-
"@typescript-eslint/parser": "^8.13.0",
85+
"@typescript-eslint/eslint-plugin": "^8.48.0",
86+
"@typescript-eslint/parser": "^8.48.0",
8787
"baseline-browser-mapping": "^2.10.29",
8888
"commitlint": "^19.6.1",
8989
"conventional-changelog-conventionalcommits": "^9.3.1",
9090
"del-cli": "^5.1.0",
9191
"dpdm": "^4.2.0",
92-
"eslint": "^9.39.5",
92+
"eslint": "^10.0.0",
9393
"eslint-config-prettier": "^10.1.8",
9494
"eslint-plugin-jest": "^29.0.1",
9595
"eslint-plugin-prettier": "^5.0.1",
9696
"eslint-plugin-tsdoc": "^0.5.2",
97-
"jest": "^29.7.0",
97+
"jest": "^30.3.0",
9898
"prettier": "^3.0.3",
99-
"prettier-eslint": "^16.4.2",
99+
"prettier-eslint": "^17.0.0",
100100
"react": "19.2.3",
101101
"react-native": "0.85.3",
102102
"react-native-builder-bob": "^0.43.0",

0 commit comments

Comments
 (0)