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-10-01 05:19:49 +0300
committerGitHub <noreply@github.com>2022-10-01 05:19:49 +0300
commit12985fd9f95615bf3cea5d7761b303bbfb8046b3 (patch)
tree80febe70ea69381a64fabe9c0400fd6bee8e4bfd /package.json
parentc7e3df6442ad756658a5390aba6fc8bd5ab37278 (diff)
Bump @babel/core from 7.19.1 to 7.19.3dependabot/npm_and_yarn/babel/core-7.19.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.1 to 7.19.3. - [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.19.3/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 58cbd8b..d3ca204 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.19.1",
+ "@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-async-to-generator": "^7.17.12",