Merge pull request #12 from JuLi0n21/dependabot/npm_and_yarn/multi-a07fd7252a

Bump qs and express
This commit is contained in:
JuLi0n21
2026-03-30 17:23:26 +02:00
committed by GitHub
2 changed files with 17 additions and 2 deletions

17
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"axios": "^1.8.2",
"dotenv": "^16.3.1",
"express": "^4.21.2"
"express": "^4.22.1"
}
},
"node_modules/accepts": {
@@ -344,6 +344,21 @@
"url": "https://opencollective.com/express"
}
},
"node_modules/express/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",
"dependencies": {
"side-channel": "^1.1.0"
},
"engines": {
"node": ">=0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/finalhandler": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz",

View File

@@ -12,6 +12,6 @@
"dependencies": {
"axios": "^1.8.2",
"dotenv": "^16.3.1",
"express": "^4.21.2"
"express": "^4.22.1"
}
}