diff --git a/package-lock.json b/package-lock.json index 17857c6e..bce6e7aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "alpinejs": "3.14.8", - "codemirror": "5.65.18", + "codemirror": "5.65.19", "jquery": "3.7.1", "jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4", "js-md5": "0.8.3", @@ -1493,9 +1493,10 @@ } }, "node_modules/codemirror": { - "version": "5.65.18", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.18.tgz", - "integrity": "sha512-Gaz4gHnkbHMGgahNt3CA5HBk5lLQBqmD/pBgeB4kQU6OedZmqMBjlRF0LSrp2tJ4wlLNPm2FfaUd1pDy0mdlpA==" + "version": "5.65.19", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.19.tgz", + "integrity": "sha512-+aFkvqhaAVr1gferNMuN8vkTSrWIFvzlMV9I2KBLCWS2WpZ2+UAkZjlMZmEuT+gcXTi6RrGQCkWq1/bDtGqhIA==", + "license": "MIT" }, "node_modules/color-convert": { "version": "1.9.3", diff --git a/package.json b/package.json index bb49a3e2..9eaa9c40 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "license": "Apache-2.0", "dependencies": { "alpinejs": "3.14.8", - "codemirror": "5.65.18", + "codemirror": "5.65.19", "jquery": "3.7.1", "jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4", "js-md5": "0.8.3",