Skip to content

Commit 4a45709

Browse files
Merge pull request nestjs#9233 from nestjs/dependabot/npm_and_yarn/object-hash-3.0.0
chore(deps): bump object-hash from 2.2.0 to 3.0.0
2 parents 789cb3a + 55b7310 commit 4a45709

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"fast-safe-stringify": "2.1.1",
6060
"graphql-subscriptions": "2.0.0",
6161
"iterare": "1.2.1",
62-
"object-hash": "2.2.0",
62+
"object-hash": "3.0.0",
6363
"path-to-regexp": "3.2.0",
6464
"reflect-metadata": "0.1.13",
6565
"rxjs": "7.5.4",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@nuxtjs/opencollective": "0.3.2",
3131
"fast-safe-stringify": "2.1.1",
3232
"iterare": "1.2.1",
33-
"object-hash": "2.2.0",
33+
"object-hash": "3.0.0",
3434
"path-to-regexp": "3.2.0",
3535
"tslib": "2.3.1",
3636
"uuid": "8.3.2"

packages/websockets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"iterare": "1.2.1",
16-
"object-hash": "2.2.0",
16+
"object-hash": "3.0.0",
1717
"tslib": "2.3.1"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)