mirror of
https://github.com/Cameri/nostream.git
synced 2025-09-17 08:58:33 +02:00
fix: upgrade knex from 2.4.1 to 2.4.2 (#200)
Snyk has created this PR to upgrade knex from 2.4.1 to 2.4.2. See this package in npm: https://www.npmjs.com/package/knex See this project in Snyk: https://app.snyk.io/org/cameri/project/2f0c25a2-d08a-45e1-a6f4-84766cbed88d?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
committed by
GitHub
parent
b7c9b95411
commit
d9856589e5
14
package-lock.json
generated
14
package-lock.json
generated
@@ -20,7 +20,7 @@
|
||||
"helmet": "6.0.1",
|
||||
"joi": "17.7.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"knex": "2.4.1",
|
||||
"knex": "^2.4.2",
|
||||
"pg": "8.8.0",
|
||||
"pg-query-stream": "4.2.4",
|
||||
"ramda": "0.28.0",
|
||||
@@ -6252,9 +6252,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/knex": {
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/knex/-/knex-2.4.1.tgz",
|
||||
"integrity": "sha512-5wylehvnTOE8EdypPFakccA1zgo6Lp+TNultncvBUCUD0PasY+PLVa9qPrTFCioxPSPVha1u9ye2niAVVbLM0Q==",
|
||||
"version": "2.4.2",
|
||||
"resolved": "https://registry.npmjs.org/knex/-/knex-2.4.2.tgz",
|
||||
"integrity": "sha512-tMI1M7a+xwHhPxjbl/H9K1kHX+VncEYcvCx5K00M16bWvpYPKAZd6QrCu68PtHAdIZNQPWZn0GVhqVBEthGWCg==",
|
||||
"dependencies": {
|
||||
"colorette": "2.0.19",
|
||||
"commander": "^9.1.0",
|
||||
@@ -17998,9 +17998,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"knex": {
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/knex/-/knex-2.4.1.tgz",
|
||||
"integrity": "sha512-5wylehvnTOE8EdypPFakccA1zgo6Lp+TNultncvBUCUD0PasY+PLVa9qPrTFCioxPSPVha1u9ye2niAVVbLM0Q==",
|
||||
"version": "2.4.2",
|
||||
"resolved": "https://registry.npmjs.org/knex/-/knex-2.4.2.tgz",
|
||||
"integrity": "sha512-tMI1M7a+xwHhPxjbl/H9K1kHX+VncEYcvCx5K00M16bWvpYPKAZd6QrCu68PtHAdIZNQPWZn0GVhqVBEthGWCg==",
|
||||
"requires": {
|
||||
"colorette": "2.0.19",
|
||||
"commander": "^9.1.0",
|
||||
|
@@ -124,7 +124,7 @@
|
||||
"helmet": "6.0.1",
|
||||
"joi": "17.7.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"knex": "2.4.1",
|
||||
"knex": "2.4.2",
|
||||
"pg": "8.8.0",
|
||||
"pg-query-stream": "4.2.4",
|
||||
"ramda": "0.28.0",
|
||||
|
Reference in New Issue
Block a user