@anmiles/queue 5.0.0 → 5.0.1

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 (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [5.0.1](../../tags/v5.0.1) - 2025-07-24
9
+ ### Changed
10
+ - Fix vulnerable dependencies
11
+
8
12
  ## [5.0.0](../../tags/v5.0.0) - 2025-05-18
9
13
  __(BREAKING) Dropped support for NodeJS 18 (EOL). Minimum required version is now NodeJS 20.__
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anmiles/queue",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Queue dispatcher that sequentially processes incoming items",
5
5
  "keywords": [
6
6
  "queue",
@@ -32,32 +32,32 @@
32
32
  "emittery": "^0.13.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@anmiles/eslint-config": "^9.0.0",
36
- "@anmiles/sleep": "^5.0.0",
35
+ "@anmiles/eslint-config": "^9.0.3",
36
+ "@anmiles/sleep": "^5.0.1",
37
37
  "@anmiles/tsconfig": "^4.0.0",
38
- "@eslint/compat": "^1.2.9",
39
- "@eslint/css": "^0.8.1",
40
- "@eslint/js": "^9.27.0",
41
- "@eslint/json": "^0.12.0",
42
- "@eslint/markdown": "^6.4.0",
43
- "@stylistic/eslint-plugin": "^4.2.0",
44
- "@types/jest": "^29.5.14",
45
- "@typescript-eslint/eslint-plugin": "^8.32.1",
46
- "@typescript-eslint/parser": "^8.32.1",
47
- "cspell": "^9.0.1",
48
- "eslint": "^9.27.0",
49
- "eslint-import-resolver-typescript": "^4.3.5",
38
+ "@eslint/compat": "^1.3.1",
39
+ "@eslint/css": "^0.10.0",
40
+ "@eslint/js": "^9.31.0",
41
+ "@eslint/json": "^0.13.1",
42
+ "@eslint/markdown": "^7.1.0",
43
+ "@stylistic/eslint-plugin": "^5.2.2",
44
+ "@types/jest": "^30.0.0",
45
+ "@typescript-eslint/eslint-plugin": "^8.38.0",
46
+ "@typescript-eslint/parser": "^8.38.0",
47
+ "cspell": "^9.2.0",
48
+ "eslint": "^9.31.0",
49
+ "eslint-import-resolver-typescript": "^4.4.4",
50
50
  "eslint-plugin-align-assignments": "^1.1.2",
51
- "eslint-plugin-i18next": "^6.1.1",
52
- "eslint-plugin-import": "^2.31.0",
53
- "eslint-plugin-jest": "^28.11.0",
54
- "eslint-plugin-n": "^17.18.0",
51
+ "eslint-plugin-i18next": "^6.1.3",
52
+ "eslint-plugin-import": "^2.32.0",
53
+ "eslint-plugin-jest": "^29.0.1",
54
+ "eslint-plugin-n": "^17.21.0",
55
55
  "eslint-plugin-promise": "^7.2.1",
56
- "jest": "^29.7.0",
57
- "jiti": "^2.4.2",
56
+ "jest": "^30.0.5",
57
+ "jiti": "^2.5.0",
58
58
  "nyc": "^17.1.0",
59
59
  "rimraf": "^6.0.1",
60
- "ts-jest": "^29.3.4",
60
+ "ts-jest": "^29.4.0",
61
61
  "typescript": "^5.8.3"
62
62
  }
63
63
  }