Skip to content

Commit

Permalink
fix(deps): bump web-worker from 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [web-worker](https://github.com/developit/web-worker) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/developit/web-worker/releases)
- [Commits](developit/web-worker@1.2.0...1.3.0)

---
updated-dependencies:
- dependency-name: web-worker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 4bdb579 commit 5780f83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lodash": "^4.17.21",
"lovefield-ts": "^0.7.0",
"sql.js": "^1.10.2",
"web-worker": "^1.2.0"
"web-worker": "^1.3.0"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"wasm-feature-detect": "^1.6.1",
"web-worker": "^1.2.0"
"web-worker": "^1.3.0"
},
"scripts": {
"build:debug": "node bundle.mjs debug && tsc --emitDeclarationOnly",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8053,10 +8053,10 @@ wbuf@^1.1.0, wbuf@^1.7.3:
dependencies:
minimalistic-assert "^1.0.0"

web-worker@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/web-worker/-/web-worker-1.2.0.tgz#5d85a04a7fbc1e7db58f66595d7a3ac7c9c180da"
integrity sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==
web-worker@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/web-worker/-/web-worker-1.3.0.tgz#e5f2df5c7fe356755a5fb8f8410d4312627e6776"
integrity sha512-BSR9wyRsy/KOValMgd5kMyr3JzpdeoR9KVId8u5GVlTTAtNChlsE4yTxeY7zMdNSyOmoKBv8NH2qeRY9Tg+IaA==

webidl-conversions@^3.0.0:
version "3.0.1"
Expand Down

0 comments on commit 5780f83

Please sign in to comment.