build(deps): bump codemirror from 5.64.0 to 5.65.0 in /web (#1973)

This commit is contained in:
dependabot[bot] 2021-12-21 09:14:27 +01:00 committed by GitHub
parent 1936ddfecb
commit 2e50532518
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

@ -43,7 +43,7 @@
"base64-js": "^1.5.1",
"chart.js": "^3.6.2",
"chartjs-adapter-moment": "^1.0.0",
"codemirror": "^5.64.0",
"codemirror": "^5.65.0",
"construct-style-sheets-polyfill": "^3.0.5",
"eslint": "^8.5.0",
"eslint-config-google": "^0.14.0",
@ -3791,9 +3791,9 @@
}
},
"node_modules/codemirror": {
"version": "5.64.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.64.0.tgz",
"integrity": "sha512-fqr6CtDQdJ6iNMbD8NX2gH2G876nNDk+TO1rrYkgWnqQdO3O1Xa9tK6q+psqhJJgE5SpbaDcgdfLmukoUVE8pg=="
"version": "5.65.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.0.tgz",
"integrity": "sha512-gWEnHKEcz1Hyz7fsQWpK7P0sPI2/kSkRX2tc7DFA6TmZuDN75x/1ejnH/Pn8adYKrLEA1V2ww6L00GudHZbSKw=="
},
"node_modules/collection-visit": {
"version": "1.0.0",
@ -11574,9 +11574,9 @@
"integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4="
},
"codemirror": {
"version": "5.64.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.64.0.tgz",
"integrity": "sha512-fqr6CtDQdJ6iNMbD8NX2gH2G876nNDk+TO1rrYkgWnqQdO3O1Xa9tK6q+psqhJJgE5SpbaDcgdfLmukoUVE8pg=="
"version": "5.65.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.0.tgz",
"integrity": "sha512-gWEnHKEcz1Hyz7fsQWpK7P0sPI2/kSkRX2tc7DFA6TmZuDN75x/1ejnH/Pn8adYKrLEA1V2ww6L00GudHZbSKw=="
},
"collection-visit": {
"version": "1.0.0",

View File

@ -79,7 +79,7 @@
"base64-js": "^1.5.1",
"chart.js": "^3.6.2",
"chartjs-adapter-moment": "^1.0.0",
"codemirror": "^5.64.0",
"codemirror": "^5.65.0",
"construct-style-sheets-polyfill": "^3.0.5",
"eslint": "^8.5.0",
"eslint-config-google": "^0.14.0",