Skip to content

Commit 23803bc

Browse files
committed
fix(deps): update devdependencies
1 parent d26285b commit 23803bc

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.4
1+
1.8.5

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/lodash.mapkeys": "4.6.9",
2323
"@types/micromatch": "4.0.7",
2424
"jest": "29.7.0",
25-
"prettier": "3.3.0",
25+
"prettier": "3.3.1",
2626
"typescript": "5.4.5"
2727
},
2828
"jest": {

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "1.8.4"
2+
required_version = "1.8.5"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)