array-buffer-cache-worker 6.0.94 → 6.0.96

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/LICENSE +1 -1
  2. package/package.json +15 -15
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Christoph Guttandin
3
+ Copyright (c) 2025 Christoph Guttandin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.26.0",
13
- "tslib": "^2.8.0",
14
- "worker-factory": "^7.0.33"
13
+ "tslib": "^2.8.1",
14
+ "worker-factory": "^7.0.35"
15
15
  },
16
16
  "description": "The worker which is used by the array-buffer-cache package.",
17
17
  "devDependencies": {
@@ -19,18 +19,18 @@
19
19
  "@babel/plugin-external-helpers": "^7.25.9",
20
20
  "@babel/plugin-transform-runtime": "^7.25.9",
21
21
  "@babel/preset-env": "^7.26.0",
22
- "@commitlint/cli": "^19.5.0",
23
- "@commitlint/config-angular": "^19.5.0",
22
+ "@commitlint/cli": "^19.6.1",
23
+ "@commitlint/config-angular": "^19.7.0",
24
24
  "@rollup/plugin-babel": "^6.0.4",
25
25
  "chai": "^4.3.10",
26
26
  "commitizen": "^4.3.1",
27
27
  "cz-conventional-changelog": "^3.3.0",
28
28
  "eslint": "^8.57.0",
29
- "eslint-config-holy-grail": "^60.0.11",
29
+ "eslint-config-holy-grail": "^60.0.17",
30
30
  "grunt": "^1.6.1",
31
31
  "grunt-cli": "^1.5.0",
32
32
  "grunt-sh": "^0.2.1",
33
- "husky": "^9.1.6",
33
+ "husky": "^9.1.7",
34
34
  "karma": "^6.4.4",
35
35
  "karma-chrome-launcher": "^3.2.0",
36
36
  "karma-cli": "^2.0.0",
@@ -41,21 +41,21 @@
41
41
  "karma-sinon-chai": "^2.0.2",
42
42
  "karma-webkit-launcher": "^2.6.0",
43
43
  "karma-webpack": "^5.0.1",
44
- "lint-staged": "^15.2.10",
44
+ "lint-staged": "^15.3.0",
45
45
  "load-grunt-config": "^4.0.1",
46
46
  "memory-fs": "^0.5.0",
47
- "mocha": "^10.7.3",
48
- "prettier": "^3.3.3",
47
+ "mocha": "^10.8.2",
48
+ "prettier": "^3.4.2",
49
49
  "rimraf": "^6.0.1",
50
- "rollup": "^4.24.0",
50
+ "rollup": "^4.29.1",
51
51
  "sinon": "^17.0.2",
52
52
  "sinon-chai": "^3.7.0",
53
53
  "ts-loader": "^9.5.1",
54
- "tsconfig-holy-grail": "^15.0.1",
54
+ "tsconfig-holy-grail": "^15.0.2",
55
55
  "tslint": "^6.1.3",
56
- "tslint-config-holy-grail": "^56.0.4",
57
- "typescript": "^5.6.3",
58
- "webpack": "^5.95.0"
56
+ "tslint-config-holy-grail": "^56.0.6",
57
+ "typescript": "^5.7.2",
58
+ "webpack": "^5.97.1"
59
59
  },
60
60
  "files": [
61
61
  "build/es2019/",
@@ -82,5 +82,5 @@
82
82
  "test": "grunt lint && grunt test"
83
83
  },
84
84
  "types": "build/es2019/module.d.ts",
85
- "version": "6.0.94"
85
+ "version": "6.0.96"
86
86
  }