diff --git a/cli/package.json b/cli/package.json index f7565401481..157b88952a6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.0", + "@npmcli/template-oss": "4.24.1", "tap": "^21.0.0" }, "author": "GitHub Inc.", @@ -40,7 +40,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.24.0", + "version": "4.24.1", "content": "./scripts/template-oss" }, "files": [ diff --git a/package-lock.json b/package-lock.json index c47ff2131c6..a4b52341010 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.0", + "@npmcli/template-oss": "4.24.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.0.0", @@ -99,7 +99,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.0", + "@npmcli/template-oss": "4.24.1", "tap": "^21.0.0" }, "engines": { @@ -7908,9 +7908,9 @@ } }, "node_modules/@npmcli/template-oss": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.24.0.tgz", - "integrity": "sha512-Bk7DVWL/asOqk+DTSzNn7f0SPM/6x0ih4pjJ3knCzCiEJXVp2mfX9AQW4QgyxyB3QXA04KXX3jpxD/zPsMejDA==", + "version": "4.24.1", + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.24.1.tgz", + "integrity": "sha512-IRMjivMDmGHu1oQb8/F22vVWukvgN1SsYBsC3hzxTjqTlISaL9L+Qkb5gIGsgEfumcjT1Y8lHQevu2slcaf/hA==", "dev": true, "hasInstallScript": true, "license": "ISC", @@ -9622,9 +9622,9 @@ } }, "node_modules/@primer/octicons-react": { - "version": "19.14.0", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.14.0.tgz", - "integrity": "sha512-EKeavGV7s2HYac3ybb+6vfyqHGMUeG+OlZAus5ORfEjzXlorDAIjZ59fszVJj9DI6ArfFK/Cvg8V4JRfeUHjcw==", + "version": "19.15.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.15.0.tgz", + "integrity": "sha512-EwRnvR5bK44CoLo/Fq8cQrHzuWJf3FQb5jAoA0pacbCNOMsFiX5hXUVKSd/men1s9qEWNP2Hhthlt+bi8x4uzA==", "license": "MIT", "engines": { "node": ">=8" @@ -19065,9 +19065,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "5.1.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.7.tgz", - "integrity": "sha512-P3S5TwvHy8u1QadfcI/tZ2uNFMTHv+mT/YmEdLEgEzp08mA3iK02kg/IhoWOz0SnbTyUi1qrq0a6SwC3uQSkpQ==", + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.8.tgz", + "integrity": "sha512-A6q+R3EBMF7hxIViWpQsalqpu3O0POcQ9VpN1m9W2I8yGumw+SFxXZUTafBd9X9mgUJhaU4M9qSifC1q/39H3A==", "dev": true, "license": "MIT", "dependencies": { @@ -21586,9 +21586,9 @@ } }, "node_modules/framer-motion": { - "version": "12.0.11", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.0.11.tgz", - "integrity": "sha512-1F+YNXr3bSHxt5sCzeCVL56sc4MngbOhdU5ptv02vaepdFYcQd0fZtuAHvFJgMbn5V7SOsaX/3hVqr21ZaCKhA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.1.0.tgz", + "integrity": "sha512-0wc6Zn3Yf1pIKMXIndgEePDaPttRVbSKJMS4E2e999G/UPRgt5i9t3+e+nAy5K7U1STBJ4TXEvB3dPrPJ7IA8g==", "license": "MIT", "dependencies": { "motion-dom": "^12.0.0", diff --git a/package.json b/package.json index 29f22642f80..aad3ce1cb65 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.0", + "@npmcli/template-oss": "4.24.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.0.0", @@ -105,7 +105,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.24.0", + "version": "4.24.1", "content": "./scripts/template-oss", "allowPaths": [ "cli-cache.json"