bullmq 5.66.0 → 5.66.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bullmq",
3
- "version": "5.66.0",
3
+ "version": "5.66.2",
4
4
  "description": "Queue for messages and jobs based on Redis",
5
5
  "homepage": "https://bullmq.io/",
6
6
  "main": "./dist/cjs/index.js",
@@ -55,66 +55,66 @@
55
55
  "tsc:all": "tsc && tsc -p tsconfig-cjs.json"
56
56
  },
57
57
  "dependencies": {
58
- "cron-parser": "^4.9.0",
59
- "ioredis": "^5.8.2",
60
- "msgpackr": "^1.11.2",
61
- "node-abort-controller": "^3.1.1",
62
- "semver": "^7.5.4",
63
- "tslib": "^2.0.0",
64
- "uuid": "^11.1.0"
58
+ "cron-parser": "4.9.0",
59
+ "ioredis": "5.8.2",
60
+ "msgpackr": "1.11.5",
61
+ "node-abort-controller": "3.1.1",
62
+ "semver": "7.7.3",
63
+ "tslib": "2.8.1",
64
+ "uuid": "11.1.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@commitlint/cli": "^20.1.0",
68
- "@commitlint/config-conventional": "^20.0.0",
69
- "@semantic-release/changelog": "^6.0.1",
70
- "@semantic-release/commit-analyzer": "^13.0.1",
71
- "@semantic-release/exec": "^7.1.0",
72
- "@semantic-release/git": "^10.0.1",
73
- "@semantic-release/github": "^12.0.0",
74
- "@semantic-release/npm": "^13.1.2",
75
- "@semantic-release/release-notes-generator": "^14.1.0",
76
- "@types/chai": "^4.3.1",
77
- "@types/chai-as-promised": "^7.1.5",
78
- "@types/lodash.defaults": "^4.2.9",
79
- "@types/lodash.isarguments": "^3.1.9",
80
- "@types/mocha": "^5.2.7",
81
- "@types/msgpack": "^0.0.31",
82
- "@types/node": "^18.19.127",
83
- "@types/semver": "^7.3.9",
84
- "@types/sinon": "^10.0.13",
85
- "@typescript-eslint/eslint-plugin": "^8.37.0",
86
- "@typescript-eslint/parser": "^8.37.0",
87
- "c8": "^10.1.3",
88
- "chai": "^4.3.4",
89
- "chai-as-promised": "^7.1.1",
90
- "coveralls-next": "^6.0.1",
91
- "cpx2": "^8.0.0",
92
- "eslint": "^9.32.0",
93
- "eslint-config-prettier": "^8.5.0",
94
- "eslint-plugin-mocha": "^10.1.0",
95
- "eslint-plugin-prettier": "4.2.1",
96
- "eslint-plugin-promise": "^7.2.1",
97
- "eslint-plugin-tsdoc": "^0.4.0",
98
- "fast-glob": "^3.3.3",
99
- "husky": "^8.0.1",
100
- "lint-staged": "^16.2.6",
101
- "madge": "^8.0.0",
102
- "minimatch": "^9.0.3",
103
- "mocha": "^11.7.5",
104
- "mocha-lcov-reporter": "^1.3.0",
105
- "moment": "^2.29.4",
106
- "prettier": "^3.6.2",
107
- "pretty-quick": "^4.2.2",
108
- "progress": "^2.0.3",
109
- "rimraf": "^6.0.1",
110
- "rrule": "^2.6.9",
111
- "semantic-release": "^25.0.1",
112
- "sinon": "^21.0.0",
113
- "test-console": "^2.0.0",
114
- "ts-mocha": "^11.1.0",
115
- "ts-node": "^10.7.0",
116
- "typedoc": "^0.28.2",
117
- "typescript": "^5.9.2"
67
+ "@commitlint/cli": "20.2.0",
68
+ "@commitlint/config-conventional": "20.2.0",
69
+ "@semantic-release/changelog": "6.0.3",
70
+ "@semantic-release/commit-analyzer": "13.0.1",
71
+ "@semantic-release/exec": "7.1.0",
72
+ "@semantic-release/git": "10.0.1",
73
+ "@semantic-release/github": "12.0.2",
74
+ "@semantic-release/npm": "13.1.2",
75
+ "@semantic-release/release-notes-generator": "14.1.0",
76
+ "@types/chai": "4.3.20",
77
+ "@types/chai-as-promised": "7.1.8",
78
+ "@types/lodash.defaults": "4.2.9",
79
+ "@types/lodash.isarguments": "3.1.9",
80
+ "@types/mocha": "5.2.7",
81
+ "@types/msgpack": "0.0.31",
82
+ "@types/node": "18.19.130",
83
+ "@types/semver": "7.7.1",
84
+ "@types/sinon": "10.0.20",
85
+ "@typescript-eslint/eslint-plugin": "8.49.0",
86
+ "@typescript-eslint/parser": "8.49.0",
87
+ "c8": "10.1.3",
88
+ "chai": "4.5.0",
89
+ "chai-as-promised": "7.1.2",
90
+ "coveralls-next": "6.0.1",
91
+ "cpx2": "8.0.0",
92
+ "eslint": "9.39.1",
93
+ "eslint-config-prettier": "8.10.2",
94
+ "eslint-plugin-mocha": "10.5.0",
95
+ "eslint-plugin-prettier": "4.2.5",
96
+ "eslint-plugin-promise": "7.2.1",
97
+ "eslint-plugin-tsdoc": "0.4.0",
98
+ "fast-glob": "3.3.3",
99
+ "husky": "8.0.3",
100
+ "lint-staged": "16.2.7",
101
+ "madge": "8.0.0",
102
+ "minimatch": "9.0.5",
103
+ "mocha": "11.7.5",
104
+ "mocha-lcov-reporter": "1.3.0",
105
+ "moment": "2.30.1",
106
+ "prettier": "3.7.4",
107
+ "pretty-quick": "4.2.2",
108
+ "progress": "2.0.3",
109
+ "rimraf": "6.1.2",
110
+ "rrule": "2.8.1",
111
+ "semantic-release": "25.0.2",
112
+ "sinon": "21.0.0",
113
+ "test-console": "2.0.0",
114
+ "ts-mocha": "11.1.0",
115
+ "ts-node": "10.9.2",
116
+ "typedoc": "0.28.15",
117
+ "typescript": "5.9.3"
118
118
  },
119
119
  "c8": {
120
120
  "all": true,
@@ -137,8 +137,8 @@
137
137
  ]
138
138
  },
139
139
  "resolutions": {
140
- "glob": "^13.0.0",
141
- "js-yaml": "^4.1.1"
140
+ "glob": "13.0.0",
141
+ "js-yaml": "4.1.1"
142
142
  },
143
143
  "lint-staged": {
144
144
  "*.{js,ts}": "npm run eslint:fix"