Skip to content

Commit

Permalink
[ui] Bump graphql dep (#16695)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Resolves https://github.com/dagster-io/dagster/security/dependabot/324.

## How I Tested These Changes

Buildkite
  • Loading branch information
hellendag authored Sep 21, 2023
1 parent c402db0 commit a5daa5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion js_modules/dagster-ui/packages/app-oss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rive-app/react-canvas": "^3.0.34",
"@types/styled-components": "^5.1.26",
"eslint-config-next": "^13.4.12",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"next": "^13.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion js_modules/dagster-ui/packages/ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dayjs": "^1.11.7",
"deepmerge": "^4.2.2",
"fuse.js": "^6.4.2",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"highlight.js": "11.6.0",
"lodash": "^4.17.15",
"lru-cache": "^6.0.0",
Expand Down
12 changes: 6 additions & 6 deletions js_modules/dagster-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@ __metadata:
eslint-plugin-jest: ^26.4.6
eslint-plugin-prettier: ^5.0.0
eslint-webpack-plugin: 3.1.1
graphql: ^16.6.0
graphql: ^16.8.1
next: ^13.4.12
prettier: ^3.0.3
react: ^18.2.0
Expand Down Expand Up @@ -2570,7 +2570,7 @@ __metadata:
eslint-plugin-storybook: ^0.6.13
faker: 5.5.3
fuse.js: ^6.4.2
graphql: ^16.6.0
graphql: ^16.8.1
graphql-codegen-typescript-mock-data: ^3.3.0
graphql-config: ^4.5.0
graphql-tag: ^2.10.1
Expand Down Expand Up @@ -15470,10 +15470,10 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:*, graphql@npm:^16.6.0":
version: 16.7.1
resolution: "graphql@npm:16.7.1"
checksum: c924d8428daf0e96a5ea43e9bc3cd1b6802899907d284478ac8f705c8fd233a0a51eef915f7569fb5de8acb2e85b802ccc6c85c2b157ad805c1e9adba5a299bd
"graphql@npm:*, graphql@npm:^16.8.1":
version: 16.8.1
resolution: "graphql@npm:16.8.1"
checksum: 8d304b7b6f708c8c5cc164b06e92467dfe36aff6d4f2cf31dd19c4c2905a0e7b89edac4b7e225871131fd24e21460836b369de0c06532644d15b461d55b1ccc0
languageName: node
linkType: hard

Expand Down

1 comment on commit a5daa5a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-ksezptlsv-elementl.vercel.app

Built with commit a5daa5a.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.