build(deps): bump codemirror from 5.59.4 to 5.60.0 in /web (#650)

This commit is contained in:
dependabot[bot] 2021-03-22 08:28:52 +01:00 committed by GitHub
parent 50f946e4a7
commit e2c0fa8d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View File

@ -1001,9 +1001,9 @@
}
},
"codemirror": {
"version": "5.59.4",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.59.4.tgz",
"integrity": "sha512-achw5JBgx8QPcACDDn+EUUXmCYzx/zxEtOGXyjvLEvYY8GleUrnfm5D+Zb+UjShHggXKDT9AXrbkBZX6a0YSQg=="
"version": "5.60.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.60.0.tgz",
"integrity": "sha512-AEL7LhFOlxPlCL8IdTcJDblJm8yrAGib7I+DErJPdZd4l6imx8IMgKK3RblVgBQqz3TZJR4oknQ03bz+uNjBYA=="
},
"collection-visit": {
"version": "1.0.0",

View File

@ -20,7 +20,7 @@
"authentik-api": "file:api",
"base64-js": "^1.5.1",
"chart.js": "^2.9.4",
"codemirror": "^5.59.4",
"codemirror": "^5.60.0",
"construct-style-sheets-polyfill": "^2.4.16",
"flowchart.js": "^1.15.0",
"lit-element": "^2.4.0",