Skip to content

Commit faf97e5

Browse files
author
Michael Smith
committed
deps: npm-audit-report@8.0.0
1 parent 471309f commit faf97e5

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

node_modules/npm-audit-report/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-audit-report",
3-
"version": "7.0.0",
3+
"version": "8.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": {
@@ -30,8 +30,8 @@
3030
"author": "GitHub Inc.",
3131
"license": "ISC",
3232
"devDependencies": {
33-
"@npmcli/eslint-config": "^5.0.0",
34-
"@npmcli/template-oss": "4.27.1",
33+
"@npmcli/eslint-config": "^6.0.0",
34+
"@npmcli/template-oss": "5.0.0",
3535
"chalk": "^5.2.0",
3636
"tap": "^16.0.0"
3737
},
@@ -52,11 +52,11 @@
5252
"lib/"
5353
],
5454
"engines": {
55-
"node": "^20.17.0 || >=22.9.0"
55+
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
5656
},
5757
"templateOSS": {
5858
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
59-
"version": "4.27.1",
59+
"version": "5.0.0",
6060
"publish": true
6161
}
6262
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"ms": "^2.1.2",
126126
"node-gyp": "^12.3.0",
127127
"nopt": "^10.0.1",
128-
"npm-audit-report": "^7.0.0",
128+
"npm-audit-report": "^8.0.0",
129129
"npm-install-checks": "^8.0.0",
130130
"npm-package-arg": "^13.0.2",
131131
"npm-pick-manifest": "^11.0.3",
@@ -10510,13 +10510,13 @@
1051010510
}
1051110511
},
1051210512
"node_modules/npm-audit-report": {
10513-
"version": "7.0.0",
10514-
"resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-7.0.0.tgz",
10515-
"integrity": "sha512-bluLL4xwGr/3PERYz50h2Upco0TJMDcLcymuFnfDWeGO99NqH724MNzhWi5sXXuXf2jbytFF0LyR8W+w1jTI6A==",
10513+
"version": "8.0.0",
10514+
"resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-8.0.0.tgz",
10515+
"integrity": "sha512-LrRtLB4NKdXin5dw4yxcES8GDXncfoVVcYzkn8bdwc0etpHmxtKKwwI1YTWpQ9+lEmzEnZo10Lzb11QLxuuBnA==",
1051610516
"inBundle": true,
1051710517
"license": "ISC",
1051810518
"engines": {
10519-
"node": "^20.17.0 || >=22.9.0"
10519+
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
1052010520
}
1052110521
},
1052210522
"node_modules/npm-bundled": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"ms": "^2.1.2",
9090
"node-gyp": "^12.3.0",
9191
"nopt": "^10.0.1",
92-
"npm-audit-report": "^7.0.0",
92+
"npm-audit-report": "^8.0.0",
9393
"npm-install-checks": "^8.0.0",
9494
"npm-package-arg": "^13.0.2",
9595
"npm-pick-manifest": "^11.0.3",

0 commit comments

Comments
 (0)