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

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-06-10 04:19:29 +0300
committerGitHub <noreply@github.com>2021-06-10 04:19:29 +0300
commit097aea8078ba64d8914e4ff42ad10ce84ea7505a (patch)
treeef45f11593860a3e12a34a3c2b32705634fd3671
parentbaf44aabc796b3efac84761816cf98766c6b31c6 (diff)
Bump @babel/runtime from 7.14.0 to 7.14.5
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.14.0 to 7.14.5. - [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.14.5/packages/babel-runtime) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 2feedfd..21e2d52 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3179,9 +3179,9 @@
}
},
"@babel/runtime": {
- "version": "7.14.0",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
- "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.5.tgz",
+ "integrity": "sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
diff --git a/package.json b/package.json
index 7d48db0..7a0b13a 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"stylelint:fix": "stylelint src --fix"
},
"dependencies": {
- "@babel/runtime": "^7.14.0",
+ "@babel/runtime": "^7.14.5",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/vue": "^3.10.1",
"vue": "^2.6.14"