Skip to content

Commit 138eec8

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency jsondiffpatch to ^0.4.0
1 parent 3480f79 commit 138eec8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"glob": "^7.1.3",
2929
"ignore": "^5.0.5",
3030
"json-to-ast": "^2.1.0",
31-
"jsondiffpatch": "^0.3.11",
31+
"jsondiffpatch": "^0.4.0",
3232
"lodash": "^4.17.11",
3333
"parse5": "^5.1.0",
3434
"vue-eslint-parser": "^6.0.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5447,10 +5447,10 @@ json5@^2.1.0:
54475447
dependencies:
54485448
minimist "^1.2.0"
54495449

5450-
jsondiffpatch@^0.3.11:
5451-
version "0.3.11"
5452-
resolved "https://registry.yarnpkg.com/jsondiffpatch/-/jsondiffpatch-0.3.11.tgz#43f9443a0d081b5f79d413fe20f302079e493201"
5453-
integrity sha512-Xi3Iygdt/BGhml6bdUFhgDki1TgOsp3hG3iiH3KtzP+CahtGcdPfKRLlnZbSw+3b1umZkhmKrqXUgUcKenyhtA==
5450+
jsondiffpatch@^0.4.0:
5451+
version "0.4.1"
5452+
resolved "https://registry.yarnpkg.com/jsondiffpatch/-/jsondiffpatch-0.4.1.tgz#9fb085036767f03534ebd46dcd841df6070c5773"
5453+
integrity sha512-t0etAxTUk1w5MYdNOkZBZ8rvYYN5iL+2dHCCx/DpkFm/bW28M6y5nUS83D4XdZiHy35Fpaw6LBb+F88fHZnVCw==
54545454
dependencies:
54555455
chalk "^2.3.0"
54565456
diff-match-patch "^1.0.0"

0 commit comments

Comments
 (0)