Skip to content

Commit

Permalink
Updating budo for security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Mar 25, 2018
1 parent 4f6a266 commit f9d084f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ajax-requests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"nets": "^3.1.0"
},
"devDependencies": {
"budo": "^4.1.0"
"budo": "^11.2.0"
}
}
2 changes: 1 addition & 1 deletion debugging-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"nets": "^3.2.0"
},
"devDependencies": {
"budo": "^5.1.5"
"budo": "^11.2.0"
}
}
2 changes: 1 addition & 1 deletion intro-to-leveldb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
"license": "MIT",
"devDependencies": {
"budo": "^4.2.1"
"budo": "^11.2.0"
},
"dependencies": {
"level": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion javascript-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"budo": "^7.1.0"
"budo": "^11.2.0"
}
}
2 changes: 1 addition & 1 deletion js-arrays/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
"license": "MIT",
"devDependencies": {
"budo": "^4.1.0"
"budo": "^11.2.0"
}
}
2 changes: 1 addition & 1 deletion js-timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
"license": "MIT",
"devDependencies": {
"budo": "^4.2.1"
"budo": "^11.2.0"
}
}
2 changes: 1 addition & 1 deletion learn-to-yo-yo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
"license": "MIT",
"devDependencies": {
"budo": "^8.3.0"
"budo": "^11.2.0"
}
}
2 changes: 1 addition & 1 deletion mastering-callbacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
"license": "MIT",
"devDependencies": {
"budo": "^4.0.0"
"budo": "^11.2.0"
}
}

0 comments on commit f9d084f

Please sign in to comment.