From eec9ff163d2cc582593df8830ff45f81f34275a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:12:19 +0000 Subject: [PATCH] fix(deps): update dependency @form8ion/github to v2.1.1 --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a8da7686..c51fe1fb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@form8ion/cypress-scaffolder": "3.0.3", "@form8ion/dependabot-scaffolder": "3.0.0", "@form8ion/eslint-config-extender": "10.0.3", - "@form8ion/github": "2.1.0", + "@form8ion/github": "2.1.1", "@form8ion/github-actions-node-ci": "5.0.1", "@form8ion/hapi-scaffolder": "5.0.0-alpha.6", "@form8ion/javascript": "14.1.0", @@ -1864,9 +1864,9 @@ } }, "node_modules/@form8ion/github": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@form8ion/github/-/github-2.1.0.tgz", - "integrity": "sha512-NxCkitpwHNhwhtxaSX3ZDh6KA/7+iSnkVND3lXjnKfqN1lRhqaKed/xM0euhO3eKZqu5ueaPRSPrZ2YfyGjgcQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@form8ion/github/-/github-2.1.1.tgz", + "integrity": "sha512-sjLNfKguKuZWIs1zWobHpSV3xQ7D1mRN5xM8d05YnOi660sRfAuYRC2vfw6qmqW9AQwbdJf8fwZ/tT+JQcc8VA==", "license": "MIT", "dependencies": { "@form8ion/core": "^4.6.1", @@ -1874,6 +1874,7 @@ "@octokit/rest": "^20.0.0", "@travi/cli-messages": "^1.1.1", "deepmerge": "^4.3.1", + "lodash.uniqby": "^4.7.0", "lodash.zip": "^4.2.0", "octokit-auth-netrc": "^3.1.1" }, @@ -12446,6 +12447,12 @@ "dev": true, "license": "MIT" }, + "node_modules/lodash.uniqby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", + "integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==", + "license": "MIT" + }, "node_modules/lodash.upperfirst": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", diff --git a/package.json b/package.json index 004199d26..ad682bb86 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@form8ion/cypress-scaffolder": "3.0.3", "@form8ion/dependabot-scaffolder": "3.0.0", "@form8ion/eslint-config-extender": "10.0.3", - "@form8ion/github": "2.1.0", + "@form8ion/github": "2.1.1", "@form8ion/github-actions-node-ci": "5.0.1", "@form8ion/hapi-scaffolder": "5.0.0-alpha.6", "@form8ion/javascript": "14.1.0",