Skip to content

Commit 9833066

Browse files
committed
deps: just-diff-apply@5.4.1
1 parent e74f99e commit 9833066

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

node_modules/just-diff-apply/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "just-diff-apply",
3-
"version": "5.3.1",
3+
"version": "5.4.1",
44
"description": "Apply a diff to an object. Optionally supports jsonPatch protocol",
55
"main": "index.js",
66
"module": "index.mjs",
77
"exports": {
88
".": {
99
"require": "./index.js",
10+
"types": "./index.d.ts",
1011
"default": "./index.mjs"
11-
}
12+
},
13+
"./package.json": "./package.json"
1214
},
1315
"types": "index.d.ts",
1416
"scripts": {
@@ -29,4 +31,4 @@
2931
"bugs": {
3032
"url": "https://github.com/angus-c/just/issues"
3133
}
32-
}
34+
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4421,9 +4421,9 @@
44214421
"inBundle": true
44224422
},
44234423
"node_modules/just-diff-apply": {
4424-
"version": "5.3.1",
4425-
"resolved": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-5.3.1.tgz",
4426-
"integrity": "sha512-dgFenZnMsc1xGNqgdtgnh7DK+Oy352CE3VZLbzcbQpsBs9iI2K3M0IRrdgREZ72eItTjbl0suRyvKRdVQa9GbA==",
4424+
"version": "5.4.1",
4425+
"resolved": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-5.4.1.tgz",
4426+
"integrity": "sha512-AAV5Jw7tsniWwih8Ly3fXxEZ06y+6p5TwQMsw0dzZ/wPKilzyDgdAnL0Ug4NNIquPUOh1vfFWEHbmXUqM5+o8g==",
44274427
"inBundle": true
44284428
},
44294429
"node_modules/lcov-parse": {

0 commit comments

Comments
 (0)