array-buffer-cache-worker
Advanced tools
Comparing version 6.0.93 to 6.0.94
@@ -12,12 +12,12 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.25.7", | ||
"@babel/runtime": "^7.26.0", | ||
"tslib": "^2.8.0", | ||
"worker-factory": "^7.0.31" | ||
"worker-factory": "^7.0.33" | ||
}, | ||
"description": "The worker which is used by the array-buffer-cache package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.25.8", | ||
"@babel/plugin-external-helpers": "^7.25.7", | ||
"@babel/plugin-transform-runtime": "^7.25.7", | ||
"@babel/preset-env": "^7.25.8", | ||
"@babel/core": "^7.26.0", | ||
"@babel/plugin-external-helpers": "^7.25.9", | ||
"@babel/plugin-transform-runtime": "^7.25.9", | ||
"@babel/preset-env": "^7.26.0", | ||
"@commitlint/cli": "^19.5.0", | ||
@@ -30,3 +30,3 @@ "@commitlint/config-angular": "^19.5.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-holy-grail": "^60.0.10", | ||
"eslint-config-holy-grail": "^60.0.11", | ||
"grunt": "^1.6.1", | ||
@@ -87,3 +87,3 @@ "grunt-cli": "^1.5.0", | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.93" | ||
"version": "6.0.94" | ||
} |
Updated@babel/runtime@^7.26.0
Updatedworker-factory@^7.0.33