audio-fingerprinting-file-reader
Advanced tools
Comparing version 4.0.59 to 4.0.60
@@ -12,19 +12,19 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.22.6", | ||
"tslib": "^2.6.1" | ||
"@babel/runtime": "^7.23.1", | ||
"tslib": "^2.6.2" | ||
}, | ||
"description": "A reader for files created by audfprint.", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@babel/core": "^7.23.0", | ||
"@babel/plugin-external-helpers": "^7.22.5", | ||
"@babel/plugin-transform-runtime": "^7.22.9", | ||
"@babel/preset-env": "^7.22.9", | ||
"@commitlint/cli": "^17.6.7", | ||
"@commitlint/config-angular": "^17.6.7", | ||
"@babel/plugin-transform-runtime": "^7.22.15", | ||
"@babel/preset-env": "^7.22.20", | ||
"@commitlint/cli": "^17.7.2", | ||
"@commitlint/config-angular": "^17.7.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"chai": "^4.3.7", | ||
"chai": "^4.3.10", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-holy-grail": "^57.2.18", | ||
"eslint": "^8.50.0", | ||
"eslint-config-holy-grail": "^57.2.21", | ||
"grunt": "^1.6.1", | ||
@@ -46,5 +46,5 @@ "grunt-cli": "^1.4.3", | ||
"pretty-quick": "^3.1.3", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.26.3", | ||
"sinon": "^15.2.0", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^3.29.4", | ||
"sinon": "^16.0.0", | ||
"sinon-chai": "^3.7.0", | ||
@@ -54,4 +54,4 @@ "ts-loader": "^9.4.4", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^55.0.4", | ||
"typescript": "^5.1.6", | ||
"tslint-config-holy-grail": "^55.0.5", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2" | ||
@@ -84,3 +84,3 @@ }, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.59" | ||
"version": "4.0.60" | ||
} |
7925
Updated@babel/runtime@^7.23.1
Updatedtslib@^2.6.2