Skip to content

Commit

Permalink
[DEPENDENCY] Bump read-pkg-up from 10.1.0 to 11.0.0
Browse files Browse the repository at this point in the history
Bumps [read-pkg-up](https://github.com/sindresorhus/read-pkg-up) from 10.1.0 to 11.0.0.
- [Release notes](https://github.com/sindresorhus/read-pkg-up/releases)
- [Commits](sindresorhus/read-package-up@v10.1.0...v11.0.0)

---
updated-dependencies:
- dependency-name: read-pkg-up
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and flovogt committed Feb 21, 2024
1 parent 0279ac9 commit 83e93aa
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 188 deletions.
2 changes: 1 addition & 1 deletion lib/graph/providers/NodePackageDependencies.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from "node:path";
import {readPackageUp} from "read-pkg-up";
import {readPackageUp} from "read-package-up";
import {readPackage} from "read-pkg";
import {promisify} from "node:util";
import fs from "graceful-fs";
Expand Down
220 changes: 35 additions & 185 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
"node-stream-zip": "^1.15.0",
"pacote": "^17.0.6",
"pretty-hrtime": "^1.0.3",
"read-package-up": "^11.0.0",
"read-pkg": "^9.0.1",
"read-pkg-up": "^10.1.0",
"resolve": "^1.22.8",
"rimraf": "^5.0.5",
"semver": "^7.6.0",
Expand Down
2 changes: 1 addition & 1 deletion test/lib/graph/providers/NodePackageDependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test.beforeEach(async (t) => {
t.context.readPackageUp = sinon.stub();

t.context.NodePackageDependencies = await esmock("../../../../lib/graph/providers/NodePackageDependencies.js", {
"read-pkg-up": {
"read-package-up": {
readPackageUp: t.context.readPackageUp
}
});
Expand Down

0 comments on commit 83e93aa

Please sign in to comment.