file-entry-cache 7.0.0 → 7.0.2

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 +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "file-entry-cache",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
4
4
  "description": "Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process",
5
5
  "repository": "jaredwray/file-entry-cache",
6
6
  "license": "MIT",
@@ -38,11 +38,10 @@
38
38
  ],
39
39
  "devDependencies": {
40
40
  "c8": "^8.0.1",
41
- "chai": "^4.3.7",
42
- "del": "^6.0.0",
43
- "eslint": "^7.13.0",
44
- "eslint-config-prettier": "^6.15.0",
45
- "eslint-plugin-mocha": "^8.0.0",
41
+ "chai": "^4.3.10",
42
+ "eslint": "^8.50.0",
43
+ "eslint-config-prettier": "^9.0.0",
44
+ "eslint-plugin-mocha": "^10.2.0",
46
45
  "eslint-plugin-prettier": "^3.1.4",
47
46
  "glob-expand": "^0.2.1",
48
47
  "mocha": "^10.2.0",
@@ -50,6 +49,6 @@
50
49
  "write": "^2.0.0"
51
50
  },
52
51
  "dependencies": {
53
- "flat-cache": "^3.1.0"
52
+ "flat-cache": "^3.2.0"
54
53
  }
55
54
  }