bullmq 5.45.0 → 5.45.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.45.0",
3
+ "version": "5.45.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",
@@ -64,12 +64,12 @@
64
64
  "devDependencies": {
65
65
  "@commitlint/cli": "^17.0.3",
66
66
  "@commitlint/config-conventional": "^17.0.3",
67
- "@istanbuljs/nyc-config-typescript": "^0.1.3",
67
+ "@istanbuljs/nyc-config-typescript": "^1.0.2",
68
68
  "@semantic-release/changelog": "^6.0.1",
69
- "@semantic-release/commit-analyzer": "^9.0.2",
69
+ "@semantic-release/commit-analyzer": "^13.0.1",
70
70
  "@semantic-release/exec": "^6.0.3",
71
71
  "@semantic-release/git": "^10.0.1",
72
- "@semantic-release/github": "^8.1.0",
72
+ "@semantic-release/github": "^11.0.1",
73
73
  "@semantic-release/npm": "^9.0.1",
74
74
  "@semantic-release/release-notes-generator": "^10.0.3",
75
75
  "@types/chai": "^4.3.1",
@@ -82,43 +82,48 @@
82
82
  "@types/semver": "^7.3.9",
83
83
  "@types/sinon": "^10.0.13",
84
84
  "@types/uuid": "^3.4.10",
85
- "@typescript-eslint/eslint-plugin": "^4.32.0",
86
- "@typescript-eslint/parser": "^5.33.0",
85
+ "@typescript-eslint/eslint-plugin": "^8.28.0",
86
+ "@typescript-eslint/parser": "^8.28.0",
87
87
  "chai": "^4.3.4",
88
88
  "chai-as-promised": "^7.1.1",
89
89
  "commitizen": "^4.2.5",
90
90
  "copyfiles": "^2.4.1",
91
91
  "coveralls-next": "^4.2.1",
92
- "eslint": "^7.32.0",
92
+ "eslint": "^9.23.0",
93
93
  "eslint-config-prettier": "^8.5.0",
94
94
  "eslint-plugin-mocha": "^10.1.0",
95
95
  "eslint-plugin-prettier": "4.2.1",
96
- "eslint-plugin-promise": "6.0.0",
96
+ "eslint-plugin-promise": "^7.2.1",
97
97
  "eslint-plugin-tsdoc": "^0.2.16",
98
- "fast-glob": "^3.3.2",
98
+ "fast-glob": "^3.3.3",
99
99
  "husky": "^8.0.1",
100
100
  "istanbul": "^0.4.5",
101
- "lint-staged": "13.0.3",
102
- "madge": "^5.0.1",
101
+ "lint-staged": "^15.5.0",
102
+ "madge": "^8.0.0",
103
103
  "minimatch": "^9.0.3",
104
104
  "mocha": "^11.1.0",
105
105
  "mocha-lcov-reporter": "^1.3.0",
106
106
  "moment": "^2.29.4",
107
107
  "npm-run-all": "^4.1.5",
108
- "nyc": "^15.1.0",
108
+ "nyc": "^17.1.0",
109
109
  "prettier": "^2.7.1",
110
110
  "pretty-quick": "^3.1.3",
111
111
  "progress": "^2.0.3",
112
112
  "rimraf": "^3.0.2",
113
113
  "rrule": "^2.6.9",
114
- "semantic-release": "^19.0.3",
114
+ "semantic-release": "^24.2.3",
115
115
  "sinon": "^18.0.1",
116
116
  "test-console": "^2.0.0",
117
- "ts-mocha": "^10.0.0",
117
+ "ts-mocha": "^11.1.0",
118
118
  "ts-node": "^10.7.0",
119
119
  "typedoc": "^0.25.0",
120
120
  "typescript": "^4.7.4"
121
121
  },
122
+ "resolutions": {
123
+ "cross-spawn": "7.0.6",
124
+ "micromatch": "4.0.8",
125
+ "tar": "7.4.3"
126
+ },
122
127
  "nyc": {
123
128
  "extends": "@istanbuljs/nyc-config-typescript",
124
129
  "all": true,