Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-02-15 13:32:44 +0300
committerGitHub <noreply@github.com>2022-02-15 13:32:44 +0300
commit7d01b637312f544e213e5058a6d4bcbcf6a1b87f (patch)
treefd74c93322a37e93f10fa0063b2d74e5288688f4 /package.json
parenteab08decfd17708704299da1d4f9f226fbb8db34 (diff)
parentcce1af724a3269e7821eb539a4abeba0c5a7b693 (diff)
Merge pull request #6041 from nextcloud/dependabot/npm_and_yarn/babel/eslint-parser-7.17.0
Bump @babel/eslint-parser from 7.16.5 to 7.17.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7c7c7ff08..99c371e73 100644
--- a/package.json
+++ b/package.json
@@ -88,7 +88,7 @@
},
"devDependencies": {
"@babel/core": "^7.16.12",
- "@babel/eslint-parser": "^7.16.5",
+ "@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.11",
"@nextcloud/browserslist-config": "^2.2.0",