chore(deps): bump vditor from 3.5.4 to 3.5.5 #37

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/vditor-3.5.5 into master 2020-10-19 14:41:21 +08:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 23f67e23b2 - Show all commits

10
package-lock.json generated
View File

@@ -4340,8 +4340,8 @@
}, },
"diff-match-patch": { "diff-match-patch": {
"version": "1.0.5", "version": "1.0.5",
"resolved": "https://registry.npm.taobao.org/diff-match-patch/download/diff-match-patch-1.0.5.tgz", "resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz",
"integrity": "sha1-q7WE1fEM0Rlt/FWqA3AVkq4/ezc=" "integrity": "sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw=="
}, },
"diffie-hellman": { "diffie-hellman": {
"version": "5.0.3", "version": "5.0.3",
@@ -12748,9 +12748,9 @@
"dev": true "dev": true
}, },
"vditor": { "vditor": {
"version": "3.5.4", "version": "3.5.5",
"resolved": "https://registry.npm.taobao.org/vditor/download/vditor-3.5.4.tgz", "resolved": "https://registry.npmjs.org/vditor/-/vditor-3.5.5.tgz",
"integrity": "sha1-/7b5nq01vAW0cnUV9vnlpZhxAeg=", "integrity": "sha512-NpBa0c1tK3jnH/E+rWkDO2x/bDx33KIWuThjF70gING58zuluxicGczuVb2KvdLxWoozJ6MaH5DQjj66Jct1QA==",
"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.1", "tslib": "^2.0.1",
"vditor": "^3.5.4", "vditor": "^3.5.5",
"zone.js": "^0.11.1" "zone.js": "^0.11.1"
}, },
"devDependencies": { "devDependencies": {