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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-18 08:46:35 +0300
committerGitHub <noreply@github.com>2021-12-18 08:46:35 +0300
commit0fd47be6b22eecc35390b873a70b77cce45e4af8 (patch)
tree2dbe89ebf6d7ad3121117deb4a1cc6350a1d8cb0
parentf26898b18e334e73868f72f036e32d80147936b1 (diff)
parent3689bae76a16a6895288fe4f06e18cda7eeb355f (diff)
Merge pull request #1928 from nextcloud/dependabot/npm_and_yarn/babel/eslint-parser-7.16.5
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index f3e5d6f6..00420e3f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
},
"devDependencies": {
"@babel/core": "^7.16.5",
- "@babel/eslint-parser": "^7.16.3",
+ "@babel/eslint-parser": "^7.16.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.4",
@@ -174,9 +174,9 @@
}
},
"node_modules/@babel/eslint-parser": {
- "version": "7.16.3",
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz",
- "integrity": "sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==",
+ "version": "7.16.5",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz",
+ "integrity": "sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==",
"dev": true,
"dependencies": {
"eslint-scope": "^5.1.1",
@@ -25974,9 +25974,9 @@
}
},
"@babel/eslint-parser": {
- "version": "7.16.3",
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz",
- "integrity": "sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==",
+ "version": "7.16.5",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz",
+ "integrity": "sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==",
"dev": true,
"requires": {
"eslint-scope": "^5.1.1",
diff --git a/package.json b/package.json
index 868c2211..35f2f738 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
},
"devDependencies": {
"@babel/core": "^7.16.5",
- "@babel/eslint-parser": "^7.16.3",
+ "@babel/eslint-parser": "^7.16.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.4",