diff --git a/web/package-lock.json b/web/package-lock.json index 044eea3cd..27a765fb4 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -68,7 +68,7 @@ "@storybook/web-components-vite": "^7.5.2", "@trivago/prettier-plugin-sort-imports": "^4.2.1", "@types/chart.js": "^2.9.39", - "@types/codemirror": "5.60.12", + "@types/codemirror": "5.60.13", "@types/grecaptcha": "^3.0.6", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", @@ -10083,9 +10083,9 @@ } }, "node_modules/@types/codemirror": { - "version": "5.60.12", - "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.12.tgz", - "integrity": "sha512-SFSj5Tb/mtQoVgaltsipdRGG1PkcFu/L0OXPNBGCXYUQtwsNoAGRNNHOTl1jYcQUcEI77EiUfk94bgETTbSo/A==", + "version": "5.60.13", + "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.13.tgz", + "integrity": "sha512-qLWcKUwYDYB7mZpE++0Jn3i1TJ2GW8nlhALRAfjaKgb1HRnk2qcNqWxZ+BpPY1h4n4IQT0foThaOxWHxEL8MnQ==", "dev": true, "dependencies": { "@types/tern": "*" diff --git a/web/package.json b/web/package.json index a74f07fe3..7603b3e59 100644 --- a/web/package.json +++ b/web/package.json @@ -89,7 +89,7 @@ "@storybook/web-components-vite": "^7.5.2", "@trivago/prettier-plugin-sort-imports": "^4.2.1", "@types/chart.js": "^2.9.39", - "@types/codemirror": "5.60.12", + "@types/codemirror": "5.60.13", "@types/grecaptcha": "^3.0.6", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1",