diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-29 10:14:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 10:14:08 +0000 |
commit | c2167ab6f9134fc27cff1f257cd978ad17c53b81 (patch) | |
tree | aefaaef78eb4f14225fbbf556041d6113f798417 /package.json | |
parent | 1e16fa7a8fc72f2a491ff90f9a5b5a194e78d796 (diff) | |
download | nextcloud-server-c2167ab6f9134fc27cff1f257cd978ad17c53b81.tar.gz nextcloud-server-c2167ab6f9134fc27cff1f257cd978ad17c53b81.zip |
Bump babel-eslint from 10.0.3 to 10.1.0
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.3 to 10.1.0.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.3...v10.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 912890bfa1f..79694ac12bb 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.8.3", "@nextcloud/browserslist-config": "^1.0.0", - "babel-eslint": "^10.0.3", + "babel-eslint": "^10.1.0", "babel-loader": "^8.0.6", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", "chai": "^4.2.0", |