Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ts-invariant to ^0.10.0 #1458

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/openapi-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"stream-chain": "^2.2.5",
"stream-json": "^1.7.4",
"strip-ansi": "^6.0.1",
"ts-invariant": "^0.9.4",
"ts-invariant": "^0.10.0",
"ts-results": "^3.3.0",
"update-notifier": "^6.0.2",
"whatwg-mimetype": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/openapi-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"node-fetch": "^2.6.7",
"openapi-types": "^12.0.2",
"semver": "^7.3.7",
"ts-invariant": "^0.9.3",
"ts-invariant": "^0.10.0",
"upath": "^2.0.1",
"yaml": "^2.2.0",
"yaml-ast-parser": "^0.0.43"
Expand Down
2 changes: 1 addition & 1 deletion projects/openapi-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"lodash.omit": "^4.5.0",
"lodash.sortby": "^4.7.0",
"openapi-types": "^12.0.2",
"ts-invariant": "^0.9.3",
"ts-invariant": "^0.10.0",
"yaml-ast-parser": "^0.0.43"
}
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3741,7 +3741,7 @@ __metadata:
stream-chain: ^2.2.5
stream-json: ^1.7.4
strip-ansi: ^6.0.1
ts-invariant: ^0.9.4
ts-invariant: ^0.10.0
ts-jest: ^29.0.3
ts-node: ^10.8.1
ts-results: ^3.3.0
Expand Down Expand Up @@ -3805,7 +3805,7 @@ __metadata:
openapi-types: ^12.0.2
prettier: ^2.4.1
semver: ^7.3.7
ts-invariant: ^0.9.3
ts-invariant: ^0.10.0
ts-jest: ^29.0.3
ts-node: ^10.3.1
typescript: ^4.4.4
Expand Down Expand Up @@ -3857,7 +3857,7 @@ __metadata:
lodash.sortby: ^4.7.0
openapi-types: ^12.0.2
prettier: ^2.4.1
ts-invariant: ^0.9.3
ts-invariant: ^0.10.0
ts-jest: ^29.0.3
ts-node: ^10.3.1
typescript: ^4.4.4
Expand Down Expand Up @@ -10434,12 +10434,12 @@ __metadata:
languageName: node
linkType: hard

"ts-invariant@npm:^0.9.3, ts-invariant@npm:^0.9.4":
version: 0.9.4
resolution: "ts-invariant@npm:0.9.4"
"ts-invariant@npm:^0.10.0":
version: 0.10.3
resolution: "ts-invariant@npm:0.10.3"
dependencies:
tslib: ^2.1.0
checksum: c9e5726361fa266916966b2070605f8664b6dd1d8b0ef7565dbf056abb6a87be26195985ef62dd97aeb0894cf2f4ad5b7f0d89dadadc197eaa38e99222afa29c
checksum: bb07d56fe4aae69d8860e0301dfdee2d375281159054bc24bf1e49e513fb0835bf7f70a11351344d213a79199c5e695f37ebbf5a447188a377ce0cd81d91ddb5
languageName: node
linkType: hard

Expand Down