i18next-node-fs-backend
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -0,1 +1,5 @@ | ||
### v2.1.3 | ||
- Update js-yaml to a non vulnerable version [238](https://github.com/i18next/i18next-node-fs-backend/pull/238) | ||
### v2.1.2 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "i18next-node-fs-backend", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "node.js backend layer for i18next using fs module to load resources from filesystem", | ||
@@ -13,3 +13,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"js-yaml": "3.13.0", | ||
"js-yaml": "3.13.1", | ||
"json5": "2.0.0" | ||
@@ -16,0 +16,0 @@ }, |
15467
+ Addedjs-yaml@3.13.1(transitive)
- Removedjs-yaml@3.13.0(transitive)
Updatedjs-yaml@3.13.1