audio-fingerprinting-file-reader
Advanced tools
Comparing version 4.0.24 to 4.0.25
@@ -12,3 +12,3 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.13.10", | ||
"@babel/runtime": "^7.13.17", | ||
"tslib": "^2.2.0" | ||
@@ -18,6 +18,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.13.14", | ||
"@babel/core": "^7.13.16", | ||
"@babel/plugin-external-helpers": "^7.12.13", | ||
"@babel/plugin-transform-runtime": "^7.13.10", | ||
"@babel/preset-env": "^7.13.12", | ||
"@babel/plugin-transform-runtime": "^7.13.15", | ||
"@babel/preset-env": "^7.13.15", | ||
"@commitlint/cli": "^12.1.1", | ||
@@ -29,5 +29,5 @@ "@commitlint/config-angular": "^12.1.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.23.0", | ||
"eslint-config-holy-grail": "^49.0.3", | ||
"grunt": "^1.3.0", | ||
"eslint": "^7.25.0", | ||
"eslint-config-holy-grail": "^49.0.5", | ||
"grunt": "^1.4.0", | ||
"grunt-cli": "^1.4.2", | ||
@@ -42,3 +42,3 @@ "grunt-contrib-clean": "^2.0.0", | ||
"karma-mocha": "^2.0.1", | ||
"karma-sauce-launcher": "^4.3.5", | ||
"karma-sauce-launcher": "^4.3.6", | ||
"karma-sinon-chai": "^2.0.2", | ||
@@ -50,11 +50,11 @@ "karma-webpack": "^5.0.0", | ||
"pretty-quick": "^3.1.0", | ||
"rollup": "^2.44.0", | ||
"rollup": "^2.45.2", | ||
"sinon": "^10.0.0", | ||
"sinon-chai": "^3.6.0", | ||
"ts-loader": "^8.1.0", | ||
"tsconfig-holy-grail": "^11.0.49", | ||
"ts-loader": "^9.1.1", | ||
"tsconfig-holy-grail": "^11.0.52", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.12", | ||
"tslint-config-holy-grail": "^53.2.14", | ||
"typescript": "^4.2.4", | ||
"webpack": "^5.31.0" | ||
"webpack": "^5.36.1" | ||
}, | ||
@@ -86,3 +86,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.24" | ||
"version": "4.0.25" | ||
} |
Updated@babel/runtime@^7.13.17