diff --git a/web/package-lock.json b/web/package-lock.json index 9470ce199..334c50dcf 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -31,7 +31,7 @@ "@squoosh/cli": "^0.7.2", "@trivago/prettier-plugin-sort-imports": "^2.0.4", "@types/chart.js": "^2.9.34", - "@types/codemirror": "5.60.3", + "@types/codemirror": "5.60.4", "@types/grecaptcha": "^3.0.3", "@typescript-eslint/eslint-plugin": "^4.32.0", "@typescript-eslint/parser": "^4.32.0", @@ -2571,9 +2571,9 @@ } }, "node_modules/@types/codemirror": { - "version": "5.60.3", - "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.3.tgz", - "integrity": "sha512-dVX8Vsio70u4la9LGi1jjmaqtcdMMZUYalO5QY5EWy4XKrNjewNm9cy2K5XvP+puzLzum417gmJ9w7F6bVR1XA==", + "version": "5.60.4", + "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.4.tgz", + "integrity": "sha512-SUQgBj9jZ+xj75zgwfgQZt0CManWBISN/YsE0xRmPwO6uDyLNpXO8bn2m59tpevsFw+eQdmx+qY1WjOrUgMDgw==", "dependencies": { "@types/tern": "*" } @@ -10488,9 +10488,9 @@ } }, "@types/codemirror": { - "version": "5.60.3", - "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.3.tgz", - "integrity": "sha512-dVX8Vsio70u4la9LGi1jjmaqtcdMMZUYalO5QY5EWy4XKrNjewNm9cy2K5XvP+puzLzum417gmJ9w7F6bVR1XA==", + "version": "5.60.4", + "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.4.tgz", + "integrity": "sha512-SUQgBj9jZ+xj75zgwfgQZt0CManWBISN/YsE0xRmPwO6uDyLNpXO8bn2m59tpevsFw+eQdmx+qY1WjOrUgMDgw==", "requires": { "@types/tern": "*" } diff --git a/web/package.json b/web/package.json index 53baff69b..a9050e36d 100644 --- a/web/package.json +++ b/web/package.json @@ -64,7 +64,7 @@ "@squoosh/cli": "^0.7.2", "@trivago/prettier-plugin-sort-imports": "^2.0.4", "@types/chart.js": "^2.9.34", - "@types/codemirror": "5.60.3", + "@types/codemirror": "5.60.4", "@types/grecaptcha": "^3.0.3", "@typescript-eslint/eslint-plugin": "^4.32.0", "@typescript-eslint/parser": "^4.32.0",