diff --git a/cli/package.json b/cli/package.json index 91ebccf48d5..017e84065cf 100644 --- a/cli/package.json +++ b/cli/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^6.0.0", - "@npmcli/template-oss": "5.0.0" + "@npmcli/template-oss": "5.1.0" }, "author": "GitHub Inc.", "engines": { @@ -40,7 +40,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "5.0.0", + "version": "5.1.0", "content": "./scripts/template-oss", "testRunner": "node:test", "coverageThreshold": 0 diff --git a/package-lock.json b/package-lock.json index 0a19534df3e..e41df223ecd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", "@npmcli/eslint-config": "^6.0.0", - "@npmcli/template-oss": "5.0.0", + "@npmcli/template-oss": "5.1.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.0.0", @@ -95,7 +95,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^6.0.0", - "@npmcli/template-oss": "5.0.0" + "@npmcli/template-oss": "5.1.0" }, "engines": { "node": ">=22.9.0" @@ -6842,9 +6842,9 @@ } }, "node_modules/@npmcli/template-oss": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-5.0.0.tgz", - "integrity": "sha512-yORdW7L85x7gzGdvP0KcfCQiLKEBgnBob/zyQ/ImJ/XkW3hgV0yIQSwy2JsKD5SWDHYD1+TUsQbcpgDED5+HCw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-5.1.0.tgz", + "integrity": "sha512-Kfuc/f1XhFHph1NAcMB3tGhrkSkM5NHKZKKFXO7JGbF2Y/3H4a60kTopmSPci/NOsjI/t/iG0GeptKiKBhEafQ==", "dev": true, "hasInstallScript": true, "license": "ISC", @@ -8544,9 +8544,9 @@ "license": "MIT" }, "node_modules/@primer/react": { - "version": "38.22.0", - "resolved": "https://registry.npmjs.org/@primer/react/-/react-38.22.0.tgz", - "integrity": "sha512-Kvw7eZlRoUHZxn/G4y6pWqE8FTx6C8GI8oODIxY+/F93hb99ggo++VuBgGNaYbB9J2dRh+iMv+jvTr97sQDd3w==", + "version": "38.23.0", + "resolved": "https://registry.npmjs.org/@primer/react/-/react-38.23.0.tgz", + "integrity": "sha512-BjhrGi5U3ZfMcFuOvMssx9mn3GePY2rYNBY+xUfQwtf17AuYvtUHZCA5p35Q7gcW2Qu6dnR/uj0tqIkfxGQWPg==", "license": "MIT", "dependencies": { "@github/mini-throttle": "^2.1.1", @@ -17600,21 +17600,6 @@ "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/express/node_modules/body-parser/node_modules/qs": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", - "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", - "license": "BSD-3-Clause", - "dependencies": { - "side-channel": "^1.0.6" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/express/node_modules/cookie": { "version": "0.7.1", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", diff --git a/package.json b/package.json index e0113b204a0..ea94d6e93b2 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", "@npmcli/eslint-config": "^6.0.0", - "@npmcli/template-oss": "5.0.0", + "@npmcli/template-oss": "5.1.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.0.0", @@ -107,7 +107,7 @@ "content": "./scripts/template-oss", "dependabotInterval": "weekly", "updateNpm": false, - "version": "5.0.0" + "version": "5.1.0" }, "overrides": { "gatsby@^5.16.0": {