Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"react-fast-pdf": "^1.0.33",
"react-is": "^18.3.1",
"react-map-gl": "^7.1.3",
"react-native": "0.83.1",
"react-native": "0.85.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate the lockfile for these upgrades

This bump changes the top-level dependency spec, but the commit does not update package-lock.json; it still records react-native as 0.83.1 at package-lock.json:102 (and jest/jest-cli as 29.7.0 at package-lock.json:261-263, plus webpack-bundle-analyzer as ^4.5.0 at package-lock.json:301). The repo's setup action installs with npm ci (.github/actions/composite/setupNode/action.yml:50-56), so clean CI/deploy installs no longer have a lockfile that matches package.json, and the patched versions this Snyk PR is supposed to apply are not committed; please regenerate and commit the lockfile with these dependency changes.

Useful? React with 👍 / 👎.

"react-native-advanced-input-mask": "1.4.6",
"react-native-app-logs": "0.3.1",
"react-native-blob-util": "0.24.9",
Expand Down Expand Up @@ -331,9 +331,9 @@
"googleapis": "^152.0.0",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.1",
"jest": "29.7.0",
"jest": "30.0.0",
"jest-circus": "29.7.0",
"jest-cli": "29.7.0",
"jest-cli": "30.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-expo": "55.0.6",
"jest-transformer-svg": "^2.0.1",
Expand Down Expand Up @@ -371,7 +371,7 @@
"typescript-eslint": "^8.58.1",
"wait-port": "^0.2.9",
"webpack": "^5.104.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-bundle-analyzer": "^5.2.0",
"webpack-cli": "^5.0.4",
"webpack-dev-server": "^5.2.1",
"webpack-merge": "^5.8.0",
Expand Down
Loading