diff --git a/package-lock.json b/package-lock.json index 5fd65d312c..4c659e497a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "leaflet-defaulticon-compatibility": "^0.1.2", "path-posix": "^1.0.0", "pinia": "^2.3.1", - "qs": "^6.14.2", + "qs": "^6.15.0", "url-parse": "^1.5.10", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", @@ -2197,6 +2197,22 @@ "node": ">= 6" } }, + "node_modules/@cypress/request/node_modules/qs": { + "version": "6.14.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", + "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", + "dev": true, + "peer": true, + "dependencies": { + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/@cypress/xvfb": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", @@ -15907,10 +15923,9 @@ } }, "node_modules/qs": { - "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", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz", + "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==", "dependencies": { "side-channel": "^1.1.0" }, diff --git a/package.json b/package.json index baaec8643c..c13a5f4e0c 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "leaflet-defaulticon-compatibility": "^0.1.2", "path-posix": "^1.0.0", "pinia": "^2.3.1", - "qs": "^6.14.2", + "qs": "^6.15.0", "url-parse": "^1.5.10", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1",