diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..ea9ac965e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,55 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/www" # Location of package manifests + schedule: + interval: "daily" + target-branch: "develop" + labels: + - "dependencies" + + - package-ecosystem: "npm" # See documentation for possible values + directory: "/e2e" # Location of package manifests + schedule: + interval: "daily" + target-branch: "develop" + labels: + - "dependencies" + + - package-ecosystem: "npm" # See documentation for possible values + directory: "/FT_functions" # Location of package manifests + schedule: + interval: "daily" + target-branch: "develop" + labels: + - "dependencies" + + - package-ecosystem: "npm" # See documentation for possible values + directory: "/cloud_actions" # Location of package manifests + schedule: + interval: "daily" + target-branch: "develop" + labels: + - "dependencies" + + - package-ecosystem: "npm" # See documentation for possible values + directory: "/cloud_build_functions" # Location of package manifests + schedule: + interval: "daily" + target-branch: "develop" + labels: + - "dependencies" + + - package-ecosystem: "npm" # See documentation for possible values + directory: "/cloud_functions" # Location of package manifests + schedule: + interval: "daily" + target-branch: "develop" + labels: + - "dependencies" + diff --git a/FT_functions/compiler/yarn.lock b/FT_functions/compiler/yarn.lock index 15f66bac3..b7864649c 100644 --- a/FT_functions/compiler/yarn.lock +++ b/FT_functions/compiler/yarn.lock @@ -1237,9 +1237,9 @@ dashdash@^1.12.0: assert-plus "^1.0.0" date-and-time@^0.14.2: - version "0.14.1" - resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-0.14.1.tgz#969634697b78956fb66b8be6fb0f39fbd631f2f6" - integrity sha512-M4RggEH5OF2ZuCOxgOU67R6Z9ohjKbxGvAQz48vj53wLmL0bAgumkBvycR32f30pK+Og9pIR+RFDyChbaE4oLA== + version "0.14.2" + resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-0.14.2.tgz#a4266c3dead460f6c231fe9674e585908dac354e" + integrity sha512-EFTCh9zRSEpGPmJaexg7HTuzZHh6cnJj1ui7IGCFNXzd2QdpsNh05Db5TF3xzJm30YN+A8/6xHSuRcQqoc3kFA== debug@2.6.9: version "2.6.9" @@ -1935,7 +1935,7 @@ gauge@~2.7.3: strip-ansi "^3.0.1" wide-align "^1.1.0" -gaxios@^2.1.1: +gaxios@^2.1.0: version "2.3.4" resolved "https://registry.yarnpkg.com/gaxios/-/gaxios-2.3.4.tgz#eea99353f341c270c5f3c29fc46b8ead56f0a173" integrity sha512-US8UMj8C5pRnao3Zykc4AAVr+cffoNKRTg9Rsf2GiuZCW69vgJj38VK2PzlPuQU73FZ/nTk9/Av6/JGcE1N9vA== diff --git a/FT_functions/functions/yarn.lock b/FT_functions/functions/yarn.lock index 59f95ddd3..7cb9648ab 100644 --- a/FT_functions/functions/yarn.lock +++ b/FT_functions/functions/yarn.lock @@ -1341,9 +1341,9 @@ data-uri-to-buffer@3: integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og== date-and-time@^0.14.2: - version "0.14.1" - resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-0.14.1.tgz#969634697b78956fb66b8be6fb0f39fbd631f2f6" - integrity sha512-M4RggEH5OF2ZuCOxgOU67R6Z9ohjKbxGvAQz48vj53wLmL0bAgumkBvycR32f30pK+Og9pIR+RFDyChbaE4oLA== + version "0.14.2" + resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-0.14.2.tgz#a4266c3dead460f6c231fe9674e585908dac354e" + integrity sha512-EFTCh9zRSEpGPmJaexg7HTuzZHh6cnJj1ui7IGCFNXzd2QdpsNh05Db5TF3xzJm30YN+A8/6xHSuRcQqoc3kFA== debug@2.6.9: version "2.6.9" @@ -2517,9 +2517,9 @@ inherits@2.0.3: integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= ini@^1.3.5, ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + version "1.3.8" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== inquirer@~6.3.1: version "6.3.1" diff --git a/cloud_actions/functions/yarn.lock b/cloud_actions/functions/yarn.lock index af679dcce..460a3c81e 100644 --- a/cloud_actions/functions/yarn.lock +++ b/cloud_actions/functions/yarn.lock @@ -2508,9 +2508,9 @@ inherits@2.0.3: integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= ini@^1.3.5, ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + version "1.3.8" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== inquirer@~6.3.1: version "6.3.1" diff --git a/cloud_build_functions/functions/yarn.lock b/cloud_build_functions/functions/yarn.lock index 171832bab..c3074453b 100644 --- a/cloud_build_functions/functions/yarn.lock +++ b/cloud_build_functions/functions/yarn.lock @@ -715,10 +715,10 @@ crypto-random-string@^2.0.0: resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== -date-and-time@^0.14.2: - version "0.14.1" - resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-0.14.1.tgz#969634697b78956fb66b8be6fb0f39fbd631f2f6" - integrity sha512-M4RggEH5OF2ZuCOxgOU67R6Z9ohjKbxGvAQz48vj53wLmL0bAgumkBvycR32f30pK+Og9pIR+RFDyChbaE4oLA== +date-and-time@^0.14.0: + version "0.14.2" + resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-0.14.2.tgz#a4266c3dead460f6c231fe9674e585908dac354e" + integrity sha512-EFTCh9zRSEpGPmJaexg7HTuzZHh6cnJj1ui7IGCFNXzd2QdpsNh05Db5TF3xzJm30YN+A8/6xHSuRcQqoc3kFA== debug@2.6.9, debug@^2.6.9: version "2.6.9" diff --git a/e2e/yarn.lock b/e2e/yarn.lock index 73269b345..df8700659 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -385,9 +385,9 @@ crypto-random-string@^2.0.0: date-and-time@^0.14.2: - version "0.14.1" - resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-0.14.1.tgz#969634697b78956fb66b8be6fb0f39fbd631f2f6" - integrity sha512-M4RggEH5OF2ZuCOxgOU67R6Z9ohjKbxGvAQz48vj53wLmL0bAgumkBvycR32f30pK+Og9pIR+RFDyChbaE4oLA== + version "0.14.2" + resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-0.14.2.tgz#a4266c3dead460f6c231fe9674e585908dac354e" + integrity sha512-EFTCh9zRSEpGPmJaexg7HTuzZHh6cnJj1ui7IGCFNXzd2QdpsNh05Db5TF3xzJm30YN+A8/6xHSuRcQqoc3kFA== debug@4, debug@^4.1.1: