Skip to content

Commit ad98cba

Browse files
committed
deps: proc-log@5.0.0
1 parent 52599e9 commit ad98cba

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package-lock.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16211,7 +16211,7 @@
1621116211
"@npmcli/git": "^5.0.7",
1621216212
"@npmcli/run-script": "^8.1.0",
1621316213
"json-parse-even-better-errors": "^4.0.0",
16214-
"proc-log": "^4.2.0",
16214+
"proc-log": "^5.0.0",
1621516215
"semver": "^7.3.7"
1621616216
},
1621716217
"devDependencies": {
@@ -16232,6 +16232,15 @@
1623216232
"engines": {
1623316233
"node": "^18.17.0 || >=20.5.0"
1623416234
}
16235+
},
16236+
"workspaces/libnpmversion/node_modules/proc-log": {
16237+
"version": "5.0.0",
16238+
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-5.0.0.tgz",
16239+
"integrity": "sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==",
16240+
"license": "ISC",
16241+
"engines": {
16242+
"node": "^18.17.0 || >=20.5.0"
16243+
}
1623516244
}
1623616245
}
1623716246
}

workspaces/libnpmversion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@npmcli/git": "^5.0.7",
4242
"@npmcli/run-script": "^8.1.0",
4343
"json-parse-even-better-errors": "^4.0.0",
44-
"proc-log": "^4.2.0",
44+
"proc-log": "^5.0.0",
4545
"semver": "^7.3.7"
4646
},
4747
"engines": {

0 commit comments

Comments
 (0)