Update dependency esbuild to v0.12.20 (#654)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/654 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
49e532826f
commit
3e9a1e0166
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.19",
|
||||
"esbuild": "0.12.20",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-plugin-vue": "7.16.0",
|
||||
"express": "4.17.1",
|
||||
|
|
|
@ -3715,10 +3715,10 @@ error-ex@^1.3.1:
|
|||
dependencies:
|
||||
is-arrayish "^0.2.1"
|
||||
|
||||
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.20:
|
||||
version "0.12.20"
|
||||
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.20.tgz#4d3c9d83c99a4031e027b42a4c398c23b6827cb0"
|
||||
integrity sha512-u7+0qTo9Z64MD9PhooEngCmzyEYJ6ovFhPp8PLNh3UasR5Ihjv6HWVXqm8uHmasdQlpsAf0IsY4U0YVUfCpt4Q==
|
||||
|
||||
esbuild@^0.12.8:
|
||||
version "0.12.16"
|
||||
|
|
Loading…
Reference in a new issue