diff --git a/web/package-lock.json b/web/package-lock.json index af75386b3..88802880b 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -56,7 +56,7 @@ "@squoosh/cli": "^0.7.3", "@trivago/prettier-plugin-sort-imports": "^4.1.1", "@types/chart.js": "^2.9.37", - "@types/codemirror": "5.60.7", + "@types/codemirror": "5.60.8", "@types/grecaptcha": "^3.0.4", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", @@ -2910,9 +2910,10 @@ } }, "node_modules/@types/codemirror": { - "version": "5.60.7", + "version": "5.60.8", + "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.8.tgz", + "integrity": "sha512-VjFgDF/eB+Aklcy15TtOTLQeMjTo07k7KAjql8OK5Dirr7a6sJY4T1uVBDuTVG9VEmn1uUsohOpYnVfgC6/jyw==", "dev": true, - "license": "MIT", "dependencies": { "@types/tern": "*" } diff --git a/web/package.json b/web/package.json index 4565f4aa9..6fdb2f20c 100644 --- a/web/package.json +++ b/web/package.json @@ -66,7 +66,7 @@ "@squoosh/cli": "^0.7.3", "@trivago/prettier-plugin-sort-imports": "^4.1.1", "@types/chart.js": "^2.9.37", - "@types/codemirror": "5.60.7", + "@types/codemirror": "5.60.8", "@types/grecaptcha": "^3.0.4", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8",