Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update outdated NPM dependencies #4597

Merged
merged 10 commits into from
Sep 28, 2022
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"chai-as-promised": "^7.1.1",
"codecov": "^3.8.3",
"crypto-browserify": "^3.12.0",
"electron": "^19.0.9",
"electron": "^20.2.0",
"eslint": "^8.16.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-only-tests": "^2.6.0",
Expand All @@ -64,7 +64,7 @@
"karma-mocha": "^2.0.1",
"karma-spec-reporter": "^0.0.34",
"karma-webpack": "^5.0.0",
"lerna": "^4.0.0",
"lerna": "^5.5.2",
"mocha": "^9.2.2",
"node-gyp": "^9.0.0",
"npm-run-all": "^4.1.5",
Expand All @@ -85,7 +85,5 @@
"webpack": "^5.74.0"
},
"dependencies": {},
"resolutions": {
"libnpmpublish": "4.0.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tried to understand the reason of this resolution, but could not found any reference. I think it's unnecessary now.

}
"resolutions": {}
}
4 changes: 2 additions & 2 deletions packages/spec-test-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"mocha": "^8.1.1",
"rimraf": "^3.0.2",
"snappyjs": "^0.7.0",
"tar": "^6.0.5"
"tar": "^6.1.11"
},
"devDependencies": {
"@types/async-retry": "^1.4.3",
"@types/tar": "^4.0.4"
"@types/tar": "^6.1.2"
},
"peerDependencies": {
"chai": "^4.2.0",
Expand Down