rubico 2.6.4 → 2.6.5

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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rubico",
3
- "version": "2.6.4",
3
+ "version": "2.6.5",
4
4
  "description": "[a]synchronous functional programming",
5
5
  "author": "Richard Tong",
6
6
  "license": "MIT",
@@ -115,15 +115,14 @@
115
115
  "async": "latest",
116
116
  "bluebird": "latest",
117
117
  "codecov": "^3.7.1",
118
- "del-cli": "^5.0.0",
119
- "eslint": "^8.4.1",
118
+ "eslint": "^9.22.0",
120
119
  "fantasy-land": "latest",
121
120
  "lodash": "latest",
122
- "mocha": "^7.2.0",
121
+ "mocha": "^11.1.0",
123
122
  "node-fetch": "^2.6.1",
124
123
  "nyc": "^15.1.0",
125
124
  "ramda": "latest",
126
- "terser": "^5.10.0",
125
+ "terser": "^5.39.0",
127
126
  "thunk-test": "latest",
128
127
  "typescript": "latest"
129
128
  },