82f0552dea
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://github.com/nodejs/node) | volta | patch | [`18.12.0` -> `18.12.1`](https://renovatebot.com/diffs/npm/node/18.12.0/v18.12.1) | --- ### Release Notes <details> <summary>nodejs/node</summary> ### [`v18.12.1`](https://github.com/nodejs/node/releases/tag/v18.12.1) [Compare Source](https://github.com/nodejs/node/compare/v18.12.0...v18.12.1) This is a security release. ##### Notable changes The following CVEs are fixed in this release: - **[CVE-2022-3602](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3602)**: X.509 Email Address 4-byte Buffer Overflow (High) - **[CVE-2022-3786](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3786)**: X.509 Email Address Variable Length Buffer Overflow (High) - **[CVE-2022-43548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43548)**: DNS rebinding in --inspect via invalid octal IP address (Medium) More detailed information on each of the vulnerabilities can be found in [November 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/) blog post. ##### Commits - \[[`39f8a672e3`](https://github.com/nodejs/node/commit/39f8a672e3)] - **deps**: update archs files for quictls/openssl-3.0.7+quic [nodejs/node#​45286](https://github.com/nodejs/node/pull/45286) - \[[`80218127c8`](https://github.com/nodejs/node/commit/80218127c8)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.7+quic [nodejs/node#​45286](https://github.com/nodejs/node/pull/45286) - \[[`165342beac`](https://github.com/nodejs/node/commit/165342beac)] - **inspector**: harden IP address validation again (Tobias Nießen) [nodejs-private/node-private#​354](https://github.com/nodejs-private/node-private/pull/354) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNy4wIn0=--> Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Reviewed-on: #14 Co-authored-by: Renovate Bot <renovate-bot@noreply.git.froth.zone> Co-committed-by: Renovate Bot <renovate-bot@noreply.git.froth.zone>
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"booru": "2.6.3",
|
|
"express": ">=5.0.0-beta.1",
|
|
"helmet": "6.0.0",
|
|
"morgan": "1.10.0"
|
|
},
|
|
"name": "waifurudor.de",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"clean": "tsc -b --clean",
|
|
"lint": "eslint --ext .ts ./src --fix && prettier --write ./src",
|
|
"dev": "nodemon --exec node --loader ts-node/esm src/index.ts",
|
|
"start": "node ./dist/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.froth.zone/sam/waifurudor.de.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/express": "4.17.14",
|
|
"@types/morgan": "1.9.3",
|
|
"@types/node": "18.11.9",
|
|
"@typescript-eslint/eslint-plugin": "5.43.0",
|
|
"@typescript-eslint/parser": "5.43.0",
|
|
"eslint": "8.26.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"nodemon": "2.0.20",
|
|
"prettier": "2.7.1",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"volta": {
|
|
"node": "18.12.1"
|
|
}
|
|
}
|