Skip to content

Commit 7323245

Browse files
authored
fix(stepFunctions): bump amazon-states-language-service dependency to ^1.7.2 (#2660)
* Bump amazon-states-language-service dependency to ^1.7.2 * Add changelog entry
1 parent 89a35f8 commit 7323245

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Bump amazon-states-language-service dependency to ^1.7.2 to allow state machines with non-object values for Parameters property"
4+
}

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3005,7 +3005,7 @@
30053005
"@aws-sdk/credential-provider-sso": "^3.38.0",
30063006
"@aws-sdk/util-arn-parser": "^3.46.0",
30073007
"adm-zip": "^0.5.9",
3008-
"amazon-states-language-service": "^1.7.1",
3008+
"amazon-states-language-service": "^1.7.2",
30093009
"async-lock": "^1.3.0",
30103010
"aws-sdk": "^2.1048.0",
30113011
"aws-ssm-document-language-service": "^1.0.0",

0 commit comments

Comments
 (0)