branch: elpa/graphql-mode
commit d7f105a4bfcffa54bdc6a6f3d6eb740c561355c2
Merge: ef757c6ce2 3e029ea2a6
Author: David Vázquez Púa <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #72 from davazp/dependabot/npm_and_yarn/test/qs-6.14.2
Bump qs from 6.14.1 to 6.14.2 in /test
---
test/package-lock.json | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/test/package-lock.json b/test/package-lock.json
index 73e585740a..311a48ba1e 100644
--- a/test/package-lock.json
+++ b/test/package-lock.json
@@ -522,7 +522,6 @@
"resolved": "https://registry.npmjs.org/graphql/-/graphql-0.9.6.tgz",
"integrity": "sha1-UUQh6dIlwp38j9MFRZq65YgV7yw=",
"deprecated": "No longer supported; please update to a newer version.
Details: https://github.com/graphql/graphql-js#version-support",
- "peer": true,
"dependencies": {
"iterall": "^1.0.0"
}
@@ -720,9 +719,9 @@
}
},
"node_modules/qs": {
- "version": "6.14.1",
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
- "integrity":
"sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
+ "version": "6.14.2",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz",
+ "integrity":
"sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
"license": "BSD-3-Clause",
"dependencies": {
"side-channel": "^1.1.0"