diff --git a/package-lock.json b/package-lock.json index 3a96e75ad4..2bef6ffe01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1925,11 +1925,13 @@ } }, "node_modules/@codemirror/lint": { - "version": "6.8.1", + "version": "6.8.3", + "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.8.3.tgz", + "integrity": "sha512-GSGfKxCo867P7EX1k2LoCrjuQFeqVgPGRRsSl4J4c0KMkD+k1y6WYvTQkzv0iZ8JhLJDujEvlnMchv4CZQLh3Q==", "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.0", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.35.0.tgz", + "integrity": "sha512-I0tYy63q5XkaWsJ8QRv5h6ves7kvtrBWjBcnf/bzohFJQc5c14a1AQRdE8QpPF9eMp5Mq2FMm59TCj1gDfE7kw==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.4.0",