From 2796187bae2794dbb15eaf7413305d2795914542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:06:47 +0000 Subject: [PATCH] Bump graphql from 16.8.2 to 16.9.0 in /app/assets Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.2 to 16.9.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.2...v16.9.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/assets/package-lock.json | 8 ++++---- app/assets/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/package-lock.json b/app/assets/package-lock.json index 4c42aa41d..bb131dee6 100644 --- a/app/assets/package-lock.json +++ b/app/assets/package-lock.json @@ -33,7 +33,7 @@ "esbuild-plugin-svgr": "^2.1.0", "faker": "^5.5.3", "file-saver": "^2.0.5", - "graphql": "^16.8.2", + "graphql": "^16.9.0", "graphql-tag": "^2.12.6", "hls.js": "^1.5.11", "inflection": "^3.0.0", @@ -12783,9 +12783,9 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/graphql": { - "version": "16.8.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", - "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/app/assets/package.json b/app/assets/package.json index e4ea4d610..7278fab0d 100644 --- a/app/assets/package.json +++ b/app/assets/package.json @@ -43,7 +43,7 @@ "esbuild-plugin-svgr": "^2.1.0", "faker": "^5.5.3", "file-saver": "^2.0.5", - "graphql": "^16.8.2", + "graphql": "^16.9.0", "graphql-tag": "^2.12.6", "hls.js": "^1.5.11", "inflection": "^3.0.0",