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:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-05-24 10:51:13 +0300
committerGitHub <noreply@github.com>2022-05-24 10:51:13 +0300
commit201d5410ef8eee79e6369ace846d6a592b388812 (patch)
tree2e24bf1bf1bbd638a919ab4be4e5688f4a1ad79a /package.json
parent44ea5bd00c08eeb8c48f21c1dac22ce62a12bb1a (diff)
parent164627b6d41da30c2cbf027eddc8b6275c291129 (diff)
Merge pull request #6522 from nextcloud/dependabot/npm_and_yarn/babel/core-7.18.0
Bump @babel/core from 7.17.10 to 7.18.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 e09813a37..c126aea79 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,7 @@
"npm": ">=7.0.0"
},
"devDependencies": {
- "@babel/core": "^7.17.10",
+ "@babel/core": "^7.18.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.17.10",