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 jiti to v2 #7725

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_include-7725-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/include": patch
---
dependencies updates:
- Updated dependency [`jiti@^2.0.0` ↗︎](https://www.npmjs.com/package/jiti/v/2.0.0) (from `^1.21.6`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/include/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"dotenv": "^16.3.1",
"get-tsconfig": "^4.7.6",
"jiti": "^1.21.6",
"jiti": "^2.0.0",
"sucrase": "^3.35.0"
},
"devDependencies": {
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6162,7 +6162,7 @@ __metadata:
dotenv: "npm:^16.3.1"
get-tsconfig: "npm:^4.7.6"
glob: "npm:^11.0.0"
jiti: "npm:^1.21.6"
jiti: "npm:^2.0.0"
sucrase: "npm:^3.35.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -25762,7 +25762,7 @@ __metadata:
languageName: node
linkType: hard

"jiti@npm:^1.17.1, jiti@npm:^1.18.2, jiti@npm:^1.21.0, jiti@npm:^1.21.6":
"jiti@npm:^1.17.1, jiti@npm:^1.18.2, jiti@npm:^1.21.0":
version: 1.21.6
resolution: "jiti@npm:1.21.6"
bin:
Expand All @@ -25771,6 +25771,15 @@ __metadata:
languageName: node
linkType: hard

"jiti@npm:^2.0.0":
version: 2.0.0
resolution: "jiti@npm:2.0.0"
bin:
jiti: lib/jiti-cli.mjs
checksum: 10c0/ef702464cc6e62983bf671bfc4c3a1746cf909a12830e33aa3cb12f5f4401a308d7fbe7b8607c2b7d5092e022dd9349c64b86ff1828f133d69d3ad732bdced97
languageName: node
linkType: hard

"jose@npm:^4.14.6":
version: 4.15.9
resolution: "jose@npm:4.15.9"
Expand Down
Loading