Skip to content

Commit bef5a70

Browse files
author
Hoseong-Seo
committed
Bump micromatch from 4.0.5 to 4.0.8
1 parent b8d29d4 commit bef5a70

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

scripts/build-application.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ for SERVICE in "${SERVICE_REPOS[@]}"; do
4646
echo "➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤➤"
4747
echo "Repository [$SERVICE] checking..."
4848
REPO_EXISTS=$(aws ecr describe-repositories --repository-names "$SERVICE" --query 'repositories[0].repositoryUri' --output text)
49-
echo "exist repo: $REPO_EXISTS"
49+
5050
if [ "$REPO_EXISTS" == "${ACCOUNT_ID}.dkr.ecr.${REGION}.amazonaws.com/$SERVICE" ]; then
5151
echo "Repository [$SERVICE] already exists."
5252
else

server/application/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ brace-expansion@^2.0.1:
16601660
dependencies:
16611661
balanced-match "^1.0.0"
16621662

1663-
braces@^3.0.2, braces@~3.0.2:
1663+
braces@^3.0.3, braces@~3.0.2:
16641664
version "3.0.3"
16651665
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
16661666
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
@@ -2893,7 +2893,7 @@ micromatch@^4.0.0:
28932893
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
28942894
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
28952895
dependencies:
2896-
braces "^3.0.2"
2896+
braces "^3.0.3"
28972897
picomatch "^2.3.1"
28982898

28992899

server/package-lock.json

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

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@aws-cdk/aws-lambda-python-alpha": "2.140.0-alpha.0",
20-
"@cdklabs/sbt-aws": "0.5.1",
20+
"@cdklabs/sbt-aws": "0.5.3",
2121
"aws-cdk-lib": "2.140.0",
2222
"constructs": "10.0.5"
2323
}

0 commit comments

Comments
 (0)