Skip to content

Commit

Permalink
chore: update @npmcli/template-oss to 4.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Aug 13, 2024
1 parent 627eda0 commit 45261cd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "npm CLI robot"
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.4",
"@npmcli/template-oss": "4.23.1",
"@npmcli/template-oss": "4.23.2",
"tap": "^21.0.0"
},
"author": "GitHub Inc.",
Expand All @@ -40,7 +40,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.1",
"version": "4.23.2",
"content": "./scripts/template-oss"
},
"files": [
Expand Down
14 changes: 9 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@github/prettier-config": "^0.0.6",
"@npmcli/eslint-config": "^4.0.4",
"@npmcli/template-oss": "4.23.1",
"@npmcli/template-oss": "4.23.2",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^15.0.1",
"babel-jest": "^29.7.0",
Expand Down Expand Up @@ -97,7 +97,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.1",
"version": "4.23.2",
"content": "./scripts/template-oss"
}
}

0 comments on commit 45261cd

Please sign in to comment.