Skip to content

Commit 22ed587

Browse files
authored
pin 3rd party dependency version and revert a config file change (#553)
* revert change * pin dependency
1 parent b272299 commit 22ed587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference-artifacts/config.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@
17891789
}
17901790
}
17911791
],
1792-
"xxfirewall-manager": {
1792+
"firewall-manager": {
17931793
"name": "FirewallMgr",
17941794
"image-id": "ami-06fa2a9e6f8fae9f2",
17951795
"instance-sizes": "c5.large",

src/lib/cdk-constructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@aws-accelerator/custom-resource-security-hub-send-invites": "workspace:^0.0.1",
6161
"@aws-accelerator/custom-resource-r53-dns-endpoint-ips": "workspace:^0.0.1",
6262
"hash-sum": "^2.0.0",
63-
"ip-num": "^1.2.2",
63+
"ip-num": "1.2.2",
6464
"pascal-case": "^3.1.1",
6565
"tempy": "0.5.0"
6666
},

0 commit comments

Comments
 (0)