1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00

Bump esbuild from 0.9.7 to 0.11.0

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.9.7 to 0.11.0.
- [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.9.7...v0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-29 05:50:18 +00:00
parent 8d829dc6ee
commit f4518f69c9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1901,9 +1901,9 @@
}
},
"esbuild": {
"version": "0.9.7",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.9.7.tgz",
"integrity": "sha512-VtUf6aQ89VTmMLKrWHYG50uByMF4JQlVysb8dmg6cOgW8JnFCipmz7p+HNBl+RR3LLCuBxFGVauAe2wfnF9bLg==",
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.11.0.tgz",
"integrity": "sha512-soxN5dic/pDMM0LKLUKmpOY/MVfF+6n3RHLS2ez0YQoM0dmd2tTs/hmAC4pxfhm2Pvn/28UtMJyFedRYC+8olA==",
"dev": true
},
"escalade": {

View File

@ -58,7 +58,7 @@
"autoprefixer": "^10.2.5",
"chokidar": "^3.5.1",
"cssnano": "^4.1.10",
"esbuild": "^0.9.6",
"esbuild": "^0.11.0",
"eslint": "^7.22.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",