Skip to content

Commit 5e31322

Browse files
lukekarrysruyadorno
authored andcommitted
1 parent 4d1398e commit 5e31322

File tree

5 files changed

+30
-25
lines changed

5 files changed

+30
-25
lines changed

node_modules/npmlog/package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,50 @@
22
"author": "GitHub Inc.",
33
"name": "npmlog",
44
"description": "logger for npm",
5-
"version": "6.0.1",
5+
"version": "6.0.2",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/npm/npmlog.git"
99
},
1010
"main": "lib/log.js",
1111
"files": [
12-
"bin",
13-
"lib"
12+
"bin/",
13+
"lib/"
1414
],
1515
"scripts": {
1616
"test": "tap",
1717
"npmclilint": "npmcli-lint",
18-
"lint": "eslint '**/*.js'",
18+
"lint": "eslint \"**/*.js\"",
1919
"lintfix": "npm run lint -- --fix",
2020
"posttest": "npm run lint",
2121
"postsnap": "npm run lintfix --",
22-
"postlint": "npm-template-check",
22+
"postlint": "template-oss-check",
2323
"preversion": "npm test",
2424
"postversion": "npm publish",
2525
"prepublishOnly": "git push origin --follow-tags",
2626
"snap": "tap",
27-
"template-copy": "npm-template-copy --force"
27+
"template-oss-apply": "template-oss-apply --force"
2828
},
2929
"dependencies": {
3030
"are-we-there-yet": "^3.0.0",
3131
"console-control-strings": "^1.1.0",
32-
"gauge": "^4.0.0",
32+
"gauge": "^4.0.3",
3333
"set-blocking": "^2.0.0"
3434
},
3535
"devDependencies": {
36-
"@npmcli/template-oss": "^2.7.1",
37-
"tap": "^15.1.6"
36+
"@npmcli/eslint-config": "^3.0.1",
37+
"@npmcli/template-oss": "3.4.1",
38+
"tap": "^16.0.1"
3839
},
3940
"license": "ISC",
4041
"engines": {
41-
"node": "^12.13.0 || ^14.15.0 || >=16"
42+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
4243
},
4344
"tap": {
4445
"branches": 95
4546
},
4647
"templateOSS": {
47-
"version": "2.7.1"
48+
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49+
"version": "3.4.1"
4850
}
4951
}

package-lock.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"npm-profile": "^6.0.3",
137137
"npm-registry-fetch": "^13.1.1",
138138
"npm-user-validate": "^1.0.1",
139-
"npmlog": "^6.0.1",
139+
"npmlog": "^6.0.2",
140140
"opener": "^1.5.2",
141141
"pacote": "^13.1.1",
142142
"parse-conflict-json": "^2.0.2",
@@ -5238,17 +5238,18 @@
52385238
"license": "BSD-2-Clause"
52395239
},
52405240
"node_modules/npmlog": {
5241-
"version": "6.0.1",
5241+
"version": "6.0.2",
5242+
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",
5243+
"integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==",
52425244
"inBundle": true,
5243-
"license": "ISC",
52445245
"dependencies": {
52455246
"are-we-there-yet": "^3.0.0",
52465247
"console-control-strings": "^1.1.0",
5247-
"gauge": "^4.0.0",
5248+
"gauge": "^4.0.3",
52485249
"set-blocking": "^2.0.0"
52495250
},
52505251
"engines": {
5251-
"node": "^12.13.0 || ^14.15.0 || >=16"
5252+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
52525253
}
52535254
},
52545255
"node_modules/null-check": {
@@ -9836,7 +9837,7 @@
98369837
"npm-package-arg": "^9.0.0",
98379838
"npm-pick-manifest": "^7.0.0",
98389839
"npm-registry-fetch": "^13.0.0",
9839-
"npmlog": "^6.0.1",
9840+
"npmlog": "^6.0.2",
98409841
"pacote": "^13.0.5",
98419842
"parse-conflict-json": "^2.0.1",
98429843
"proc-log": "^2.0.0",
@@ -9918,7 +9919,7 @@
99189919
"chalk": "^4.1.0",
99199920
"mkdirp-infer-owner": "^2.0.0",
99209921
"npm-package-arg": "^9.0.1",
9921-
"npmlog": "^6.0.1",
9922+
"npmlog": "^6.0.2",
99229923
"pacote": "^13.0.5",
99239924
"proc-log": "^2.0.0",
99249925
"read": "^1.0.7",
@@ -10556,7 +10557,7 @@
1055610557
"npm-package-arg": "^9.0.0",
1055710558
"npm-pick-manifest": "^7.0.0",
1055810559
"npm-registry-fetch": "^13.0.0",
10559-
"npmlog": "^6.0.1",
10560+
"npmlog": "6.0.2",
1056010561
"pacote": "^13.0.5",
1056110562
"parse-conflict-json": "^2.0.1",
1056210563
"proc-log": "^2.0.0",
@@ -12936,7 +12937,7 @@
1293612937
"chalk": "^4.1.0",
1293712938
"mkdirp-infer-owner": "^2.0.0",
1293812939
"npm-package-arg": "^9.0.1",
12939-
"npmlog": "^6.0.1",
12940+
"npmlog": "6.0.2",
1294012941
"pacote": "^13.0.5",
1294112942
"proc-log": "^2.0.0",
1294212943
"read": "^1.0.7",
@@ -13499,11 +13500,13 @@
1349913500
"version": "1.0.1"
1350013501
},
1350113502
"npmlog": {
13502-
"version": "6.0.1",
13503+
"version": "6.0.2",
13504+
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",
13505+
"integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==",
1350313506
"requires": {
1350413507
"are-we-there-yet": "^3.0.0",
1350513508
"console-control-strings": "^1.1.0",
13506-
"gauge": "^4.0.0",
13509+
"gauge": "^4.0.3",
1350713510
"set-blocking": "^2.0.0"
1350813511
}
1350913512
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"npm-profile": "^6.0.3",
106106
"npm-registry-fetch": "^13.1.1",
107107
"npm-user-validate": "^1.0.1",
108-
"npmlog": "^6.0.1",
108+
"npmlog": "^6.0.2",
109109
"opener": "^1.5.2",
110110
"pacote": "^13.1.1",
111111
"parse-conflict-json": "^2.0.2",

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"npm-package-arg": "^9.0.0",
2525
"npm-pick-manifest": "^7.0.0",
2626
"npm-registry-fetch": "^13.0.0",
27-
"npmlog": "^6.0.1",
27+
"npmlog": "^6.0.2",
2828
"pacote": "^13.0.5",
2929
"parse-conflict-json": "^2.0.1",
3030
"proc-log": "^2.0.0",

workspaces/libnpmexec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"chalk": "^4.1.0",
6262
"mkdirp-infer-owner": "^2.0.0",
6363
"npm-package-arg": "^9.0.1",
64-
"npmlog": "^6.0.1",
64+
"npmlog": "^6.0.2",
6565
"pacote": "^13.0.5",
6666
"proc-log": "^2.0.0",
6767
"read": "^1.0.7",

0 commit comments

Comments
 (0)