diff --git a/functions/authorizers/githubWebhookIPValidator/package-lock.json b/functions/authorizers/githubWebhookIPValidator/package-lock.json index d53174f..74c519b 100644 --- a/functions/authorizers/githubWebhookIPValidator/package-lock.json +++ b/functions/authorizers/githubWebhookIPValidator/package-lock.json @@ -2439,17 +2439,13 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", + "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", diff --git a/functions/authorizers/githubWebhookIPValidator/package.json b/functions/authorizers/githubWebhookIPValidator/package.json index f8877fc..4cb2a71 100644 --- a/functions/authorizers/githubWebhookIPValidator/package.json +++ b/functions/authorizers/githubWebhookIPValidator/package.json @@ -36,5 +36,11 @@ "@octokit/auth-app": "^8.0.1", "@octokit/graphql": "^9.0.1", "ip": "^2.0.1" + }, + "overrides": { + "fast-xml-parser": "4.5.5" + }, + "resolutions": { + "fast-xml-parser": "4.5.5" } } diff --git a/functions/authorizers/githubWebhookIPValidator/yarn.lock b/functions/authorizers/githubWebhookIPValidator/yarn.lock index 161b649..a9abdfd 100644 --- a/functions/authorizers/githubWebhookIPValidator/yarn.lock +++ b/functions/authorizers/githubWebhookIPValidator/yarn.lock @@ -1477,10 +1477,10 @@ fast-levenshtein@^2.0.6: resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== -fast-xml-parser@4.4.1: - version "4.4.1" - resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz" - integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw== +fast-xml-parser@4.5.5: + version "4.5.5" + resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz" + integrity sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A== dependencies: strnum "^1.0.5" diff --git a/functions/authorizers/githubWebhookSecretValidator/package-lock.json b/functions/authorizers/githubWebhookSecretValidator/package-lock.json index 7f99911..1d070d6 100644 --- a/functions/authorizers/githubWebhookSecretValidator/package-lock.json +++ b/functions/authorizers/githubWebhookSecretValidator/package-lock.json @@ -2555,17 +2555,13 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", + "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", diff --git a/functions/authorizers/githubWebhookSecretValidator/package.json b/functions/authorizers/githubWebhookSecretValidator/package.json index 2a6f829..64f4190 100644 --- a/functions/authorizers/githubWebhookSecretValidator/package.json +++ b/functions/authorizers/githubWebhookSecretValidator/package.json @@ -38,5 +38,11 @@ "@octokit/graphql": "^9.0.1", "@octokit/webhooks-methods": "^6.0.0", "ip": "^2.0.1" + }, + "overrides": { + "fast-xml-parser": "4.5.5" + }, + "resolutions": { + "fast-xml-parser": "4.5.5" } } diff --git a/functions/authorizers/githubWebhookSecretValidator/yarn.lock b/functions/authorizers/githubWebhookSecretValidator/yarn.lock index 5e52260..d202c85 100644 --- a/functions/authorizers/githubWebhookSecretValidator/yarn.lock +++ b/functions/authorizers/githubWebhookSecretValidator/yarn.lock @@ -1567,10 +1567,10 @@ fast-levenshtein@^2.0.6: resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== -fast-xml-parser@4.4.1: - version "4.4.1" - resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz" - integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw== +fast-xml-parser@4.5.5: + version "4.5.5" + resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz" + integrity sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A== dependencies: strnum "^1.0.5" diff --git a/functions/helpers/closeSecret/package-lock.json b/functions/helpers/closeSecret/package-lock.json index 135317f..a6f24e6 100644 --- a/functions/helpers/closeSecret/package-lock.json +++ b/functions/helpers/closeSecret/package-lock.json @@ -2430,17 +2430,13 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", + "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", diff --git a/functions/helpers/closeSecret/package.json b/functions/helpers/closeSecret/package.json index 3ba6791..8c1477d 100644 --- a/functions/helpers/closeSecret/package.json +++ b/functions/helpers/closeSecret/package.json @@ -35,5 +35,11 @@ "@aws-sdk/client-ssm": "^3.816.0", "@octokit/auth-app": "^8.0.1", "@octokit/webhooks-types": "^6.0.0" + }, + "overrides": { + "fast-xml-parser": "4.5.5" + }, + "resolutions": { + "fast-xml-parser": "4.5.5" } } diff --git a/functions/helpers/closeSecret/yarn.lock b/functions/helpers/closeSecret/yarn.lock index f622596..c100c7c 100644 --- a/functions/helpers/closeSecret/yarn.lock +++ b/functions/helpers/closeSecret/yarn.lock @@ -1473,10 +1473,10 @@ fast-levenshtein@^2.0.6: resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== -fast-xml-parser@4.4.1: - version "4.4.1" - resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz" - integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw== +fast-xml-parser@4.5.5: + version "4.5.5" + resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz" + integrity sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A== dependencies: strnum "^1.0.5" diff --git a/functions/helpers/getSecretDetails/package-lock.json b/functions/helpers/getSecretDetails/package-lock.json index 9b856e8..3fbceb7 100644 --- a/functions/helpers/getSecretDetails/package-lock.json +++ b/functions/helpers/getSecretDetails/package-lock.json @@ -2430,9 +2430,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz", - "integrity": "sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", + "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", "funding": [ { "type": "github", diff --git a/functions/helpers/getSecretDetails/package.json b/functions/helpers/getSecretDetails/package.json index 3e6c0c9..5f09e8e 100644 --- a/functions/helpers/getSecretDetails/package.json +++ b/functions/helpers/getSecretDetails/package.json @@ -36,10 +36,10 @@ "@octokit/auth-app": "^8.0.1", "@octokit/webhooks-types": "^6.0.0" }, - "resolutions": { - "fast-xml-parser": "4.5.4" - }, "overrides": { - "fast-xml-parser": "4.5.4" + "fast-xml-parser": "4.5.5" + }, + "resolutions": { + "fast-xml-parser": "4.5.5" } } diff --git a/functions/helpers/getSecretDetails/yarn.lock b/functions/helpers/getSecretDetails/yarn.lock index d332e78..c100c7c 100644 --- a/functions/helpers/getSecretDetails/yarn.lock +++ b/functions/helpers/getSecretDetails/yarn.lock @@ -146,7 +146,7 @@ "@smithy/smithy-client" "^4.2.6" "@smithy/types" "^4.2.0" "@smithy/util-middleware" "^4.0.2" - fast-xml-parser "4.5.4" + fast-xml-parser "4.4.1" tslib "^2.6.2" "@aws-sdk/credential-provider-env@3.816.0": @@ -1473,10 +1473,10 @@ fast-levenshtein@^2.0.6: resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== -fast-xml-parser@4.5.4: - version "4.5.4" - resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz" - integrity sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ== +fast-xml-parser@4.5.5: + version "4.5.5" + resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz" + integrity sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A== dependencies: strnum "^1.0.5" diff --git a/functions/helpers/githubIssueNotifier/package-lock.json b/functions/helpers/githubIssueNotifier/package-lock.json index 2e96205..ced48eb 100644 --- a/functions/helpers/githubIssueNotifier/package-lock.json +++ b/functions/helpers/githubIssueNotifier/package-lock.json @@ -2445,17 +2445,13 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", + "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", diff --git a/functions/helpers/githubIssueNotifier/package.json b/functions/helpers/githubIssueNotifier/package.json index e3ac1cf..72d4c03 100644 --- a/functions/helpers/githubIssueNotifier/package.json +++ b/functions/helpers/githubIssueNotifier/package.json @@ -36,5 +36,11 @@ "@octokit/auth-app": "^8.0.1", "@octokit/graphql": "^9.0.1", "@octokit/webhooks-types": "^6.0.0" + }, + "overrides": { + "fast-xml-parser": "4.5.5" + }, + "resolutions": { + "fast-xml-parser": "4.5.5" } } diff --git a/functions/helpers/githubIssueNotifier/yarn.lock b/functions/helpers/githubIssueNotifier/yarn.lock index 2dd41ce..812c78b 100644 --- a/functions/helpers/githubIssueNotifier/yarn.lock +++ b/functions/helpers/githubIssueNotifier/yarn.lock @@ -1482,10 +1482,10 @@ fast-levenshtein@^2.0.6: resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== -fast-xml-parser@4.4.1: - version "4.4.1" - resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz" - integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw== +fast-xml-parser@4.5.5: + version "4.5.5" + resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz" + integrity sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A== dependencies: strnum "^1.0.5" diff --git a/functions/remediators/remediateAWSAccessKey/package-lock.json b/functions/remediators/remediateAWSAccessKey/package-lock.json index ee1f9f8..95a6c40 100644 --- a/functions/remediators/remediateAWSAccessKey/package-lock.json +++ b/functions/remediators/remediateAWSAccessKey/package-lock.json @@ -2312,17 +2312,13 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", + "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", diff --git a/functions/remediators/remediateAWSAccessKey/package.json b/functions/remediators/remediateAWSAccessKey/package.json index 1efe1fa..9b56582 100644 --- a/functions/remediators/remediateAWSAccessKey/package.json +++ b/functions/remediators/remediateAWSAccessKey/package.json @@ -34,5 +34,11 @@ "dependencies": { "@aws-sdk/client-iam": "^3.816.0", "@aws-sdk/client-ssm": "^3.816.0" + }, + "overrides": { + "fast-xml-parser": "4.5.5" + }, + "resolutions": { + "fast-xml-parser": "4.5.5" } } diff --git a/functions/remediators/remediateAWSAccessKey/yarn.lock b/functions/remediators/remediateAWSAccessKey/yarn.lock index 59de4d6..a3b6bd6 100644 --- a/functions/remediators/remediateAWSAccessKey/yarn.lock +++ b/functions/remediators/remediateAWSAccessKey/yarn.lock @@ -1410,10 +1410,10 @@ fast-levenshtein@^2.0.6: resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== -fast-xml-parser@4.4.1: - version "4.4.1" - resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz" - integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw== +fast-xml-parser@4.5.5: + version "4.5.5" + resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz" + integrity sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A== dependencies: strnum "^1.0.5" diff --git a/functions/remediators/remediateGoogleAPIKey/package-lock.json b/functions/remediators/remediateGoogleAPIKey/package-lock.json index 6d5b33e..c58b02e 100644 --- a/functions/remediators/remediateGoogleAPIKey/package-lock.json +++ b/functions/remediators/remediateGoogleAPIKey/package-lock.json @@ -2414,17 +2414,13 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", + "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", @@ -4067,7 +4063,7 @@ "@smithy/smithy-client": "^4.2.6", "@smithy/types": "^4.2.0", "@smithy/util-middleware": "^4.0.2", - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "4.5.5", "tslib": "^2.6.2" } }, @@ -5580,9 +5576,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", + "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", "requires": { "strnum": "^1.0.5" } diff --git a/functions/remediators/remediateGoogleAPIKey/package.json b/functions/remediators/remediateGoogleAPIKey/package.json index b95646b..781018f 100644 --- a/functions/remediators/remediateGoogleAPIKey/package.json +++ b/functions/remediators/remediateGoogleAPIKey/package.json @@ -37,5 +37,11 @@ "dependencies": { "@aws-sdk/client-ssm": "^3.816.0", "googleapis": "^149.0.0" + }, + "overrides": { + "fast-xml-parser": "4.5.5" + }, + "resolutions": { + "fast-xml-parser": "4.5.5" } } diff --git a/functions/remediators/remediateGoogleAPIKey/yarn.lock b/functions/remediators/remediateGoogleAPIKey/yarn.lock index 50befe6..d1d30a1 100644 --- a/functions/remediators/remediateGoogleAPIKey/yarn.lock +++ b/functions/remediators/remediateGoogleAPIKey/yarn.lock @@ -15,7 +15,7 @@ "@smithy/util-utf8" "^2.0.0" tslib "^2.6.2" -"@aws-crypto/sha256-js@5.2.0", "@aws-crypto/sha256-js@^5.2.0": +"@aws-crypto/sha256-js@^5.2.0", "@aws-crypto/sha256-js@5.2.0": version "5.2.0" resolved "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz" integrity sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA== @@ -362,7 +362,7 @@ "@smithy/types" "^4.2.0" tslib "^2.6.2" -"@aws-sdk/types@3.804.0", "@aws-sdk/types@^3.222.0": +"@aws-sdk/types@^3.222.0", "@aws-sdk/types@3.804.0": version "3.804.0" resolved "https://registry.npmjs.org/@aws-sdk/types/-/types-3.804.0.tgz" integrity sha512-A9qnsy9zQ8G89vrPPlNG9d1d8QcKRGqJKqwyGgS0dclJpwy6d1EWgQLIolKPl6vcFpLoe6avLOLxr+h8ur5wpg== @@ -492,7 +492,7 @@ "@nodelib/fs.stat" "2.0.5" run-parallel "^1.1.9" -"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": +"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5": version "2.0.5" resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== @@ -983,7 +983,7 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/parser@^5.47.0": +"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.47.0": version "5.62.0" resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz" integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== @@ -1066,7 +1066,7 @@ acorn-walk@^8.1.1: resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz" integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== -acorn@^8.4.1, acorn@^8.9.0: +"acorn@^6.0.0 || ^7.0.0 || ^8.0.0", acorn@^8.4.1, acorn@^8.9.0: version "8.14.1" resolved "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz" integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg== @@ -1234,7 +1234,7 @@ cross-spawn@^7.0.2: shebang-command "^2.0.0" which "^2.0.1" -debug@4, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: +debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@4: version "4.3.4" resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== @@ -1279,7 +1279,7 @@ dunder-proto@^1.0.1: es-errors "^1.3.0" gopd "^1.2.0" -ecdsa-sig-formatter@1.0.11, ecdsa-sig-formatter@^1.0.11: +ecdsa-sig-formatter@^1.0.11, ecdsa-sig-formatter@1.0.11: version "1.0.11" resolved "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz" integrity sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ== @@ -1305,7 +1305,7 @@ es-object-atoms@^1.0.0, es-object-atoms@^1.1.1: es-set-tostringtag@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d" + resolved "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz" integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA== dependencies: es-errors "^1.3.0" @@ -1351,7 +1351,7 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4 resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== -eslint@^8.30.0: +eslint@*, "eslint@^6.0.0 || ^7.0.0 || ^8.0.0", "eslint@^6.0.0 || ^7.0.0 || >=8.0.0", eslint@^8.30.0, eslint@>=7.0.0, eslint@>=7.28.0: version "8.57.1" resolved "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz" integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA== @@ -1423,7 +1423,12 @@ estraverse@^4.1.1: resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== -estraverse@^5.1.0, estraverse@^5.2.0: +estraverse@^5.1.0: + version "5.3.0" + resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" + integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== + +estraverse@^5.2.0: version "5.3.0" resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== @@ -1469,10 +1474,10 @@ fast-levenshtein@^2.0.6: resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== -fast-xml-parser@4.4.1: - version "4.4.1" - resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz" - integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw== +fast-xml-parser@4.5.5: + version "4.5.5" + resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz" + integrity sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A== dependencies: strnum "^1.0.5" @@ -1525,7 +1530,7 @@ follow-redirects@^1.15.6: form-data@^4.0.0: version "4.0.4" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4" + resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz" integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow== dependencies: asynckit "^0.4.0" @@ -1700,7 +1705,7 @@ has-symbols@^1.0.3, has-symbols@^1.1.0: has-tostringtag@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc" + resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz" integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== dependencies: has-symbols "^1.0.3" @@ -1809,7 +1814,7 @@ json-stable-stringify-without-jsonify@^1.0.1: jwa@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/jwa/-/jwa-2.0.1.tgz#bf8176d1ad0cd72e0f3f58338595a13e110bc804" + resolved "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz" integrity sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg== dependencies: buffer-equal-constant-time "^1.0.1" @@ -1818,7 +1823,7 @@ jwa@^2.0.1: jws@^4.0.0: version "4.0.1" - resolved "https://registry.yarnpkg.com/jws/-/jws-4.0.1.tgz#07edc1be8fac20e677b283ece261498bd38f0690" + resolved "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz" integrity sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA== dependencies: jwa "^2.0.1" @@ -1990,7 +1995,7 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.8.1: +prettier@^2.8.1, prettier@>=2.0.0: version "2.8.8" resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz" integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== @@ -2197,7 +2202,7 @@ type-fest@^0.20.2: resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== -typescript@^4.9.4: +typescript@^4.9.4, typescript@>=2.7, "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta": version "4.9.5" resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==