Skip to content

Commit be6ae96

Browse files
committed
deps: update [email protected]
1 parent 8d4060a commit be6ae96

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

node_modules/npm-audit-report/package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "npm-audit-report",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Given a response from the npm security api, render it into a variety of security reports",
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "tap",
88
"snap": "tap",
9-
"lint": "eslint \"**/*.js\"",
9+
"lint": "npm run eslint",
1010
"postlint": "template-oss-check",
1111
"template-oss-apply": "template-oss-apply --force",
12-
"lintfix": "npm run lint -- --fix",
13-
"posttest": "npm run lint"
12+
"lintfix": "npm run eslint -- --fix",
13+
"posttest": "npm run lint",
14+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
1415
},
1516
"tap": {
1617
"check-coverage": true,
@@ -29,8 +30,8 @@
2930
"author": "GitHub Inc.",
3031
"license": "ISC",
3132
"devDependencies": {
32-
"@npmcli/eslint-config": "^4.0.0",
33-
"@npmcli/template-oss": "4.14.1",
33+
"@npmcli/eslint-config": "^5.0.0",
34+
"@npmcli/template-oss": "4.23.3",
3435
"chalk": "^5.2.0",
3536
"tap": "^16.0.0"
3637
},
@@ -40,7 +41,7 @@
4041
},
4142
"repository": {
4243
"type": "git",
43-
"url": "https://github.com/npm/npm-audit-report.git"
44+
"url": "git+https://github.com/npm/npm-audit-report.git"
4445
},
4546
"bugs": {
4647
"url": "https://github.com/npm/npm-audit-report/issues"
@@ -51,10 +52,11 @@
5152
"lib/"
5253
],
5354
"engines": {
54-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
55+
"node": "^18.17.0 || >=20.5.0"
5556
},
5657
"templateOSS": {
5758
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
58-
"version": "4.14.1"
59+
"version": "4.23.3",
60+
"publish": true
5961
}
6062
}

package-lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"node-gyp": "^10.2.0",
131131
"nopt": "^8.0.0",
132132
"normalize-package-data": "^7.0.0",
133-
"npm-audit-report": "^5.0.0",
133+
"npm-audit-report": "^6.0.0",
134134
"npm-install-checks": "^6.3.0",
135135
"npm-package-arg": "^11.0.3",
136136
"npm-pick-manifest": "^9.1.0",
@@ -10248,13 +10248,13 @@
1024810248
}
1024910249
},
1025010250
"node_modules/npm-audit-report": {
10251-
"version": "5.0.0",
10252-
"resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-5.0.0.tgz",
10253-
"integrity": "sha512-EkXrzat7zERmUhHaoren1YhTxFwsOu5jypE84k6632SXTHcQE1z8V51GC6GVZt8LxkC+tbBcKMUBZAgk8SUSbw==",
10251+
"version": "6.0.0",
10252+
"resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-6.0.0.tgz",
10253+
"integrity": "sha512-Ag6Y1irw/+CdSLqEEAn69T8JBgBThj5mw0vuFIKeP7hATYuQuS5jkMjK6xmVB8pr7U4g5Audbun0lHhBDMIBRA==",
1025410254
"inBundle": true,
1025510255
"license": "ISC",
1025610256
"engines": {
10257-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
10257+
"node": "^18.17.0 || >=20.5.0"
1025810258
}
1025910259
},
1026010260
"node_modules/npm-bundled": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"node-gyp": "^10.2.0",
9696
"nopt": "^8.0.0",
9797
"normalize-package-data": "^7.0.0",
98-
"npm-audit-report": "^5.0.0",
98+
"npm-audit-report": "^6.0.0",
9999
"npm-install-checks": "^6.3.0",
100100
"npm-package-arg": "^11.0.3",
101101
"npm-pick-manifest": "^9.1.0",

0 commit comments

Comments
 (0)