chore: @npmcli/template-oss@4.21.3 (#870)

Luke Karrys committed Dec 11, 2023 at 11:29 UTC 569a9bec3bceacacf65bb744929b4c6355344331
4 files changed +10 -9
.github/dependabot.yml
+1
@@ -16,3 +16,4 @@ updates:
16 prefix-development: chore
17 labels:
18 - "Dependencies"
19 + open-pull-requests-limit: 10
cli/package.json
+2 -2
@@ -30,7 +30,7 @@
30 },
31 "devDependencies": {
32 "@npmcli/eslint-config": "^4.0.2",
33 - "@npmcli/template-oss": "4.21.1",
33 + "@npmcli/template-oss": "4.21.3",
34 "tap": "^16.3.9"
35 },
36 "author": "GitHub Inc.",
@@ -39,7 +39,7 @@
39 },
40 "templateOSS": {
41 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
42 - "version": "4.21.1",
42 + "version": "4.21.3",
43 "content": "./scripts/template-oss"
44 },
45 "files": [
package-lock.json
+5 -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.2",
52 - "@npmcli/template-oss": "4.21.1",
52 + "@npmcli/template-oss": "4.21.3",
53 "@testing-library/jest-dom": "^6.1.4",
54 "@testing-library/react": "^14.0.0",
55 "babel-jest": "^29.7.0",
@@ -90,7 +90,7 @@
90 },
91 "devDependencies": {
92 "@npmcli/eslint-config": "^4.0.2",
93 - "@npmcli/template-oss": "4.21.1",
93 + "@npmcli/template-oss": "4.21.3",
94 "tap": "^16.3.9"
95 },
96 "engines": {
@@ -6569,9 +6569,9 @@
6569 }
6570 },
6571 "node_modules/@npmcli/template-oss": {
6572 - "version": "4.21.1",
6573 - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.21.1.tgz",
6574 - "integrity": "sha512-qur5b4xSZY3RLeCUeiQZt2OpjVFSR3yz2mN8NG9M0tbBlI8AxocCwDKBg/GSxVZGmkzaZ6SMRZdqDYopmqJ3LA==",
6572 + "version": "4.21.3",
6573 + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.21.3.tgz",
6574 + "integrity": "sha512-ORqiG/HP69bhEzkP6Iq5rCm1gwIADMCJr6IlGTNvRher1aYV0y7SyrJu50jkaxEpIUuVJQV+cN2kIvhp/0y1+w==",
6575 "dev": true,
6576 "hasInstallScript": true,
6577 "dependencies": {
package.json
+2 -2
@@ -67,7 +67,7 @@
67 "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
68 "@github/prettier-config": "^0.0.6",
69 "@npmcli/eslint-config": "^4.0.2",
70 - "@npmcli/template-oss": "4.21.1",
70 + "@npmcli/template-oss": "4.21.3",
71 "@testing-library/jest-dom": "^6.1.4",
72 "@testing-library/react": "^14.0.0",
73 "babel-jest": "^29.7.0",
@@ -95,7 +95,7 @@
95 },
96 "templateOSS": {
97 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
98 - "version": "4.21.1",
98 + "version": "4.21.3",
99 "content": "./scripts/template-oss"
100 }
101 }