worker-timers
Advanced tools
Comparing version 7.0.72 to 7.0.73
@@ -18,14 +18,14 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.22.5", | ||
"@babel/runtime": "^7.22.6", | ||
"tslib": "^2.6.0", | ||
"worker-timers-broker": "^6.0.92", | ||
"worker-timers-worker": "^7.0.56" | ||
"worker-timers-broker": "^6.0.93", | ||
"worker-timers-worker": "^7.0.57" | ||
}, | ||
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"devDependencies": { | ||
"@babel/cli": "^7.22.5", | ||
"@babel/core": "^7.22.5", | ||
"@babel/cli": "^7.22.6", | ||
"@babel/core": "^7.22.6", | ||
"@babel/plugin-external-helpers": "^7.22.5", | ||
"@babel/plugin-transform-runtime": "^7.22.5", | ||
"@babel/preset-env": "^7.22.5", | ||
"@babel/plugin-transform-runtime": "^7.22.6", | ||
"@babel/preset-env": "^7.22.6", | ||
"@babel/register": "^7.22.5", | ||
@@ -40,4 +40,4 @@ "@commitlint/cli": "^17.6.6", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.43.0", | ||
"eslint-config-holy-grail": "^57.2.11", | ||
"eslint": "^8.44.0", | ||
"eslint-config-holy-grail": "^57.2.13", | ||
"grunt": "^1.6.1", | ||
@@ -61,12 +61,12 @@ "grunt-cli": "^1.4.3", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.25.3", | ||
"rollup": "^3.26.1", | ||
"sinon": "^15.2.0", | ||
"sinon-chai": "^3.7.0", | ||
"terser-webpack-plugin": "^5.3.9", | ||
"ts-loader": "^9.4.3", | ||
"tsconfig-holy-grail": "^14.0.6", | ||
"ts-loader": "^9.4.4", | ||
"tsconfig-holy-grail": "^14.0.7", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^55.0.3", | ||
"typescript": "^5.1.3", | ||
"webpack": "^5.88.0", | ||
"typescript": "^5.1.6", | ||
"webpack": "^5.88.1", | ||
"webpack-cli": "^5.1.4" | ||
@@ -103,3 +103,3 @@ }, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.72" | ||
"version": "7.0.73" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updated@babel/runtime@^7.22.6
Updatedworker-timers-broker@^6.0.93
Updatedworker-timers-worker@^7.0.57