Skip to content

Commit

Permalink
deps: just-diff-apply@5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Aug 10, 2022
1 parent e74f99e commit 9833066
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions node_modules/just-diff-apply/package.json
@@ -1,14 +1,16 @@
{
"name": "just-diff-apply",
"version": "5.3.1",
"version": "5.4.1",
"description": "Apply a diff to an object. Optionally supports jsonPatch protocol",
"main": "index.js",
"module": "index.mjs",
"exports": {
".": {
"require": "./index.js",
"types": "./index.d.ts",
"default": "./index.mjs"
}
},
"./package.json": "./package.json"
},
"types": "index.d.ts",
"scripts": {
Expand All @@ -29,4 +31,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
6 changes: 3 additions & 3 deletions package-lock.json
Expand Up @@ -4421,9 +4421,9 @@
"inBundle": true
},
"node_modules/just-diff-apply": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-5.3.1.tgz",
"integrity": "sha512-dgFenZnMsc1xGNqgdtgnh7DK+Oy352CE3VZLbzcbQpsBs9iI2K3M0IRrdgREZ72eItTjbl0suRyvKRdVQa9GbA==",
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-5.4.1.tgz",
"integrity": "sha512-AAV5Jw7tsniWwih8Ly3fXxEZ06y+6p5TwQMsw0dzZ/wPKilzyDgdAnL0Ug4NNIquPUOh1vfFWEHbmXUqM5+o8g==",
"inBundle": true
},
"node_modules/lcov-parse": {
Expand Down

0 comments on commit 9833066

Please sign in to comment.