29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-26 07:13:21 +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",
"choices.js": "^9.0.1",
"chosen-js": "^1.8.7",
"codemirror": "^5.64.0",
"codemirror": "^5.65.0",
"cropperjs": "^1.5.12",
"diff": "^5.0.0",
"dragula": "^3.7.3",
@ -2783,9 +2783,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.6",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.6.tgz",
"integrity": "sha512-zNihMSMoDxK9Gqv9oEyDT8oM51rcRrQ+IEo2zyS48gJByBq5Fj8XuNEguMra+MuIOuh6lkpnLUJeL70DoTt6yw=="
},
"node_modules/color-convert": {
"version": "1.9.3",
@ -10389,9 +10389,9 @@
}
},
"codemirror": {
"version": "5.65.4",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.4.tgz",
"integrity": "sha512-tytrSm5Rh52b6j36cbDXN+FHwHCl9aroY4BrDZB2NFFL3Wjfq9nuYVLFFhaOYOczKAg3JXTr8BuT8LcE5QY4Iw=="
"version": "5.65.6",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.6.tgz",
"integrity": "sha512-zNihMSMoDxK9Gqv9oEyDT8oM51rcRrQ+IEo2zyS48gJByBq5Fj8XuNEguMra+MuIOuh6lkpnLUJeL70DoTt6yw=="
},
"color-convert": {
"version": "1.9.3",

View File

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