diff --git a/package-lock.json b/package-lock.json index 44914939..563dde2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "@rollup/plugin-replace": "^6.0.2", "@shellygo/cypress-test-utils": "^6.0.4", "@stylistic/eslint-plugin": "^5.5.0", - "@types/codemirror": "^5.60.16", + "@types/codemirror": "^5.60.17", "@types/color": "^4.2.0", "@types/cors": "^2.8.19", "@types/file-saver": "^2.0.7", @@ -3082,9 +3082,9 @@ } }, "node_modules/@types/codemirror": { - "version": "5.60.16", - "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.16.tgz", - "integrity": "sha512-V/yHdamffSS075jit+fDxaOAmdP2liok8NSNJnAZfDJErzOheuygHZEhAJrfmk5TEyM32MhkZjwo/idX791yxw==", + "version": "5.60.17", + "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.17.tgz", + "integrity": "sha512-AZq2FIsUHVMlp7VSe2hTfl5w4pcUkoFkM3zVsRKsn1ca8CXRDYvnin04+HP2REkwsxemuHqvDofdlhUWNpbwfw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5e6f964b..36a48e0c 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@rollup/plugin-replace": "^6.0.2", "@shellygo/cypress-test-utils": "^6.0.4", "@stylistic/eslint-plugin": "^5.5.0", - "@types/codemirror": "^5.60.16", + "@types/codemirror": "^5.60.17", "@types/color": "^4.2.0", "@types/cors": "^2.8.19", "@types/file-saver": "^2.0.7",