Skip to content

Commit

Permalink
Merge pull request #585 from privacy-tech-lab/579-update-packagejson-…
Browse files Browse the repository at this point in the history
…to-solve-dependabot-alert
  • Loading branch information
atlasharry authored Jun 27, 2024
2 parents 6de7c75 + 46233a7 commit 830d22f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ Here is how you install Privacy Pioneer for development purposes:
xcode-select --install
```

After you build the Privacy Pioneer App using the `npm install -production=false` or `xcode-select --install`, you might find that your package-lock.json file has been updated with dependencies that are different from the ones in the repository. This is because the package-lock.json file is generated based on the versions of the dependencies that are newer available at the time of installation. If you could successfully build the Privacy Pioneer App and run this extension in the brower, you can ignore this issue.

For any issues with incorrect dependency versions, copy the package-lock.json file from the repository into your local directory and run:

```bash
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,14 @@
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"wait-on": "^7.2.0",
"web-ext": "^7.10.0",
"web-ext": "^8.2.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.11.1"
},
"resolutions": {
"ws": "^8.17.1"
},
"babel": {
"presets": [
"@babel/preset-react",
Expand Down

0 comments on commit 830d22f

Please sign in to comment.