Skip to content

Commit 0f1cd60

Browse files
wraithgarlukekarrys
authored andcommitted
deps: proc-log@2.0.1
1 parent 6e0a131 commit 0f1cd60

3 files changed

Lines changed: 26 additions & 21 deletions

File tree

node_modules/proc-log/package.json

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "proc-log",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"files": [
5-
"bin",
6-
"lib"
5+
"bin/",
6+
"lib/"
77
],
88
"main": "lib/index.js",
99
"description": "just emit 'log' events on the process object",
10-
"repository": "https://github.com/npm/proc-log",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/npm/proc-log.git"
13+
},
1114
"author": "GitHub Inc.",
1215
"license": "ISC",
1316
"scripts": {
@@ -18,19 +21,21 @@
1821
"preversion": "npm test",
1922
"postversion": "npm publish",
2023
"prepublishOnly": "git push origin --follow-tags",
21-
"lint": "eslint '**/*.js'",
22-
"postlint": "npm-template-check",
23-
"template-copy": "npm-template-copy --force",
24-
"lintfix": "npm run lint -- --fix"
24+
"lint": "eslint \"**/*.js\"",
25+
"postlint": "template-oss-check",
26+
"lintfix": "npm run lint -- --fix",
27+
"template-oss-apply": "template-oss-apply --force"
2528
},
2629
"devDependencies": {
27-
"@npmcli/template-oss": "^2.7.1",
28-
"tap": "^15.1.6"
30+
"@npmcli/eslint-config": "^3.0.1",
31+
"@npmcli/template-oss": "3.2.0",
32+
"tap": "^16.0.1"
2933
},
3034
"engines": {
31-
"node": "^12.13.0 || ^14.15.0 || >=16"
35+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
3236
},
3337
"templateOSS": {
34-
"version": "2.7.1"
38+
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
39+
"version": "3.2.0"
3540
}
3641
}

package-lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"opener": "^1.5.2",
144144
"pacote": "^13.0.5",
145145
"parse-conflict-json": "^2.0.1",
146-
"proc-log": "^2.0.0",
146+
"proc-log": "^2.0.1",
147147
"qrcode-terminal": "^0.12.0",
148148
"read": "~1.0.7",
149149
"read-package-json": "^5.0.0",
@@ -6106,12 +6106,12 @@
61066106
}
61076107
},
61086108
"node_modules/proc-log": {
6109-
"version": "2.0.0",
6110-
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.0.tgz",
6111-
"integrity": "sha512-I/35MfCX2H8jBUhKN8JB8nmqvQo/nKdrBodBY7L3RhDSPPyvOHwLYNmPuhwuJq7a7C3vgFKWGQM+ecPStcvOHA==",
6109+
"version": "2.0.1",
6110+
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.1.tgz",
6111+
"integrity": "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==",
61126112
"inBundle": true,
61136113
"engines": {
6114-
"node": "^12.13.0 || ^14.15.0 || >=16"
6114+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
61156115
}
61166116
},
61176117
"node_modules/process-nextick-args": {
@@ -15414,9 +15414,9 @@
1541415414
"dev": true
1541515415
},
1541615416
"proc-log": {
15417-
"version": "2.0.0",
15418-
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.0.tgz",
15419-
"integrity": "sha512-I/35MfCX2H8jBUhKN8JB8nmqvQo/nKdrBodBY7L3RhDSPPyvOHwLYNmPuhwuJq7a7C3vgFKWGQM+ecPStcvOHA=="
15417+
"version": "2.0.1",
15418+
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.1.tgz",
15419+
"integrity": "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw=="
1542015420
},
1542115421
"process-nextick-args": {
1542215422
"version": "2.0.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"opener": "^1.5.2",
111111
"pacote": "^13.0.5",
112112
"parse-conflict-json": "^2.0.1",
113-
"proc-log": "^2.0.0",
113+
"proc-log": "^2.0.1",
114114
"qrcode-terminal": "^0.12.0",
115115
"read": "~1.0.7",
116116
"read-package-json": "^5.0.0",

0 commit comments

Comments
 (0)