Update dependency esbuild to v0.12.19 (#643)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/643 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
64137757c9
commit
bd2c2f3977
2 changed files with 5 additions and 5 deletions
|
@ -53,7 +53,7 @@
|
|||
"babel-eslint": "10.1.0",
|
||||
"cypress": "8.2.0",
|
||||
"cypress-file-upload": "5.0.8",
|
||||
"esbuild": "0.12.18",
|
||||
"esbuild": "0.12.19",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-plugin-vue": "7.15.1",
|
||||
"express": "4.17.1",
|
||||
|
|
|
@ -3733,10 +3733,10 @@ error-ex@^1.3.1:
|
|||
dependencies:
|
||||
is-arrayish "^0.2.1"
|
||||
|
||||
esbuild@0.12.18:
|
||||
version "0.12.18"
|
||||
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.18.tgz#e5db16372188c2b4d395f7f55fdade27f6a119fa"
|
||||
integrity sha512-arWhBQSy+oiBAp8VRRCFvAU+3jyf0gGacABLO3haMHboXCDjzq4WUqyQklst2XRuFS8MXgap+9uvODqj9Iygpg==
|
||||
esbuild@0.12.19:
|
||||
version "0.12.19"
|
||||
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.19.tgz#ab849766705a5093df5acd8ec2f6ba2159a38a6c"
|
||||
integrity sha512-5NuT1G6THW7l3fsSCDkcPepn24R0XtyPjKoqKHD8LfhqMXzCdz0mrS9HgO6hIhzVT7zt0T+JGbzCqF5AH8hS9w==
|
||||
|
||||
esbuild@^0.12.8:
|
||||
version "0.12.16"
|
||||
|
|
Loading…
Reference in a new issue