1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Bump esbuild from 0.11.17 to 0.11.18

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.11.17 to 0.11.18.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.11.17...v0.11.18)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-03 04:07:37 +00:00 committed by GitHub
parent 15c3cf74a7
commit ea5d853be8
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",