From 1a2ba5c6658bbf7b040564311af5d33e31057819 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Aug 2024 09:10:56 +0000 Subject: [PATCH] fix: upgrade graphql from 16.8.1 to 16.9.0 Snyk has created this PR to upgrade graphql from 16.8.1 to 16.9.0. See this package in npm: graphql See this project in Snyk: https://app.snyk.io/org/shoutz0r-shared/project/71a76727-a61b-4cc8-aecd-bfff7773f421?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a97808..4cb716e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "relock-npm-lock-v2-88E0oj", + "name": "relock-npm-lock-v2-vRBBJL", "lockfileVersion": 3, "requires": true, "packages": { @@ -18,7 +18,7 @@ "bootstrap-icons-vue": "^1.11.1", "cross-env": "^7.0.3", "dashjs": "^4.7.2", - "graphql": "^16.8.1", + "graphql": "^16.9.0", "graphql-tag": "^2.12.6", "icecast-metadata-player": "^1.17.1", "jquery": "^3.7.1", @@ -3054,9 +3054,10 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/package.json b/package.json index 64d7df8..1c48c0f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "bootstrap-icons-vue": "^1.11.1", "cross-env": "^7.0.3", "dashjs": "^4.7.2", - "graphql": "^16.8.1", + "graphql": "^16.9.0", "graphql-tag": "^2.12.6", "icecast-metadata-player": "^1.17.1", "jquery": "^3.7.1",