Skip to content

Commit 0718aba

Browse files
authored
replace deepmerge npm-package with @fastify/deepmerge (#483)
1 parent 02f706a commit 0718aba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* eslint no-prototype-builtins: 0 */
44

5-
const merge = require('deepmerge')
5+
const merge = require('@fastify/deepmerge')()
66
const clone = require('rfdc')({ proto: true })
77
const fjsCloned = Symbol('fast-json-stringify.cloned')
88
const { randomUUID } = require('crypto')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"webpack": "^5.40.0"
5050
},
5151
"dependencies": {
52+
"@fastify/deepmerge": "^1.0.0",
5253
"ajv": "^8.10.0",
5354
"ajv-formats": "^2.1.1",
54-
"deepmerge": "^4.2.2",
5555
"fast-uri": "^2.1.0",
5656
"rfdc": "^1.2.0"
5757
},

0 commit comments

Comments
 (0)