Skip to content

Commit f9d084f

Browse files
committed
Updating budo for security warnings
1 parent 4f6a266 commit f9d084f

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

ajax-requests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"nets": "^3.1.0"
1313
},
1414
"devDependencies": {
15-
"budo": "^4.1.0"
15+
"budo": "^11.2.0"
1616
}
1717
}

debugging-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"nets": "^3.2.0"
1313
},
1414
"devDependencies": {
15-
"budo": "^5.1.5"
15+
"budo": "^11.2.0"
1616
}
1717
}

intro-to-leveldb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Kyle Robinson Young <[email protected]> (http://dontkry.com)",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"budo": "^4.2.1"
16+
"budo": "^11.2.0"
1717
},
1818
"dependencies": {
1919
"level": "^1.3.0",

javascript-modules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"devDependencies": {
2525
"babel-preset-es2015": "^6.3.13",
2626
"babelify": "^7.2.0",
27-
"budo": "^7.1.0"
27+
"budo": "^11.2.0"
2828
}
2929
}

js-arrays/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"author": "Kyle Robinson Young <[email protected]> (http://dontkry.com)",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"budo": "^4.1.0"
13+
"budo": "^11.2.0"
1414
}
1515
}

js-timers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "Kyle Robinson Young <[email protected]> (http://dontkry.com)",
1010
"license": "MIT",
1111
"devDependencies": {
12-
"budo": "^4.2.1"
12+
"budo": "^11.2.0"
1313
}
1414
}

learn-to-yo-yo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"author": "Kyle Robinson Young <[email protected]> (http://dontkry.com)",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"budo": "^8.3.0"
13+
"budo": "^11.2.0"
1414
}
1515
}

mastering-callbacks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "Kyle Robinson Young <[email protected]> (http://dontkry.com)",
1010
"license": "MIT",
1111
"devDependencies": {
12-
"budo": "^4.0.0"
12+
"budo": "^11.2.0"
1313
}
1414
}

0 commit comments

Comments
 (0)