async-array-buffer-worker
Advanced tools
Comparing version 6.0.69 to 6.0.70
@@ -12,12 +12,12 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.22.3", | ||
"@babel/runtime": "^7.22.5", | ||
"tslib": "^2.5.3", | ||
"worker-factory": "^7.0.5" | ||
"worker-factory": "^7.0.6" | ||
}, | ||
"description": "The worker which is used by the async-array-buffer package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.1", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.22.4", | ||
"@babel/preset-env": "^7.22.4", | ||
"@babel/core": "^7.22.5", | ||
"@babel/plugin-external-helpers": "^7.22.5", | ||
"@babel/plugin-transform-runtime": "^7.22.5", | ||
"@babel/preset-env": "^7.22.5", | ||
"@commitlint/cli": "^17.6.5", | ||
@@ -30,3 +30,3 @@ "@commitlint/config-angular": "^17.6.5", | ||
"eslint": "^8.42.0", | ||
"eslint-config-holy-grail": "^57.2.8", | ||
"eslint-config-holy-grail": "^57.2.9", | ||
"grunt": "^1.6.1", | ||
@@ -52,3 +52,3 @@ "grunt-cli": "^1.4.3", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.23.1", | ||
"rollup": "^3.24.0", | ||
"sinon": "^15.1.0", | ||
@@ -61,3 +61,3 @@ "sinon-chai": "^3.7.0", | ||
"typescript": "^5.1.3", | ||
"webpack": "^5.85.1" | ||
"webpack": "^5.86.0" | ||
}, | ||
@@ -84,3 +84,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.69" | ||
"version": "6.0.70" | ||
} |
Updated@babel/runtime@^7.22.5
Updatedworker-factory@^7.0.6