Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jssuttles committed May 19, 2022
1 parent 48c31b7 commit df3ab9f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
"description": "Install Bower packages.",
"main": "index.js",
"dependencies": {
"ansi-colors": "^1.0.1",
"bower": "^1.3.12",
"fancy-log": "^1.3.2",
"inquirer": "^0.11.2",
"plugin-error": "^0.1.2",
"through2": "0.6.2",
"vinyl": "^2.1.0",
"walk": "2.3.3"
"ansi-colors": "^4.1.3",
"bower": "^1.8.14",
"fancy-log": "^2.0.0",
"inquirer": "^8.2.4",
"plugin-error": "^1.0.1",
"through2": "^4.0.2",
"vinyl": "^2.2.1",
"walk": "^2.3.15"
},
"devDependencies": {
"chai": "^3.4.1",
"event-stream": "^3.3.2",
"chai": "^4.3.6",
"event-stream": "^4.0.1",
"gulp": "latest",
"gulp-codecov.io": "^1.0.1",
"gulp-istanbul": "^0.10.3",
"gulp-jshint": "latest",
"gulp-mocha": "^2.2.0",
"jshint": "^2.9.1",
"mocha": "^2.3.4",
"rimraf": "^2.5.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"gulp-codecov.io": "^1.0.1-p1",
"gulp-istanbul": "^1.1.3",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^8.0.0",
"jshint": "^2.13.4",
"mocha": "^10.0.0",
"rimraf": "^3.0.2",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"stream-assert": "^2.0.3"
},
"scripts": {
Expand Down

0 comments on commit df3ab9f

Please sign in to comment.