Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman authored Nov 4, 2023
2 parents 65d990b + 706492f commit 0df903e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val versions = new {
val outwatch = "1.0.0-RC17"
val colibri = "0.7.8"
val funStack = "0.8.9"
val tapir = "1.8.2"
val tapir = "1.8.4"
val pprint = "0.8.1"
}

Expand Down
2 changes: 1 addition & 1 deletion lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "UNLICENSED",
"dependencies": {
"aws-sdk": "2.1478.0"
"aws-sdk": "2.1483.0"
},
"devDependencies": {
"@fun-stack/fun-pack": "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "UNLICENSED",
"devDependencies": {
"@fun-stack/fun-local-env": "^0.3.15",
"cypress": "^13.3.2",
"cypress": "^13.3.3",
"wait-on": "^7.0.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,10 @@ cross-spawn@^7.0.0:
shebang-command "^2.0.0"
which "^2.0.1"

cypress@^13.3.2:
version "13.3.2"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.3.2.tgz#b4baa64ce37d7874f6bdd8efbc28a9c722c0686f"
integrity sha512-ArLmZObcLC+xxCp7zJZZbhby9FUf5CueLej9dUM4+5j37FTS4iMSgHxQLDu01PydFUvDXcNoIVRCYrHHxD7Ybg==
cypress@^13.3.3:
version "13.3.3"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.3.3.tgz#353e69b6543aee8aee4e91fa39bcecbab26ab564"
integrity sha512-mbdkojHhKB1xbrj7CrKWHi22uFx9P9vQFiR0sYDZZoK99OMp9/ZYN55TO5pjbXmV7xvCJ4JwBoADXjOJK8aCJw==
dependencies:
"@cypress/request" "^3.0.0"
"@cypress/xvfb" "^1.2.4"
Expand Down

0 comments on commit 0df903e

Please sign in to comment.