audio-fingerprinting-file-reader
Advanced tools
Comparing version 4.0.70 to 4.0.71
@@ -12,11 +12,11 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.24.5", | ||
"tslib": "^2.6.2" | ||
"@babel/runtime": "^7.24.8", | ||
"tslib": "^2.6.3" | ||
}, | ||
"description": "A reader for files created by audfprint.", | ||
"devDependencies": { | ||
"@babel/core": "^7.24.5", | ||
"@babel/plugin-external-helpers": "^7.24.1", | ||
"@babel/plugin-transform-runtime": "^7.24.3", | ||
"@babel/preset-env": "^7.24.5", | ||
"@babel/core": "^7.24.8", | ||
"@babel/plugin-external-helpers": "^7.24.7", | ||
"@babel/plugin-transform-runtime": "^7.24.7", | ||
"@babel/preset-env": "^7.24.8", | ||
"@commitlint/cli": "^19.3.0", | ||
@@ -29,3 +29,3 @@ "@commitlint/config-angular": "^19.3.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-holy-grail": "^59.0.8", | ||
"eslint-config-holy-grail": "^59.0.14", | ||
"grunt": "^1.6.1", | ||
@@ -41,11 +41,11 @@ "grunt-cli": "^1.4.3", | ||
"karma-sinon-chai": "^2.0.2", | ||
"karma-webkit-launcher": "^2.4.0", | ||
"karma-webkit-launcher": "^2.6.0", | ||
"karma-webpack": "^5.0.1", | ||
"lint-staged": "^15.2.2", | ||
"lint-staged": "^15.2.7", | ||
"load-grunt-config": "^4.0.1", | ||
"mocha": "^10.4.0", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.17.2", | ||
"sinon": "^17.0.1", | ||
"mocha": "^10.6.0", | ||
"prettier": "^3.3.3", | ||
"rimraf": "^5.0.6", | ||
"rollup": "^4.18.1", | ||
"sinon": "^17.0.2", | ||
"sinon-chai": "^3.7.0", | ||
@@ -55,5 +55,5 @@ "ts-loader": "^9.5.1", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^56.0.1", | ||
"typescript": "^5.4.5", | ||
"webpack": "^5.91.0" | ||
"tslint-config-holy-grail": "^56.0.2", | ||
"typescript": "^5.5.3", | ||
"webpack": "^5.93.0" | ||
}, | ||
@@ -85,3 +85,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.70" | ||
"version": "4.0.71" | ||
} |
7944
Updated@babel/runtime@^7.24.8
Updatedtslib@^2.6.3