build(deps): bump esbuild from 0.18.17 to 0.19.0 in /packages/sw

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.18.17 to 0.19.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.17...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-10 01:55:07 +00:00 committed by GitHub
parent 29278bd400
commit 82365548e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"dependencies": {
"esbuild": "0.18.17",
"esbuild": "0.19.0",
"idb-keyval": "6.2.1",
"misskey-js": "workspace:*"
},