Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Sep 26, 2024
1 parent 02c62b4 commit 52599e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16210,7 +16210,7 @@
"dependencies": {
"@npmcli/git": "^5.0.7",
"@npmcli/run-script": "^8.1.0",
"json-parse-even-better-errors": "^3.0.2",
"json-parse-even-better-errors": "^4.0.0",
"proc-log": "^4.2.0",
"semver": "^7.3.7"
},
Expand All @@ -16220,6 +16220,15 @@
"require-inject": "^1.4.4",
"tap": "^16.3.8"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"workspaces/libnpmversion/node_modules/json-parse-even-better-errors": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
"integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
"license": "MIT",
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmversion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@npmcli/git": "^5.0.7",
"@npmcli/run-script": "^8.1.0",
"json-parse-even-better-errors": "^3.0.2",
"json-parse-even-better-errors": "^4.0.0",
"proc-log": "^4.2.0",
"semver": "^7.3.7"
},
Expand Down

0 comments on commit 52599e9

Please sign in to comment.