Skip to content

Commit

Permalink
fix: bumps graphql version
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 authored Dec 14, 2023
1 parent 94209d8 commit 5ece6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { Logger } from "winston";
import { createLogger as createWinstonLogger, format, transports } from "winston";
import type { ConfigModel } from "../models/stores/config-model";

export const GRAPHQL_CLIENT_VERSION = "8.25.1";
export const GRAPHQL_CLIENT_VERSION = "8.27.0";

function getEmojiForLevel(level: string) {
switch (colors.stripColors(level)) {
Expand Down

0 comments on commit 5ece6b0

Please sign in to comment.