diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-23 05:11:34 +0000 |
---|---|---|
committer | sudoforge <9c001b67637a@sudoforge.com> | 2024-07-22 22:14:55 -0700 |
commit | 968362e7a4b10165f069f676c763754698ebd2cb (patch) | |
tree | 2f6160762ea6bbede4fdb264e5ff7d3bb32598a0 | |
parent | c3d7463a1e9e7f79a11c8f56a1cc4d8b64fb20a6 (diff) | |
download | git-bug-968362e7a4b10165f069f676c763754698ebd2cb.tar.gz |
build(deps): bump graphql from 16.6.0 to 16.8.1 in /webui
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)
---
updated-dependencies:
- dependency-name: graphql
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | webui/package-lock.json | 14 | ||||
-rw-r--r-- | webui/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/webui/package-lock.json b/webui/package-lock.json index 8effc501..e9be5580 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -20,7 +20,7 @@ "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "clsx": "^1.2.1", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "moment": "^2.29.4", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -11399,9 +11399,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } @@ -31607,9 +31607,9 @@ "dev": true }, "graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" }, "graphql-config": { "version": "4.3.5", diff --git a/webui/package.json b/webui/package.json index 291ef986..37779821 100644 --- a/webui/package.json +++ b/webui/package.json @@ -15,7 +15,7 @@ "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "clsx": "^1.2.1", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "moment": "^2.29.4", "react": "^17.0.2", "react-dom": "^17.0.2", |