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

github.com/nextcloud/logreader.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:50:50 +0300
committerGitHub <noreply@github.com>2022-07-23 06:50:50 +0300
commitda0b861d490f40fad16ca1ff3d1841ce30865f2a (patch)
tree1909f7332498aa19e4bd8379e84e4677ba7b94f6 /package.json
parentf1f41343ce50598c0879ead152de06dd2852ecf4 (diff)
Bump @babel/core from 7.18.6 to 7.18.9
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.6 to 7.18.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.18.9/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 0da9a9b..0929bdf 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"build": "NODE_ENV=production webpack --progress --config webpack/prod.config.js"
},
"devDependencies": {
- "@babel/core": "^7.18.6",
+ "@babel/core": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/plugin-transform-async-to-generator": "^7.17.12",