From aea9d8e35c9e831b8d46452d97d1d4960f5a6da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 02:31:10 +0000 Subject: [PATCH] Bump ip from 1.1.8 to 1.1.9 in /functions/githubWebhookIPValidator Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. - [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: ip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../githubWebhookIPValidator/package-lock.json | 14 +++++++------- functions/githubWebhookIPValidator/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/githubWebhookIPValidator/package-lock.json b/functions/githubWebhookIPValidator/package-lock.json index 85cfa09..8c3081d 100644 --- a/functions/githubWebhookIPValidator/package-lock.json +++ b/functions/githubWebhookIPValidator/package-lock.json @@ -12,7 +12,7 @@ "@aws-sdk/client-ssm": "^3.441.0", "@octokit/auth-app": "^6.0.1", "@octokit/graphql": "^7.0.2", - "ip": "^1.1.8" + "ip": "^1.1.9" }, "devDependencies": { "@tsconfig/node20": "^20.1.2", @@ -2637,9 +2637,9 @@ "dev": true }, "node_modules/ip": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz", - "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==" + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz", + "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==" }, "node_modules/is-docker": { "version": "3.0.0", @@ -5736,9 +5736,9 @@ "dev": true }, "ip": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz", - "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==" + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz", + "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==" }, "is-docker": { "version": "3.0.0", diff --git a/functions/githubWebhookIPValidator/package.json b/functions/githubWebhookIPValidator/package.json index 79b669c..2826411 100644 --- a/functions/githubWebhookIPValidator/package.json +++ b/functions/githubWebhookIPValidator/package.json @@ -39,6 +39,6 @@ "@aws-sdk/client-ssm": "^3.441.0", "@octokit/auth-app": "^6.0.1", "@octokit/graphql": "^7.0.2", - "ip": "^1.1.8" + "ip": "^1.1.9" } }