Skip to content

Commit ccd6182

Browse files
fix(deps): update dependency ts-log to v3 (#10686)
* fix(deps): update dependency ts-log to v3 * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02b50ff commit ccd6182

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-codegen/cli": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`ts-log@^3.0.0` ↗︎](https://www.npmjs.com/package/ts-log/v/3.0.0) (from `^2.2.3`, in `dependencies`)

packages/graphql-codegen-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"micromatch": "^4.0.5",
105105
"shell-quote": "^1.7.3",
106106
"string-env-interpolation": "^1.0.1",
107-
"ts-log": "^2.2.3",
107+
"ts-log": "^3.0.0",
108108
"tslib": "^2.4.0",
109109
"yaml": "^2.3.1",
110110
"yargs": "^17.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15124,10 +15124,10 @@ ts-invariant@^0.10.3:
1512415124
dependencies:
1512515125
tslib "^2.1.0"
1512615126

15127-
ts-log@^2.2.3:
15128-
version "2.2.7"
15129-
resolved "https://registry.yarnpkg.com/ts-log/-/ts-log-2.2.7.tgz#4f4512144898b77c9984e91587076fcb8518688e"
15130-
integrity sha512-320x5Ggei84AxzlXp91QkIGSw5wgaLT6GeAH0KsqDmRZdVWW2OiSeVvElVoatk3f7nicwXlElXsoFkARiGE2yg==
15127+
ts-log@^3.0.0:
15128+
version "3.0.0"
15129+
resolved "https://registry.yarnpkg.com/ts-log/-/ts-log-3.0.0.tgz#74a84ca54ebeea02d6a6d052d21a8c47889c119a"
15130+
integrity sha512-dOh2B+XwtPsIt+bOy0krUiGGO9fbqUCrR4nkNNir/EObVmEJYd4q6KkfF2Ni8/QG1Lji3JwX8TrTa7LHftPWsA==
1513115131

1513215132
[email protected], ts-node@^10.9.1:
1513315133
version "10.9.2"

0 commit comments

Comments
 (0)