diff --git a/package-lock.json b/package-lock.json index 6689a22ce..6ea3bbdf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1925,11 +1925,13 @@ } }, "node_modules/@codemirror/lint": { - "version": "6.8.1", + "version": "6.8.4", + "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.8.4.tgz", + "integrity": "sha512-u4q7PnZlJUojeRe8FJa/njJcMctISGgPQ4PnWsd9268R4ZTtU+tfFYmwkBvgcrK2+QQ8tYFVALVb5fVJykKc5A==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.0.0", - "@codemirror/view": "^6.0.0", + "@codemirror/view": "^6.35.0", "crelt": "^1.0.5" } }, @@ -1947,7 +1949,9 @@ "license": "MIT" }, "node_modules/@codemirror/view": { - "version": "6.32.0", + "version": "6.35.1", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.35.1.tgz", + "integrity": "sha512-OUs9Z2UabSfJxSoEnuHUzGF0wHpWiJ/3IW/cgrKBqbp5Yj7XTYXQAQaLHZUP48ctRMvxgarEXTginrocUG8J7A==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.4.0",