Skip to content

Commit

Permalink
replace deepmerge npm-package with @fastify/deepmerge (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Jul 5, 2022
1 parent 02f706a commit 0718aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -2,7 +2,7 @@

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

const merge = require('deepmerge')
const merge = require('@fastify/deepmerge')()
const clone = require('rfdc')({ proto: true })
const fjsCloned = Symbol('fast-json-stringify.cloned')
const { randomUUID } = require('crypto')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,9 +49,9 @@
"webpack": "^5.40.0"
},
"dependencies": {
"@fastify/deepmerge": "^1.0.0",
"ajv": "^8.10.0",
"ajv-formats": "^2.1.1",
"deepmerge": "^4.2.2",
"fast-uri": "^2.1.0",
"rfdc": "^1.2.0"
},
Expand Down

0 comments on commit 0718aba

Please sign in to comment.