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

github.com/thsmi/sieve.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-05-30 18:00:46 +0300
committerGitHub <noreply@github.com>2022-05-30 18:00:46 +0300
commit2b7d879bcde97b871a43647d19eea826aecc5440 (patch)
treed4e91f14d4da3d106d79eb990277534bddad6939
parentd36167f365efed18fc2619e8a9dfa5eb44d1ae4a (diff)
Bump codemirror from 5.65.4 to 5.65.5dependabot/npm_and_yarn/codemirror-5.65.5
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.65.4 to 5.65.5. - [Release notes](https://github.com/codemirror/CodeMirror/releases) - [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md) - [Commits](https://github.com/codemirror/CodeMirror/compare/5.65.4...5.65.5) --- updated-dependencies: - dependency-name: codemirror dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 3d9b6518..c81ee77a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "AGPL-3.0",
"devDependencies": {
"bootstrap": "^5.1.3",
- "codemirror": "^5.65.4",
+ "codemirror": "^5.65.5",
"electron": "^19.0.0",
"electron-packager": "^15.5.1",
"eslint": "^8.16.0",
@@ -1138,9 +1138,9 @@
}
},
"node_modules/codemirror": {
- "version": "5.65.4",
- "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.4.tgz",
- "integrity": "sha512-tytrSm5Rh52b6j36cbDXN+FHwHCl9aroY4BrDZB2NFFL3Wjfq9nuYVLFFhaOYOczKAg3JXTr8BuT8LcE5QY4Iw==",
+ "version": "5.65.5",
+ "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.5.tgz",
+ "integrity": "sha512-HNyhvGLnYz5c+kIsB9QKVitiZUevha3ovbIYaQiGzKo7ECSL/elWD9RXt3JgNr0NdnyqE9/Rc/7uLfkJQL638w==",
"dev": true
},
"node_modules/collection-map": {
@@ -7424,9 +7424,9 @@
"dev": true
},
"codemirror": {
- "version": "5.65.4",
- "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.4.tgz",
- "integrity": "sha512-tytrSm5Rh52b6j36cbDXN+FHwHCl9aroY4BrDZB2NFFL3Wjfq9nuYVLFFhaOYOczKAg3JXTr8BuT8LcE5QY4Iw==",
+ "version": "5.65.5",
+ "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.5.tgz",
+ "integrity": "sha512-HNyhvGLnYz5c+kIsB9QKVitiZUevha3ovbIYaQiGzKo7ECSL/elWD9RXt3JgNr0NdnyqE9/Rc/7uLfkJQL638w==",
"dev": true
},
"collection-map": {
diff --git a/package.json b/package.json
index 42b53d57..f1daac46 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
},
"devDependencies": {
"bootstrap": "^5.1.3",
- "codemirror": "^5.65.4",
+ "codemirror": "^5.65.5",
"electron": "^19.0.0",
"electron-packager": "^15.5.1",
"eslint": "^8.16.0",