Bump files-diff version to ensure HTML escaping works
This commit is contained in:
parent
07cc83ec14
commit
2cb70d908c
|
@ -10663,9 +10663,9 @@
|
|||
"optional": true
|
||||
},
|
||||
"files-diff": {
|
||||
"version": "0.0.5",
|
||||
"resolved": "https://registry.npmjs.org/files-diff/-/files-diff-0.0.5.tgz",
|
||||
"integrity": "sha512-0Z/K2aVj19Dxpvl5F5SkINmmnSamMPwSuWh3U7s35ojQ2DzzTvkHjbeuiUgLX8JgyNsV2nk/XAVDangV+Nls3g==",
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/files-diff/-/files-diff-0.0.6.tgz",
|
||||
"integrity": "sha512-qf03b6nVKD1xqymd00+fFje5ANk71fxGttKu4vq8VcZThCVpipdrXs6oXf4R6e6T4+zPF/3+CmKM3FPCbgFkSg==",
|
||||
"requires": {
|
||||
"diff": "^5.0.0",
|
||||
"escape-html": "^1.0.3",
|
||||
|
@ -17159,7 +17159,7 @@
|
|||
"known-css-properties": "^0.3.0",
|
||||
"lodash.capitalize": "^4.1.0",
|
||||
"lodash.kebabcase": "^4.0.0",
|
||||
"merge": "^1.2.0",
|
||||
"merge": "^2.1.1",
|
||||
"path-is-absolute": "^1.0.0",
|
||||
"util": "^0.10.3"
|
||||
},
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"do-bulma": "git+https://github.com/do-community/do-bulma.git",
|
||||
"do-vue": "git+https://github.com/do-community/do-vue.git",
|
||||
"escape-html": "^1.0.3",
|
||||
"files-diff": "0.0.5",
|
||||
"files-diff": "0.0.6",
|
||||
"json-to-pretty-yaml": "^1.2.2",
|
||||
"memory-tar-create": "0.0.3",
|
||||
"pretty-checkbox-vue": "^1.1.9",
|
||||
|
|
Loading…
Reference in New Issue