fix: packages'

master
Guillermo Pages 3 months ago
parent 5626324cae
commit 780876f750

40
package-lock.json generated

@ -12,9 +12,9 @@
"@types/express-serve-static-core": "^5.0.7",
"@types/node-fetch": "^2.6.13",
"cookie-parser": "^1.4.7",
"di-why": "^0.20.0",
"di-why": "^0.20.1",
"express": "^4.21.2",
"express-knifey": "^1.1.0",
"express-knifey": "^1.1.2",
"ioredis": "^5.7.0",
"jose": "^6.1.0",
"node-fetch": "^3.3.2",
@ -2451,9 +2451,9 @@
}
},
"node_modules/di-why": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/di-why/-/di-why-0.20.0.tgz",
"integrity": "sha512-rwX3nU/Q2/JgJA3EuJqCS3D6L/PU4UMB2ycnGJuKRO5CFfnJbeAieTlVw7HnUj97QeSfiuvi8FuKdDLrIqEYMg==",
"version": "0.20.1",
"resolved": "https://registry.npmjs.org/di-why/-/di-why-0.20.1.tgz",
"integrity": "sha512-XGprqzyl2/PlAii+KzSjjnFd/6jy02t8+J5KHCJpDgn3t5Sddu+hUV3PFpFUiEePGUamIcKYZurDnkDCCsVnEQ==",
"license": "MIT"
},
"node_modules/dotenv": {
@ -2735,9 +2735,9 @@
}
},
"node_modules/express-knifey": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/express-knifey/-/express-knifey-1.1.0.tgz",
"integrity": "sha512-xHZw+CVt5Ft+pUtf7keqZV+/hCucYU+shLxVM/6jvxks732glA7v0NlvV5sqRjKnvcFNH9yYLZbhwxAuEIwThQ==",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/express-knifey/-/express-knifey-1.1.2.tgz",
"integrity": "sha512-3MJyBAktnBDyM88uNtAPH67Ri3w9GSoWlUROWAfxcpXOMtodSzqM0B2DNSy8N0KjYIo1NWvh5NqoAi9fCoup4Q==",
"license": "MIT",
"optionalDependencies": {
"body-parser": ">=2.2.0",
@ -2746,10 +2746,10 @@
"express-rate-limit": ">=8.1.0"
},
"peerDependencies": {
"di-why": ">=0.20.0",
"di-why": ">=0.20.1",
"dotenv": ">=16.0.0",
"express": ">=4.0.0",
"saylo": ">=0.5.0",
"saylo": ">=0.6.3",
"swiss-army-knifey": ">=1.30.0"
},
"peerDependenciesMeta": {
@ -5116,9 +5116,9 @@
"license": "MIT"
},
"node_modules/saylo": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/saylo/-/saylo-0.6.2.tgz",
"integrity": "sha512-V0sadlkpbfOhvE5y+VKul+xu5IqbWfaAqkLv/nvPHSip8ALjw7AnBXC5gG1+ne0p8x7nRnnigUneZGEzDd7XHQ==",
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/saylo/-/saylo-0.6.3.tgz",
"integrity": "sha512-MNNHLGrVo5nSVb+3jGacf70+OMYcPjEB+xilwQAEZzHF2vCcWw6p0Os6URabGM07L4HQ2Yl/0/1kEoqO8TNKcQ==",
"license": "MIT",
"peer": true
},
@ -5370,6 +5370,13 @@
"saylo": "0.6.2"
}
},
"node_modules/star-events/node_modules/saylo": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/saylo/-/saylo-0.6.2.tgz",
"integrity": "sha512-V0sadlkpbfOhvE5y+VKul+xu5IqbWfaAqkLv/nvPHSip8ALjw7AnBXC5gG1+ne0p8x7nRnnigUneZGEzDd7XHQ==",
"license": "MIT",
"peer": true
},
"node_modules/statuses": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
@ -5595,6 +5602,13 @@
"url": "https://dotenvx.com"
}
},
"node_modules/swiss-army-knifey/node_modules/saylo": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/saylo/-/saylo-0.6.2.tgz",
"integrity": "sha512-V0sadlkpbfOhvE5y+VKul+xu5IqbWfaAqkLv/nvPHSip8ALjw7AnBXC5gG1+ne0p8x7nRnnigUneZGEzDd7XHQ==",
"license": "MIT",
"peer": true
},
"node_modules/synckit": {
"version": "0.11.11",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.11.tgz",

@ -23,9 +23,9 @@
"@types/express-serve-static-core": "^5.0.7",
"@types/node-fetch": "^2.6.13",
"cookie-parser": "^1.4.7",
"di-why": "^0.20.0",
"di-why": "^0.20.1",
"express": "^4.21.2",
"express-knifey": "^1.1.0",
"express-knifey": "^1.1.2",
"ioredis": "^5.7.0",
"jose": "^6.1.0",
"node-fetch": "^3.3.2",

Loading…
Cancel
Save