Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "js2yaml", | ||
"description": "Create configurations with the power of Javascript and convert it to YAML.", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"license": "MIT", | ||
@@ -21,6 +21,6 @@ "author": "Maik Jablonski <jablonski@neoskop.de> (https://www.neoskop.de)", | ||
"dependencies": { | ||
"chokidar": "4.0.1", | ||
"chokidar": "4.0.3", | ||
"glob": "11.0.0", | ||
"yaml": "2.6.0" | ||
"yaml": "2.7.0" | ||
} | ||
} |
+ Addedchokidar@4.0.3(transitive)
+ Addedyaml@2.7.0(transitive)
- Removedchokidar@4.0.1(transitive)
- Removedyaml@2.6.0(transitive)
Updatedchokidar@4.0.3
Updatedyaml@2.7.0