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