1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Bump eslint from 5.14.0 to 5.14.1

Bumps [eslint](https://github.com/eslint/eslint) from 5.14.0 to 5.14.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.14.0...v5.14.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-18 17:21:58 +00:00 committed by dependabot[bot]
parent f2cbec5c95
commit 76635d65b0
2 changed files with 4 additions and 12 deletions

14
package-lock.json generated
View File

@ -5518,9 +5518,9 @@
"dev": true
},
"eslint": {
"version": "5.14.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.14.0.tgz",
"integrity": "sha512-jrOhiYyENRrRnWlMYANlGZTqb89r2FuRT+615AabBoajhNjeh9ywDNlh2LU9vTqf0WYN+L3xdXuIi7xuj/tK9w==",
"version": "5.14.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.14.1.tgz",
"integrity": "sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
@ -5728,14 +5728,6 @@
"acorn": "^6.0.7",
"acorn-jsx": "^5.0.0",
"eslint-visitor-keys": "^1.0.0"
},
"dependencies": {
"acorn": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.0.tgz",
"integrity": "sha512-MW/FjM+IvU9CgBzjO3UIPCE2pyEwUsoFl+VGdczOPEdxfGFjuKny/gN54mOuX7Qxmb9Rg9MCn2oKiSUeW+pjrw==",
"dev": true
}
}
},
"esprima": {

View File

@ -48,7 +48,7 @@
"custom-event-polyfill": "^1.0.6",
"customizr": "^1.0.0-alpha",
"escape-string-regexp": "^1.0.5",
"eslint": "^5.14.0",
"eslint": "^5.14.1",
"event-hooks-webpack-plugin": "^2.1.1",
"expose-loader": "^0.7.4",
"extract-loader": "^3.1.0",