From 95edec628bbe83dd3cb4517c30369ce6c9649cf6 Mon Sep 17 00:00:00 2001 From: Harry Yu <1458177760harry@gmail.com> Date: Fri, 21 Jun 2024 15:40:54 +0800 Subject: [PATCH 1/2] Updated dependencies (issue #579) --- package-lock.json | 4 ++-- package.json | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40a7b61..0088b22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "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" @@ -14866,7 +14866,7 @@ "tmp": "0.2.1", "update-notifier": "6.0.2", "watchpack": "2.4.0", - "ws": "8.13.0", + "ws": "8.17.1", "yargs": "17.7.1", "zip-dir": "2.0.0" }, diff --git a/package.json b/package.json index 1c09cc8..f487831 100644 --- a/package.json +++ b/package.json @@ -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", From 46233a7ad64ff767dab8771237d1f9ed012386c5 Mon Sep 17 00:00:00 2001 From: Harry Yu <1458177760harry@gmail.com> Date: Tue, 25 Jun 2024 09:27:56 +0800 Subject: [PATCH 2/2] Updated Readme (issue #579) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a487992..69cbc8f 100644 --- a/README.md +++ b/README.md @@ -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