Skip to content

Commit

Permalink
deps: just-diff@5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Aug 10, 2022
1 parent 7b702b6 commit e74f99e
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/package.json
@@ -1,14 +1,16 @@
{
"name": "just-diff",
"version": "5.0.3",
"version": "5.1.1",
"description": "Return an object representing the diffs between two objects. 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 @@ -28,4 +30,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
6 changes: 3 additions & 3 deletions package-lock.json
Expand Up @@ -4415,9 +4415,9 @@
}
},
"node_modules/just-diff": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/just-diff/-/just-diff-5.0.3.tgz",
"integrity": "sha512-a8p80xcpJ6sdurk5PxDKb4mav9MeKjA3zFKZpCWBIfvg8mznfnmb13MKZvlrwJ+Lhis0wM3uGAzE0ArhFHvIcg==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/just-diff/-/just-diff-5.1.1.tgz",
"integrity": "sha512-u8HXJ3HlNrTzY7zrYYKjNEfBlyjqhdBkoyTVdjtn7p02RJD5NvR8rIClzeGA7t+UYP1/7eAkWNLU0+P3QrEqKQ==",
"inBundle": true
},
"node_modules/just-diff-apply": {
Expand Down

0 comments on commit e74f99e

Please sign in to comment.