Skip to content

Commit 45261cd

Browse files
committed
chore: update @npmcli/template-oss to 4.23.2
1 parent 627eda0 commit 45261cd

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
git config --global user.email "npm-cli+bot@github.com"
3030
git config --global user.name "npm CLI robot"
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v2
32+
uses: github/codeql-action/init@v3
3333
with:
3434
languages: javascript
3535
- name: Perform CodeQL Analysis
36-
uses: github/codeql-action/analyze@v2
36+
uses: github/codeql-action/analyze@v3

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@npmcli/eslint-config": "^4.0.4",
34-
"@npmcli/template-oss": "4.23.1",
34+
"@npmcli/template-oss": "4.23.2",
3535
"tap": "^21.0.0"
3636
},
3737
"author": "GitHub Inc.",
@@ -40,7 +40,7 @@
4040
},
4141
"templateOSS": {
4242
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
43-
"version": "4.23.1",
43+
"version": "4.23.2",
4444
"content": "./scripts/template-oss"
4545
},
4646
"files": [

package-lock.json

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
6969
"@github/prettier-config": "^0.0.6",
7070
"@npmcli/eslint-config": "^4.0.4",
71-
"@npmcli/template-oss": "4.23.1",
71+
"@npmcli/template-oss": "4.23.2",
7272
"@testing-library/jest-dom": "^6.2.0",
7373
"@testing-library/react": "^15.0.1",
7474
"babel-jest": "^29.7.0",
@@ -97,7 +97,7 @@
9797
},
9898
"templateOSS": {
9999
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
100-
"version": "4.23.1",
100+
"version": "4.23.2",
101101
"content": "./scripts/template-oss"
102102
}
103103
}

0 commit comments

Comments
 (0)