Skip to content

Commit 6e9dff3

Browse files
committed
chore: Release 3.2.0, support Yarn Berry
- #171 - Support Yarn Berry - #172 - Bump lodash to fix NPM audit - #177 - Bump lodash and y18n to fix NPM audit - #178 - Specify NPM 6 in CircleCI - #180 - Update README for GitHub Actions
1 parent 072ee6a commit 6e9dff3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "audit-ci",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "Audits npm and yarn projects in CI environments",
55
"license": "Apache-2.0",
66
"main": "./lib/audit-ci.js",
@@ -36,9 +36,9 @@
3636
"node": ">=8"
3737
},
3838
"dependencies": {
39-
"JSONStream": "^1.3.5",
4039
"cross-spawn": "^7.0.3",
4140
"event-stream": "4.0.1",
41+
"JSONStream": "^1.3.5",
4242
"readline-transform": "1.0.0",
4343
"semver": "^7.0.0",
4444
"yargs": "^15.0.0"

0 commit comments

Comments
 (0)