diff --git a/docs/sops/incident-flow.md b/docs/sops/incident-flow.md index 6560da1..60fd599 100644 --- a/docs/sops/incident-flow.md +++ b/docs/sops/incident-flow.md @@ -9,7 +9,6 @@ Procedure for what to do if there's an incident with the Release Worker. 2. If the incident affects traffic towards the Release Worker, update the Node.js status page (https://status.nodejs.org). If it is a ongoing security incident that we cannot disclose publicly yet, do not includes the details of the incident in the status page. - - Optional, but preferably updates will be echoed on social media. - For any prolonged incidents, please consider pinning an issue tracking the incident so as to avoid spam. diff --git a/package-lock.json b/package-lock.json index 560773e..26ec49c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "globals": "^16.3.0", "html-minifier-terser": "^7.2.0", "nodejs-latest-linker": "^1.8.0", - "prettier": "^3.5.3", + "prettier": "^3.6.2", "tsx": "^4.20.3", "typescript": "^5.8.3", "wrangler": "^4.25.0" @@ -4796,9 +4796,9 @@ } }, "node_modules/prettier": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", - "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", + "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 66c876f..5d9b8e7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "globals": "^16.3.0", "html-minifier-terser": "^7.2.0", "nodejs-latest-linker": "^1.8.0", - "prettier": "^3.5.3", + "prettier": "^3.6.2", "tsx": "^4.20.3", "typescript": "^5.8.3", "wrangler": "^4.25.0"