Merge pull request #2628 from squidfunk/dependabot/npm_and_yarn/esbuild-0.11.18

Bump esbuild from 0.11.17 to 0.11.18
This commit is contained in:
Martin Donath 2021-05-04 12:16:18 +02:00 committed by GitHub
commit a8ab7e2f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1866,9 +1866,9 @@
}
},
"esbuild": {
"version": "0.11.17",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.11.17.tgz",
"integrity": "sha512-Yj+rQATpLLU36ymg0/laLXn9FUoiGUl7mDPUJ0toQ5nXKFrj/rmIEkQ34T1GeiV2cP2SrT0G0s7xiNuDcsIyBg==",
"version": "0.11.18",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.11.18.tgz",
"integrity": "sha512-KD7v4N9b5B8bxPUNn/3GA9r0HWo4nJk3iwjZ+2zG1ffg+r8ig+wqj7sW6zgI6Sn4/B2FnbzqWxcAokAGGM5zwQ==",
"dev": true
},
"escalade": {

View File

@ -58,7 +58,7 @@
"autoprefixer": "^10.2.5",
"chokidar": "^3.5.1",
"cssnano": "^5.0.2",
"esbuild": "^0.11.17",
"esbuild": "^0.11.18",
"eslint": "^7.25.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",