Skip to content

Commit

Permalink
fix: use @oclif/fixpack to fix audit warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 29, 2018
1 parent 1c6d89a commit 0c2aa20
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 125 deletions.
9 changes: 0 additions & 9 deletions .snyk

This file was deleted.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"bugs": "https://github.com/oclif/oclif/issues",
"dependencies": {
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.0",
"@oclif/config": "^1.7.2",
"@oclif/errors": "^1.2.0",
"@oclif/fixpack": "^2.3.0",
"@oclif/plugin-help": "^2.1.0",
"@oclif/plugin-not-found": "^1.2.0",
"@oclif/plugin-warn-if-update-available": "^1.5.1",
"@oclif/plugin-warn-if-update-available": "^1.5.2",
"debug": "^3.1.0",
"fixpack": "^2.3.1",
"lodash": "^4.17.10",
"nps-utils": "^1.7.0",
"sort-pjson": "^1.0.2",
"sort-pjson": "^1.0.3",
"tslib": "^1.9.3",
"yeoman-environment": "^2.3.2",
"yeoman-environment": "^2.3.3",
"yeoman-generator": "^3.1.1",
"yosay": "^2.0.2"
},
Expand All @@ -33,7 +33,7 @@
"chai": "^4.1.2",
"eslint": "^5.4.0",
"eslint-config-oclif": "^3.0.0",
"execa": "^0.11.0",
"execa": "^1.0.0",
"fancy-test": "^1.3.0",
"fs-extra": "^7.0.0",
"globby": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import yosay = require('yosay')

const nps = require('nps-utils')
const sortPjson = require('sort-pjson')
const fixpack = require('fixpack')
const fixpack = require('@oclif/fixpack')
const debug = require('debug')('generator-oclif')
const {version} = require('../../package.json')

Expand Down

0 comments on commit 0c2aa20

Please sign in to comment.