Skip to content

Commit

Permalink
deps: update npm-audit-report@6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Oct 2, 2024
1 parent 8d4060a commit be6ae96
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
20 changes: 11 additions & 9 deletions node_modules/npm-audit-report/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "npm-audit-report",
"version": "5.0.0",
"version": "6.0.0",
"description": "Given a response from the npm security api, render it into a variety of security reports",
"main": "lib/index.js",
"scripts": {
"test": "tap",
"snap": "tap",
"lint": "eslint \"**/*.js\"",
"lint": "npm run eslint",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint"
"lintfix": "npm run eslint -- --fix",
"posttest": "npm run lint",
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
},
"tap": {
"check-coverage": true,
Expand All @@ -29,8 +30,8 @@
"author": "GitHub Inc.",
"license": "ISC",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.14.1",
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"chalk": "^5.2.0",
"tap": "^16.0.0"
},
Expand All @@ -40,7 +41,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/npm-audit-report.git"
"url": "git+https://github.com/npm/npm-audit-report.git"
},
"bugs": {
"url": "https://github.com/npm/npm-audit-report/issues"
Expand All @@ -51,10 +52,11 @@
"lib/"
],
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.14.1"
"version": "4.23.3",
"publish": true
}
}
10 changes: 5 additions & 5 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"node-gyp": "^10.2.0",
"nopt": "^8.0.0",
"normalize-package-data": "^7.0.0",
"npm-audit-report": "^5.0.0",
"npm-audit-report": "^6.0.0",
"npm-install-checks": "^6.3.0",
"npm-package-arg": "^11.0.3",
"npm-pick-manifest": "^9.1.0",
Expand Down Expand Up @@ -10248,13 +10248,13 @@
}
},
"node_modules/npm-audit-report": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-5.0.0.tgz",
"integrity": "sha512-EkXrzat7zERmUhHaoren1YhTxFwsOu5jypE84k6632SXTHcQE1z8V51GC6GVZt8LxkC+tbBcKMUBZAgk8SUSbw==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-6.0.0.tgz",
"integrity": "sha512-Ag6Y1irw/+CdSLqEEAn69T8JBgBThj5mw0vuFIKeP7hATYuQuS5jkMjK6xmVB8pr7U4g5Audbun0lHhBDMIBRA==",
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/npm-bundled": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"node-gyp": "^10.2.0",
"nopt": "^8.0.0",
"normalize-package-data": "^7.0.0",
"npm-audit-report": "^5.0.0",
"npm-audit-report": "^6.0.0",
"npm-install-checks": "^6.3.0",
"npm-package-arg": "^11.0.3",
"npm-pick-manifest": "^9.1.0",
Expand Down

0 comments on commit be6ae96

Please sign in to comment.