array-buffer-cache-worker
Advanced tools
Comparing version 6.0.85 to 6.0.86
@@ -12,14 +12,14 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.24.4", | ||
"@babel/runtime": "^7.24.5", | ||
"tslib": "^2.6.2", | ||
"worker-factory": "^7.0.24" | ||
"worker-factory": "^7.0.25" | ||
}, | ||
"description": "The worker which is used by the array-buffer-cache package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.24.4", | ||
"@babel/core": "^7.24.5", | ||
"@babel/plugin-external-helpers": "^7.24.1", | ||
"@babel/plugin-transform-runtime": "^7.24.3", | ||
"@babel/preset-env": "^7.24.4", | ||
"@commitlint/cli": "^18.6.1", | ||
"@commitlint/config-angular": "^18.6.1", | ||
"@babel/preset-env": "^7.24.5", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-angular": "^19.3.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
@@ -30,3 +30,3 @@ "chai": "^4.3.10", | ||
"eslint": "^8.57.0", | ||
"eslint-config-holy-grail": "^59.0.3", | ||
"eslint-config-holy-grail": "^59.0.8", | ||
"grunt": "^1.6.1", | ||
@@ -52,3 +52,3 @@ "grunt-cli": "^1.4.3", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.14.1", | ||
"rollup": "^4.17.2", | ||
"sinon": "^17.0.1", | ||
@@ -60,3 +60,3 @@ "sinon-chai": "^3.7.0", | ||
"tslint-config-holy-grail": "^56.0.1", | ||
"typescript": "^5.4.4", | ||
"typescript": "^5.4.5", | ||
"webpack": "^5.91.0" | ||
@@ -89,3 +89,3 @@ }, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.85" | ||
"version": "6.0.86" | ||
} |
Updated@babel/runtime@^7.24.5
Updatedworker-factory@^7.0.25