build(deps): bump @types/codemirror from 5.60.3 to 5.60.4 in /web (#1519)

This commit is contained in:
dependabot[bot] 2021-10-04 08:32:34 +02:00 committed by GitHub
parent c65c6a62cc
commit cddff85e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -31,7 +31,7 @@
"@squoosh/cli": "^0.7.2", "@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^2.0.4", "@trivago/prettier-plugin-sort-imports": "^2.0.4",
"@types/chart.js": "^2.9.34", "@types/chart.js": "^2.9.34",
"@types/codemirror": "5.60.3", "@types/codemirror": "5.60.4",
"@types/grecaptcha": "^3.0.3", "@types/grecaptcha": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^4.32.0", "@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0", "@typescript-eslint/parser": "^4.32.0",
@ -2571,9 +2571,9 @@
} }
}, },
"node_modules/@types/codemirror": { "node_modules/@types/codemirror": {
"version": "5.60.3", "version": "5.60.4",
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.3.tgz", "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.4.tgz",
"integrity": "sha512-dVX8Vsio70u4la9LGi1jjmaqtcdMMZUYalO5QY5EWy4XKrNjewNm9cy2K5XvP+puzLzum417gmJ9w7F6bVR1XA==", "integrity": "sha512-SUQgBj9jZ+xj75zgwfgQZt0CManWBISN/YsE0xRmPwO6uDyLNpXO8bn2m59tpevsFw+eQdmx+qY1WjOrUgMDgw==",
"dependencies": { "dependencies": {
"@types/tern": "*" "@types/tern": "*"
} }
@ -10488,9 +10488,9 @@
} }
}, },
"@types/codemirror": { "@types/codemirror": {
"version": "5.60.3", "version": "5.60.4",
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.3.tgz", "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.4.tgz",
"integrity": "sha512-dVX8Vsio70u4la9LGi1jjmaqtcdMMZUYalO5QY5EWy4XKrNjewNm9cy2K5XvP+puzLzum417gmJ9w7F6bVR1XA==", "integrity": "sha512-SUQgBj9jZ+xj75zgwfgQZt0CManWBISN/YsE0xRmPwO6uDyLNpXO8bn2m59tpevsFw+eQdmx+qY1WjOrUgMDgw==",
"requires": { "requires": {
"@types/tern": "*" "@types/tern": "*"
} }

View File

@ -64,7 +64,7 @@
"@squoosh/cli": "^0.7.2", "@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^2.0.4", "@trivago/prettier-plugin-sort-imports": "^2.0.4",
"@types/chart.js": "^2.9.34", "@types/chart.js": "^2.9.34",
"@types/codemirror": "5.60.3", "@types/codemirror": "5.60.4",
"@types/grecaptcha": "^3.0.3", "@types/grecaptcha": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^4.32.0", "@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0", "@typescript-eslint/parser": "^4.32.0",