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

github.com/nextcloud/backup.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>2022-07-23 06:22:24 +0300
committerGitHub <noreply@github.com>2022-07-23 06:22:24 +0300
commitf293e4fa77d12420b0d67344f129d9e27e01f0d9 (patch)
tree1b69d86980f76bccaaa3a1e13d9d3502622a6748
parenteebb327a21e0ee1fa40a7a9a112b705fe71d9872 (diff)
parent369a7144fa353a7ccc6225e35a96fa678a6cb8d9 (diff)
Merge pull request #374 from nextcloud/dependabot/npm_and_yarn/babel/eslint-parser-7.18.9
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 25f8bae..0173583 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -259,9 +259,9 @@
}
},
"@babel/eslint-parser": {
- "version": "7.18.2",
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz",
- "integrity": "sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A==",
+ "version": "7.18.9",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz",
+ "integrity": "sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==",
"dev": true,
"requires": {
"eslint-scope": "^5.1.1",
diff --git a/package.json b/package.json
index 2d37ac4..a08afa7 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
},
"devDependencies": {
"@babel/core": "^7.18.6",
- "@babel/eslint-parser": "^7.18.2",
+ "@babel/eslint-parser": "^7.18.9",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^7.0.2",