Skip to content

Commit db0a4bb

Browse files
fix(deps): update all patch dependencies
1 parent 5450471 commit db0a4bb

File tree

5 files changed

+139
-144
lines changed

5 files changed

+139
-144
lines changed

aws/alarms/athena.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Create Athena queries to view the WAF and load balancer access logs
33
#
44
module "athena" {
5-
source = "github.com/cds-snc/terraform-modules//athena_access_logs?ref=v6.1.3"
5+
source = "github.com/cds-snc/terraform-modules//athena_access_logs?ref=v6.1.5"
66

77
athena_bucket_name = module.athena_bucket.s3_bucket_id
88

@@ -18,7 +18,7 @@ module "athena" {
1818
# Hold the Athena data
1919
#
2020
module "athena_bucket" {
21-
source = "github.com/cds-snc/terraform-modules//S3?ref=v3.0.0"
21+
source = "github.com/cds-snc/terraform-modules//S3?ref=v3.0.20"
2222
bucket_name = "forms-${var.env}-athena-bucket"
2323
billing_tag_value = var.billing_tag_value
2424

aws/app/lambda/archive_form_templates/nodejs/yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -761,25 +761,25 @@ [email protected]:
761761
resolved "https://registry.yarnpkg.com/packet-reader/-/packet-reader-1.0.0.tgz#9238e5480dedabacfe1fe3f2771063f164157d74"
762762
integrity sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==
763763

764-
pg-cloudflare@^1.1.0:
765-
version "1.1.0"
766-
resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.1.0.tgz#833d70870d610d14bf9df7afb40e1cba310c17a0"
767-
integrity sha512-tGM8/s6frwuAIyRcJ6nWcIvd3+3NmUKIs6OjviIm1HPPFEt5MzQDOTBQyhPWg/m0kCl95M6gA1JaIXtS8KovOA==
764+
pg-cloudflare@^1.1.1:
765+
version "1.1.1"
766+
resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz#e6d5833015b170e23ae819e8c5d7eaedb472ca98"
767+
integrity sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==
768768

769-
pg-connection-string@^2.6.0:
770-
version "2.6.0"
771-
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.0.tgz#12a36cc4627df19c25cc1b9b736cc39ee1f73ae8"
772-
integrity sha512-x14ibktcwlHKoHxx9X3uTVW9zIGR41ZB6QNhHb21OPNdCCO3NaRnpJuwKIQSR4u+Yqjx4HCvy7Hh7VSy1U4dGg==
769+
pg-connection-string@^2.6.1:
770+
version "2.6.1"
771+
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.1.tgz#78c23c21a35dd116f48e12e23c0965e8d9e2cbfb"
772+
integrity sha512-w6ZzNu6oMmIzEAYVw+RLK0+nqHPt8K3ZnknKi+g48Ak2pr3dtljJW3o+D/n2zzCG07Zoe9VOX3aiKpj+BN0pjg==
773773

774774
775775
version "1.0.1"
776776
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
777777
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
778778

779-
pg-pool@^3.6.0:
780-
version "3.6.0"
781-
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.6.0.tgz#3190df3e4747a0d23e5e9e8045bcd99bda0a712e"
782-
integrity sha512-clFRf2ksqd+F497kWFyM21tMjeikn60oGDmqMT8UBrynEwVEX/5R5xd2sdvdo1cZCFlguORNpVuqxIj+aK4cfQ==
779+
pg-pool@^3.6.1:
780+
version "3.6.1"
781+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.6.1.tgz#5a902eda79a8d7e3c928b77abf776b3cb7d351f7"
782+
integrity sha512-jizsIzhkIitxCGfPRzJn1ZdcosIt3pz9Sh3V01fm1vZnbnCMgmGl5wvGGdNN2EL9Rmb0EcFoCkixH4Pu+sP9Og==
783783

784784
pg-protocol@^1.6.0:
785785
version "1.6.0"
@@ -798,19 +798,19 @@ pg-types@^2.1.0:
798798
postgres-interval "^1.1.0"
799799

800800
pg@^8.7.3:
801-
version "8.11.0"
802-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.11.0.tgz#a37e534e94b57a7ed811e926f23a7c56385f55d9"
803-
integrity sha512-meLUVPn2TWgJyLmy7el3fQQVwft4gU5NGyvV0XbD41iU9Jbg8lCH4zexhIkihDzVHJStlt6r088G6/fWeNjhXA==
801+
version "8.11.1"
802+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.11.1.tgz#297e0eb240306b1e9e4f55af8a3bae76ae4810b1"
803+
integrity sha512-utdq2obft07MxaDg0zBJI+l/M3mBRfIpEN3iSemsz0G5F2/VXx+XzqF4oxrbIZXQxt2AZzIUzyVg/YM6xOP/WQ==
804804
dependencies:
805805
buffer-writer "2.0.0"
806806
packet-reader "1.0.0"
807-
pg-connection-string "^2.6.0"
808-
pg-pool "^3.6.0"
807+
pg-connection-string "^2.6.1"
808+
pg-pool "^3.6.1"
809809
pg-protocol "^1.6.0"
810810
pg-types "^2.1.0"
811811
pgpass "1.x"
812812
optionalDependencies:
813-
pg-cloudflare "^1.1.0"
813+
pg-cloudflare "^1.1.1"
814814

815815
816816
version "1.0.5"

aws/app/lambda/reliability/nodejs/yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,25 +1361,25 @@ [email protected]:
13611361
resolved "https://registry.yarnpkg.com/packet-reader/-/packet-reader-1.0.0.tgz#9238e5480dedabacfe1fe3f2771063f164157d74"
13621362
integrity sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==
13631363

1364-
pg-cloudflare@^1.1.0:
1365-
version "1.1.0"
1366-
resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.1.0.tgz#833d70870d610d14bf9df7afb40e1cba310c17a0"
1367-
integrity sha512-tGM8/s6frwuAIyRcJ6nWcIvd3+3NmUKIs6OjviIm1HPPFEt5MzQDOTBQyhPWg/m0kCl95M6gA1JaIXtS8KovOA==
1364+
pg-cloudflare@^1.1.1:
1365+
version "1.1.1"
1366+
resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz#e6d5833015b170e23ae819e8c5d7eaedb472ca98"
1367+
integrity sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==
13681368

1369-
pg-connection-string@^2.6.0:
1370-
version "2.6.0"
1371-
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.0.tgz#12a36cc4627df19c25cc1b9b736cc39ee1f73ae8"
1372-
integrity sha512-x14ibktcwlHKoHxx9X3uTVW9zIGR41ZB6QNhHb21OPNdCCO3NaRnpJuwKIQSR4u+Yqjx4HCvy7Hh7VSy1U4dGg==
1369+
pg-connection-string@^2.6.1:
1370+
version "2.6.1"
1371+
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.1.tgz#78c23c21a35dd116f48e12e23c0965e8d9e2cbfb"
1372+
integrity sha512-w6ZzNu6oMmIzEAYVw+RLK0+nqHPt8K3ZnknKi+g48Ak2pr3dtljJW3o+D/n2zzCG07Zoe9VOX3aiKpj+BN0pjg==
13731373

13741374
13751375
version "1.0.1"
13761376
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
13771377
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
13781378

1379-
pg-pool@^3.6.0:
1380-
version "3.6.0"
1381-
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.6.0.tgz#3190df3e4747a0d23e5e9e8045bcd99bda0a712e"
1382-
integrity sha512-clFRf2ksqd+F497kWFyM21tMjeikn60oGDmqMT8UBrynEwVEX/5R5xd2sdvdo1cZCFlguORNpVuqxIj+aK4cfQ==
1379+
pg-pool@^3.6.1:
1380+
version "3.6.1"
1381+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.6.1.tgz#5a902eda79a8d7e3c928b77abf776b3cb7d351f7"
1382+
integrity sha512-jizsIzhkIitxCGfPRzJn1ZdcosIt3pz9Sh3V01fm1vZnbnCMgmGl5wvGGdNN2EL9Rmb0EcFoCkixH4Pu+sP9Og==
13831383

13841384
pg-protocol@^1.6.0:
13851385
version "1.6.0"
@@ -1398,19 +1398,19 @@ pg-types@^2.1.0:
13981398
postgres-interval "^1.1.0"
13991399

14001400
pg@^8.7.3:
1401-
version "8.11.0"
1402-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.11.0.tgz#a37e534e94b57a7ed811e926f23a7c56385f55d9"
1403-
integrity sha512-meLUVPn2TWgJyLmy7el3fQQVwft4gU5NGyvV0XbD41iU9Jbg8lCH4zexhIkihDzVHJStlt6r088G6/fWeNjhXA==
1401+
version "8.11.1"
1402+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.11.1.tgz#297e0eb240306b1e9e4f55af8a3bae76ae4810b1"
1403+
integrity sha512-utdq2obft07MxaDg0zBJI+l/M3mBRfIpEN3iSemsz0G5F2/VXx+XzqF4oxrbIZXQxt2AZzIUzyVg/YM6xOP/WQ==
14041404
dependencies:
14051405
buffer-writer "2.0.0"
14061406
packet-reader "1.0.0"
1407-
pg-connection-string "^2.6.0"
1408-
pg-pool "^3.6.0"
1407+
pg-connection-string "^2.6.1"
1408+
pg-pool "^3.6.1"
14091409
pg-protocol "^1.6.0"
14101410
pg-types "^2.1.0"
14111411
pgpass "1.x"
14121412
optionalDependencies:
1413-
pg-cloudflare "^1.1.0"
1413+
pg-cloudflare "^1.1.1"
14141414

14151415
14161416
version "1.0.5"

aws/app/vault_scan_object.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "vault_scan_object" {
2-
source = "github.com/cds-snc/terraform-modules//S3_scan_object?ref=v6.1.3"
2+
source = "github.com/cds-snc/terraform-modules//S3_scan_object?ref=v6.1.5"
33

44
s3_upload_bucket_name = aws_s3_bucket.vault_file_storage.id
55
billing_tag_value = var.billing_tag_value

0 commit comments

Comments
 (0)