chore: update @npmcli/template-oss to 4.23.2
Gar committed
Aug 13, 2024 at 11:13 UTC
45261cd581b22b583da69ccf0d2c90f4fe67218e
4 files changed
+15
-11
.github/workflows/codeql-analysis.yml
+2
-2
@@ -29,8 +29,8 @@ jobs:
29
git config --global user.email "npm-cli+bot@github.com"
30
git config --global user.name "npm CLI robot"
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@v2
32
+ uses: github/codeql-action/init@v3
33
with:
34
languages: javascript
35
- name: Perform CodeQL Analysis
36
- uses: github/codeql-action/analyze@v2
36
+ uses: github/codeql-action/analyze@v3
cli/package.json
+2
-2
@@ -31,7 +31,7 @@
31
},
32
"devDependencies": {
33
"@npmcli/eslint-config": "^4.0.4",
34
- "@npmcli/template-oss": "4.23.1",
34
+ "@npmcli/template-oss": "4.23.2",
35
"tap": "^21.0.0"
36
},
37
"author": "GitHub Inc.",
@@ -40,7 +40,7 @@
40
},
41
"templateOSS": {
42
"//@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",
44
"content": "./scripts/template-oss"
45
},
46
"files": [
package-lock.json
+9
-5
@@ -49,7 +49,7 @@
49
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
50
"@github/prettier-config": "^0.0.6",
51
"@npmcli/eslint-config": "^4.0.4",
52
- "@npmcli/template-oss": "4.23.1",
52
+ "@npmcli/template-oss": "4.23.2",
53
"@testing-library/jest-dom": "^6.2.0",
54
"@testing-library/react": "^15.0.1",
55
"babel-jest": "^29.7.0",
@@ -91,7 +91,7 @@
91
},
92
"devDependencies": {
93
"@npmcli/eslint-config": "^4.0.4",
94
- "@npmcli/template-oss": "4.23.1",
94
+ "@npmcli/template-oss": "4.23.2",
95
"tap": "^21.0.0"
96
},
97
"engines": {
@@ -5537,11 +5537,15 @@
5537
}
5538
},
5539
"node_modules/@npmcli/template-oss": {
5540
- "version": "4.23.1",
5541
- "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.23.1.tgz",
5542
- "integrity": "sha512-9IoziGswJTKz8mi7wNQxXRSXXSC/17WzsOsNzkOrzkM0qkq/wwZg5M6JKgOU3IUImcUdXywWNeqfG9VQ1o52Yg==",
5540
+ "version": "4.23.2",
5541
+ "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.23.2.tgz",
5542
+ "integrity": "sha512-QCH904Ndci1JfeAAFEaayCWyzzTPDLGzj7cWWV41BJQrh1yWYA8H2n+OJ7I1YpzSSnfbGQw5/ZQ1pkL35bUWtA==",
5543
"dev": true,
5544
"hasInstallScript": true,
5545
+ "license": "ISC",
5546
+ "workspaces": [
5547
+ "workspace/test-workspace"
5548
+ ],
5549
"dependencies": {
5550
"@actions/core": "^1.9.1",
5551
"@commitlint/cli": "^19.0.3",
package.json
+2
-2
@@ -68,7 +68,7 @@
68
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
69
"@github/prettier-config": "^0.0.6",
70
"@npmcli/eslint-config": "^4.0.4",
71
- "@npmcli/template-oss": "4.23.1",
71
+ "@npmcli/template-oss": "4.23.2",
72
"@testing-library/jest-dom": "^6.2.0",
73
"@testing-library/react": "^15.0.1",
74
"babel-jest": "^29.7.0",
@@ -97,7 +97,7 @@
97
},
98
"templateOSS": {
99
"//@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",
101
"content": "./scripts/template-oss"
102
}
103
}