1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Bump esbuild from 0.11.8 to 0.11.14

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.11.8 to 0.11.14.
- [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.8...v0.11.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-26 05:36:51 +00:00
parent 3c49f35cae
commit ec28c42c29
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1861,9 +1861,9 @@
}
},
"esbuild": {
"version": "0.11.8",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.11.8.tgz",
"integrity": "sha512-dUZj5etA0e+SChqRMswgUj8TAj5ay7z06/BD32t0pRWgMDh8S/NTW7e7O1jLVIDeAECsRXkIzG2o+jpBwchq7w==",
"version": "0.11.14",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.11.14.tgz",
"integrity": "sha512-ejheEPkqhq5y0LM9rG9e+3yDihPtqeeE4NZmG7VQiSGJ3CjO4HvPOHmhhttSksfSztjLAGo2+0/zSIvlqj4JOQ==",
"dev": true
},
"escalade": {

View File

@ -58,7 +58,7 @@
"autoprefixer": "^10.2.5",
"chokidar": "^3.5.1",
"cssnano": "^5.0.0",
"esbuild": "^0.11.8",
"esbuild": "^0.11.14",
"eslint": "^7.24.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",