Skip to content

Commit b01277d

Browse files
committed
prepare release 0.6.1
1 parent 468658f commit b01277d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
This is a fork of [etnetera/owasp-dependency-check](https://github.com/etnetera/owasp-dependency-check) which is no longer maintained.
88

9+
> ⚠️ This package is deprecated.
10+
> All future releases will be in the original [owasp-dependency-check](https://www.npmjs.com/package/owasp-dependency-check).
11+
> Please change your dev-dependency in `package.json` accordingly.
12+
913
> ⚠️ Requires **Node.js** version 18 or greater.
1014
1115
Node.js wrapper for the [OWASP dependency-check CLI tool](https://dependency-check.github.io/DependencyCheck/).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atwupack/owasp-dependency-check",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A Node.js wrapper for the CLI version of OWASP dependency-check tool.",
55
"keywords": [
66
"owasp",

0 commit comments

Comments
 (0)