Update package.json
Browse files- package.json +3 -3
package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
| 10 |
"author": "",
|
| 11 |
"license": "ISC",
|
| 12 |
"dependencies": {
|
| 13 |
-
"node-fetch": "
|
| 14 |
-
"js-yaml": "
|
| 15 |
-
"btoa": "
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 10 |
"author": "",
|
| 11 |
"license": "ISC",
|
| 12 |
"dependencies": {
|
| 13 |
+
"node-fetch": "2.6.6",
|
| 14 |
+
"js-yaml": "latest",
|
| 15 |
+
"btoa": "latest"
|
| 16 |
}
|
| 17 |
}
|