Skip to content

Commit

Permalink
Update dependency bson-objectid to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and daniellockyer committed Nov 24, 2022
1 parent a26cbac commit e48072e
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ghost/audience-feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"dependencies": {
"@tryghost/errors": "1.2.18",
"@tryghost/tpl": "0.1.19",
"bson-objectid": "2.0.3"
"bson-objectid": "2.0.4"
}
}
2 changes: 1 addition & 1 deletion ghost/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"bookshelf": "1.2.0",
"bookshelf-relations": "2.5.0",
"brute-knex": "4.0.1",
"bson-objectid": "2.0.3",
"bson-objectid": "2.0.4",
"chalk": "4.1.2",
"cheerio": "0.22.0",
"common-tags": "1.8.2",
Expand Down
2 changes: 1 addition & 1 deletion ghost/email-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"dependencies": {
"@tryghost/errors": "1.2.18",
"@tryghost/tpl": "0.1.19",
"bson-objectid": "2.0.3"
"bson-objectid": "2.0.4"
}
}
2 changes: 1 addition & 1 deletion ghost/link-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"sinon": "14.0.2"
},
"dependencies": {
"bson-objectid": "2.0.3",
"bson-objectid": "2.0.4",
"@tryghost/domain-events": "0.0.0"
}
}
2 changes: 1 addition & 1 deletion ghost/link-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@tryghost/link-redirects": "0.0.0",
"bson-objectid": "2.0.3",
"bson-objectid": "2.0.4",
"@tryghost/errors": "1.2.18",
"@tryghost/tpl": "0.1.19",
"@tryghost/nql": "0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion ghost/members-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@tryghost/tpl": "0.1.19",
"@types/jsonwebtoken": "8.5.9",
"body-parser": "1.20.1",
"bson-objectid": "2.0.3",
"bson-objectid": "2.0.4",
"express": "4.18.2",
"got": "9.6.0",
"jsonwebtoken": "8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion ghost/offers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lib"
],
"devDependencies": {
"bson-objectid": "2.0.3",
"bson-objectid": "2.0.4",
"c8": "7.12.0",
"mocha": "10.1.0",
"should": "13.2.3",
Expand Down
2 changes: 1 addition & 1 deletion ghost/tiers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@tryghost/errors": "1.2.18",
"@tryghost/string": "0.2.1",
"@tryghost/tpl": "0.1.19",
"bson-objectid": "2.0.3"
"bson-objectid": "2.0.4"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8317,10 +8317,10 @@ [email protected]:
dependencies:
node-int64 "^0.4.0"

[email protected].3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/bson-objectid/-/bson-objectid-2.0.3.tgz#d840185172846b2f10c42ce2bcdb4a50956a9db5"
integrity sha512-WYwVtY9yqk179EPMNuF3vcxufdrGLEo2XwqdRVbfLVe9X6jLt7WKZQgP+ObOcprakBGbHxzl76tgTaieqsH29g==
[email protected].4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/bson-objectid/-/bson-objectid-2.0.4.tgz#339211572ef97dc98f2d68eaee7b99b7be59a089"
integrity sha512-vgnKAUzcDoa+AeyYwXCoHyF2q6u/8H46dxu5JN+4/TZeq/Dlinn0K6GvxsCLb3LHUJl0m/TLiEK31kUwtgocMQ==

bthreads@^0.5.1:
version "0.5.1"
Expand Down

0 comments on commit e48072e

Please sign in to comment.