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:
-rw-r--r--package-lock.json7
-rw-r--r--package.json1
2 files changed, 5 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index e8870c990..5d0942c5b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -48,7 +48,6 @@
"@tiptap/suggestion": "^2.0.0-beta.90",
"@tiptap/vue-2": "^2.0.0-beta.69",
"core-js": "^3.21.1",
- "entities": "^3.0.1",
"escape-html": "^1.0.3",
"highlight.js": "^10.7.2",
"lowlight": "^1.20.0",
@@ -8262,6 +8261,8 @@
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",
"integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==",
+ "dev": true,
+ "peer": true,
"engines": {
"node": ">=0.12"
},
@@ -27780,7 +27781,9 @@
"entities": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",
- "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q=="
+ "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==",
+ "dev": true,
+ "peer": true
},
"envinfo": {
"version": "7.8.1",
diff --git a/package.json b/package.json
index c98f19cfe..1814e8677 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,6 @@
"@tiptap/suggestion": "^2.0.0-beta.90",
"@tiptap/vue-2": "^2.0.0-beta.69",
"core-js": "^3.21.1",
- "entities": "^3.0.1",
"escape-html": "^1.0.3",
"highlight.js": "^10.7.2",
"lowlight": "^1.20.0",