mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Update dependencies
For semver breaking changes, changelogs were checked. There were no breaking changes that interfere with Bibliogram.
This commit is contained in:
parent
c050f6424a
commit
c7b83f9e75
935
package-lock.json
generated
935
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -16,18 +16,18 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"better-sqlite3": "^7.1.0",
|
"better-sqlite3": "^7.1.2",
|
||||||
"cookie": "^0.4.1",
|
"cookie": "^0.4.1",
|
||||||
"feed": "git+https://git.sr.ht/~cadence/nodejs-feed#3dde82f8296d7a6f5659323e497e0c684f03ab71",
|
"feed": "git+https://git.sr.ht/~cadence/nodejs-feed#3dde82f8296d7a6f5659323e497e0c684f03ab71",
|
||||||
"get-stream": "^5.1.0",
|
"get-stream": "^6.0.0",
|
||||||
"is-in-subnet": "^3.1.0",
|
"is-in-subnet": "^4.0.1",
|
||||||
"mixin-deep": "^2.0.1",
|
"mixin-deep": "^2.0.1",
|
||||||
"node-dir": "^0.1.17",
|
"node-dir": "^0.1.17",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"pinski": "git+https://git.sr.ht/~cadence/nodejs-pinski#ce07b2e32e79def5938f6cff6ddc28e5a290a0de",
|
"pinski": "git+https://git.sr.ht/~cadence/nodejs-pinski#ce07b2e32e79def5938f6cff6ddc28e5a290a0de",
|
||||||
"pug": "^3.0.0",
|
"pug": "^3.0.0",
|
||||||
"semver": "^7.3.2",
|
"semver": "^7.3.4",
|
||||||
"sharp": "^0.25.4",
|
"sharp": "^0.27.1",
|
||||||
"socks-proxy-agent": "git+https://git.sr.ht/~cadence/nodejs-socks-proxy-agent#5eef50a01667bd5c6b5626fb8e206232152dfbee"
|
"socks-proxy-agent": "git+https://git.sr.ht/~cadence/nodejs-socks-proxy-agent#5eef50a01667bd5c6b5626fb8e206232152dfbee"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
@ -35,9 +35,9 @@
|
|||||||
"got": "^10.6.0"
|
"got": "^10.6.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jimp": "^0.14.0",
|
"jimp": "^0.16.1",
|
||||||
"selenium-webdriver": "^4.0.0-alpha.7",
|
"selenium-webdriver": "^4.0.0-beta.1",
|
||||||
"tap": "^14.10.8",
|
"tap": "^14.11.0",
|
||||||
"why-is-node-running": "^2.2.0"
|
"why-is-node-running": "^2.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user