fetch-json-cache 1.3.1 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fetch-json-cache",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "Caches fetched json. Updates when etag changes and is uses cache regardless if endpoint unreachable. Uses write-file-atomic for safe updates",
5
5
  "keywords": [
6
6
  "every",
@@ -36,7 +36,7 @@
36
36
  "version": "tsds version"
37
37
  },
38
38
  "dependencies": {
39
- "get-remote": "^2.1.1",
39
+ "get-remote": "^2.1.3",
40
40
  "mkdirp-classic": "^0.5.3",
41
41
  "queue-cb": "^1.5.5",
42
42
  "rimraf2": "^2.8.2",