Skip to content

Commit 6430446

Browse files
committed
1 parent 58650dc commit 6430446

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

node_modules/npm-audit-report/package.json

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

package-lock.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"ms": "^2.1.2",
128128
"node-gyp": "^12.1.0",
129129
"nopt": "^9.0.0",
130-
"npm-audit-report": "^6.0.0",
130+
"npm-audit-report": "^7.0.0",
131131
"npm-install-checks": "^8.0.0",
132132
"npm-package-arg": "^13.0.2",
133133
"npm-pick-manifest": "^11.0.3",
@@ -8524,11 +8524,13 @@
85248524
}
85258525
},
85268526
"node_modules/npm-audit-report": {
8527-
"version": "6.0.0",
8527+
"version": "7.0.0",
8528+
"resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-7.0.0.tgz",
8529+
"integrity": "sha512-bluLL4xwGr/3PERYz50h2Upco0TJMDcLcymuFnfDWeGO99NqH724MNzhWi5sXXuXf2jbytFF0LyR8W+w1jTI6A==",
85288530
"inBundle": true,
85298531
"license": "ISC",
85308532
"engines": {
8531-
"node": "^18.17.0 || >=20.5.0"
8533+
"node": "^20.17.0 || >=22.9.0"
85328534
}
85338535
},
85348536
"node_modules/npm-bundled": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"ms": "^2.1.2",
9595
"node-gyp": "^12.1.0",
9696
"nopt": "^9.0.0",
97-
"npm-audit-report": "^6.0.0",
97+
"npm-audit-report": "^7.0.0",
9898
"npm-install-checks": "^8.0.0",
9999
"npm-package-arg": "^13.0.2",
100100
"npm-pick-manifest": "^11.0.3",

0 commit comments

Comments
 (0)