Skip to content

Commit 158468c

Browse files
chore(deps): bump objection from 3.1.4 to 3.1.5 (#1171)
Bumps [objection](https://github.com/vincit/objection.js) from 3.1.4 to 3.1.5. - [Commits](Vincit/objection.js@3.1.4...3.1.5) --- updated-dependencies: - dependency-name: objection dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ba8f9a commit 158468c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"node-fetch": "2.7.0",
160160
"node-geocoder": "^4.2.0",
161161
"nodes2ts": "3.0.0",
162-
"objection": "3.1.4",
162+
"objection": "3.1.5",
163163
"ohbem": "1.5.3",
164164
"passport": "^0.6.0",
165165
"passport-discord": "https://github.com/tonestrike/passport-discord.git",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"geojson": "0.5.0",
2525
"knex": "3.1.0",
2626
"loglevel": "^1.8.1",
27-
"objection": "3.1.4",
27+
"objection": "3.1.5",
2828
"passport-discord": "https://github.com/tonestrike/passport-discord.git",
2929
"passport-oauth2": "^1.7.0"
3030
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,7 @@ ajv@^6.12.4:
26412641
json-schema-traverse "^0.4.1"
26422642
uri-js "^4.2.2"
26432643

2644-
ajv@^8.0.0, ajv@^8.11.0, ajv@^8.12.0:
2644+
ajv@^8.0.0, ajv@^8.11.0, ajv@^8.17.1:
26452645
version "8.17.1"
26462646
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
26472647
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
@@ -7538,12 +7538,12 @@ object.values@^1.1.6, object.values@^1.2.1:
75387538
define-properties "^1.2.1"
75397539
es-object-atoms "^1.0.0"
75407540

7541-
7542-
version "3.1.4"
7543-
resolved "https://registry.yarnpkg.com/objection/-/objection-3.1.4.tgz#0dfe58c42e9c09f5d092d0e69677cf806fd8fd31"
7544-
integrity sha512-BI1YQ18JicfoODgCdKxmw4W8f24/e9hCEQpOTux0xmyd8hOidOzDd1WopOMxqxo7FA+Jfw8XTfZIUaqDnS7r0g==
7541+
7542+
version "3.1.5"
7543+
resolved "https://registry.yarnpkg.com/objection/-/objection-3.1.5.tgz#53c32f6b6cba2958bc28cf723de96c2676da8286"
7544+
integrity sha512-Hx/ipAwXSuRBbOMWFKtRsAN0yITafqXtWB4OT4Z9wED7ty1h7bOnBdhLtcNus23GwLJqcMsRWdodL2p5GwlnfQ==
75457545
dependencies:
7546-
ajv "^8.12.0"
7546+
ajv "^8.17.1"
75477547
ajv-formats "^2.1.1"
75487548
db-errors "^0.2.3"
75497549

0 commit comments

Comments
 (0)