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" } }