29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-29 00:23:41 +00:00

[4.2] codemirror update (#38156)

update codemirror to v 5.65.6
This commit is contained in:
Brian Teeman 2022-07-03 15:14:27 +01:00 committed by GitHub
parent fa96d91c34
commit 8cf4ccbbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -20,7 +20,7 @@
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"choices.js": "^9.0.1", "choices.js": "^9.0.1",
"chosen-js": "^1.8.7", "chosen-js": "^1.8.7",
"codemirror": "^5.64.0", "codemirror": "^5.65.0",
"cropperjs": "^1.5.12", "cropperjs": "^1.5.12",
"diff": "^5.0.0", "diff": "^5.0.0",
"dragula": "^3.7.3", "dragula": "^3.7.3",
@ -2783,9 +2783,9 @@
} }
}, },
"node_modules/codemirror": { "node_modules/codemirror": {
"version": "5.65.4", "version": "5.65.6",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.4.tgz", "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.6.tgz",
"integrity": "sha512-tytrSm5Rh52b6j36cbDXN+FHwHCl9aroY4BrDZB2NFFL3Wjfq9nuYVLFFhaOYOczKAg3JXTr8BuT8LcE5QY4Iw==" "integrity": "sha512-zNihMSMoDxK9Gqv9oEyDT8oM51rcRrQ+IEo2zyS48gJByBq5Fj8XuNEguMra+MuIOuh6lkpnLUJeL70DoTt6yw=="
}, },
"node_modules/color-convert": { "node_modules/color-convert": {
"version": "1.9.3", "version": "1.9.3",
@ -10389,9 +10389,9 @@
} }
}, },
"codemirror": { "codemirror": {
"version": "5.65.4", "version": "5.65.6",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.4.tgz", "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.6.tgz",
"integrity": "sha512-tytrSm5Rh52b6j36cbDXN+FHwHCl9aroY4BrDZB2NFFL3Wjfq9nuYVLFFhaOYOczKAg3JXTr8BuT8LcE5QY4Iw==" "integrity": "sha512-zNihMSMoDxK9Gqv9oEyDT8oM51rcRrQ+IEo2zyS48gJByBq5Fj8XuNEguMra+MuIOuh6lkpnLUJeL70DoTt6yw=="
}, },
"color-convert": { "color-convert": {
"version": "1.9.3", "version": "1.9.3",

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="editors" method="upgrade"> <extension type="plugin" group="editors" method="upgrade">
<name>plg_editors_codemirror</name> <name>plg_editors_codemirror</name>
<version>5.65.4</version> <version>5.65.6</version>
<creationDate>28 March 2011</creationDate> <creationDate>28 March 2011</creationDate>
<author>Marijn Haverbeke</author> <author>Marijn Haverbeke</author>
<authorEmail>marijnh@gmail.com</authorEmail> <authorEmail>marijnh@gmail.com</authorEmail>