Merge pull request #48 from xiaohai2271/dependabot/npm_and_yarn/vditor-3.6.0

This commit is contained in:
dependabot[bot]
2020-11-02 07:04:00 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12762,9 +12762,9 @@
"dev": true "dev": true
}, },
"vditor": { "vditor": {
"version": "3.5.5", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-3.5.5.tgz", "resolved": "https://registry.npmjs.org/vditor/-/vditor-3.6.0.tgz",
"integrity": "sha512-NpBa0c1tK3jnH/E+rWkDO2x/bDx33KIWuThjF70gING58zuluxicGczuVb2KvdLxWoozJ6MaH5DQjj66Jct1QA==", "integrity": "sha512-RzcHGntGEzpNcnRczhrWVYq9lZLEfiOGu3vX0wQQqFZUMHC3bjZIWSJJtHCUgrKdaHXheEhUH2vWLoJA3Ino6A==",
"requires": { "requires": {
"diff-match-patch": "^1.0.5" "diff-match-patch": "^1.0.5"
} }

View File

@@ -25,7 +25,7 @@
"ng-zorro-antd": "^9.3.0", "ng-zorro-antd": "^9.3.0",
"rxjs": "^6.6.3", "rxjs": "^6.6.3",
"tslib": "^2.0.3", "tslib": "^2.0.3",
"vditor": "^3.5.5", "vditor": "^3.6.0",
"zone.js": "^0.11.2" "zone.js": "^0.11.2"
}, },
"devDependencies": { "devDependencies": {