diff --git a/.github/actions/create-check/action.yml b/.github/actions/create-check/action.yml index aa24a5b0f..d1220c90c 100644 --- a/.github/actions/create-check/action.yml +++ b/.github/actions/create-check/action.yml @@ -25,7 +25,7 @@ runs: with: result-encoding: string script: | - const { repo: { owner, repo}, runId, serverUrl } = context + const { repo: { owner, repo}, runId, serverUrl } = context const { JOB_NAME, SHA } = process.env const job = await github.rest.actions.listJobsForWorkflowRun({ diff --git a/.github/actions/install-latest-npm/action.yml b/.github/actions/install-latest-npm/action.yml index 8339dbf03..580603dd4 100644 --- a/.github/actions/install-latest-npm/action.yml +++ b/.github/actions/install-latest-npm/action.yml @@ -44,7 +44,7 @@ runs: MATCH=$SPEC echo "Found compatible version: npm@$MATCH" break - fi + fi done if [ -z $MATCH ]; then diff --git a/SECURITY.md b/SECURITY.md index 9cd2deaf4..4fe06a2a3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ GitHub takes the security of our software products and services seriously, including the open source code repositories managed through our GitHub organizations, such as [GitHub](https://github.com/GitHub). -If you believe you have found a security vulnerability in this GitHub-owned open source repository, you can report it to us in one of two ways. +If you believe you have found a security vulnerability in this GitHub-owned open source repository, you can report it to us in one of two ways. If the vulnerability you have found is *not* [in scope for the GitHub Bug Bounty Program](https://bounty.github.com/#scope) or if you do not wish to be considered for a bounty reward, please report the issue to us directly through [opensource-security@github.com](mailto:opensource-security@github.com). diff --git a/package-lock.json b/package-lock.json index 8780c0687..e457dcace 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ], "devDependencies": { "@npmcli/eslint-config": "^4.0.4", - "@npmcli/template-oss": "4.23.0", + "@npmcli/template-oss": "4.23.1", "tap": "^16.3.0" }, "engines": { @@ -2102,9 +2102,9 @@ } }, "node_modules/@npmcli/template-oss": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.23.0.tgz", - "integrity": "sha512-hv+Z17S2BEbEIRsnZt+eC14GtyBV1kV2NoCRHpibnFkaX7PPRtrgVyZImd6XQYyQjeRPoYRdW0rCg/YzO1h54g==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.23.1.tgz", + "integrity": "sha512-9IoziGswJTKz8mi7wNQxXRSXXSC/17WzsOsNzkOrzkM0qkq/wwZg5M6JKgOU3IUImcUdXywWNeqfG9VQ1o52Yg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -13357,7 +13357,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^4.0.4", - "@npmcli/template-oss": "4.23.0", + "@npmcli/template-oss": "4.23.1", "tap": "^16.3.0" }, "engines": { @@ -13385,7 +13385,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^4.0.4", - "@npmcli/template-oss": "4.23.0", + "@npmcli/template-oss": "4.23.1", "eslint-import-resolver-typescript": "^3.6.1", "tap": "^16.3.0" }, diff --git a/package.json b/package.json index 6a5880d3e..5ba06e615 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ ], "devDependencies": { "@npmcli/eslint-config": "^4.0.4", - "@npmcli/template-oss": "4.23.0", + "@npmcli/template-oss": "4.23.1", "tap": "^16.3.0" }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.23.0", + "version": "4.23.1", "content": "./scripts/template-oss" }, "tap": { diff --git a/workspaces/data/package.json b/workspaces/data/package.json index 7fa4d319f..c332056fc 100644 --- a/workspaces/data/package.json +++ b/workspaces/data/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^4.0.4", - "@npmcli/template-oss": "4.23.0", + "@npmcli/template-oss": "4.23.1", "tap": "^16.3.0" }, "files": [ @@ -59,7 +59,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.23.0", + "version": "4.23.1", "content": "../../scripts/template-oss" }, "tap": { diff --git a/workspaces/www/package.json b/workspaces/www/package.json index 7a2453d14..6423fd727 100644 --- a/workspaces/www/package.json +++ b/workspaces/www/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/npm/statusboard#readme", "devDependencies": { "@npmcli/eslint-config": "^4.0.4", - "@npmcli/template-oss": "4.23.0", + "@npmcli/template-oss": "4.23.1", "eslint-import-resolver-typescript": "^3.6.1", "tap": "^16.3.0" }, @@ -43,7 +43,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.23.0", + "version": "4.23.1", "content": "../../scripts/template-oss" }, "dependencies": {