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

github.com/nextcloud/text.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-02-21 18:00:18 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-02-21 18:16:10 +0300
commit93804377cdf96d44d3fd03da535db9464dfc2c44 (patch)
tree2e7319b8457ab0605ed08b0fc79ec19d5cf3a41f /package.json
parent12c0684535f08e9b6157682144853d5baa122290 (diff)
build(deps): bump core-js from 3.21.0 to 3.21.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.21.0 to 3.21.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.21.0...v3.21.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.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 f83ef3294..6d062b9eb 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"@tiptap/extension-text": "^2.0.0-beta.15",
"@tiptap/extension-underline": "^2.0.0-beta.22",
"@tiptap/vue-2": "^2.0.0-beta.69",
- "core-js": "^3.21.0",
+ "core-js": "^3.21.1",
"entities": "^3.0.1",
"escape-html": "^1.0.3",
"highlight.js": "^10.7.2",