audio-fingerprinting-file-reader
Advanced tools
Comparing version 4.0.31 to 4.0.32
@@ -12,11 +12,11 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.8", | ||
"tslib": "^2.3.0" | ||
"@babel/runtime": "^7.15.3", | ||
"tslib": "^2.3.1" | ||
}, | ||
"description": "A reader for files created by audfprint.", | ||
"devDependencies": { | ||
"@babel/core": "^7.14.8", | ||
"@babel/core": "^7.15.0", | ||
"@babel/plugin-external-helpers": "^7.14.5", | ||
"@babel/plugin-transform-runtime": "^7.14.5", | ||
"@babel/preset-env": "^7.14.8", | ||
"@babel/plugin-transform-runtime": "^7.15.0", | ||
"@babel/preset-env": "^7.15.0", | ||
"@commitlint/cli": "^13.1.0", | ||
@@ -28,4 +28,4 @@ "@commitlint/config-angular": "^13.1.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.31.0", | ||
"eslint-config-holy-grail": "^49.0.15", | ||
"eslint": "^7.32.0", | ||
"eslint-config-holy-grail": "^50.0.1", | ||
"grunt": "^1.4.1", | ||
@@ -48,11 +48,11 @@ "grunt-cli": "^1.4.3", | ||
"pretty-quick": "^3.1.1", | ||
"rollup": "^2.55.1", | ||
"rollup": "^2.56.2", | ||
"sinon": "^11.1.2", | ||
"sinon-chai": "^3.7.0", | ||
"ts-loader": "^9.2.4", | ||
"tsconfig-holy-grail": "^11.1.4", | ||
"ts-loader": "^9.2.5", | ||
"tsconfig-holy-grail": "^11.1.6", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.24", | ||
"tslint-config-holy-grail": "^53.2.25", | ||
"typescript": "^4.3.5", | ||
"webpack": "^5.47.1" | ||
"webpack": "^5.50.0" | ||
}, | ||
@@ -79,3 +79,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.31" | ||
"version": "4.0.32" | ||
} |
7660
Updated@babel/runtime@^7.15.3
Updatedtslib@^2.3.1