Update dependency bson-objectid to v2.0.4

This commit is contained in:
renovate[bot] 2022-11-23 10:37:03 +00:00 committed by Daniel Lockyer
parent a26cbacfd6
commit e48072e471
9 changed files with 12 additions and 12 deletions

View File

@ -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"
}
}

View File

@ -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",

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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"
}
}

View File

@ -8317,10 +8317,10 @@ bser@2.1.1:
dependencies:
node-int64 "^0.4.0"
bson-objectid@2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/bson-objectid/-/bson-objectid-2.0.3.tgz#d840185172846b2f10c42ce2bcdb4a50956a9db5"
integrity sha512-WYwVtY9yqk179EPMNuF3vcxufdrGLEo2XwqdRVbfLVe9X6jLt7WKZQgP+ObOcprakBGbHxzl76tgTaieqsH29g==
bson-objectid@2.0.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"