Skip to content

Commit

Permalink
no crash
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfrost committed Mar 14, 2024
1 parent e8c73d2 commit 73a1ca7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"aws-cdk-lib": "2.96.2",
"aws-cdk": "2.96.2",
"constructs": "10.2.70"
"aws-cdk-lib": "^2.96.2",
"aws-cdk": "^2.96.2",
"constructs": "^10.2.70"
}
}
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: ABD2EEBF36001B20-533b3da4f296b049-0470CE1FA9550B06-83aa2906ff619812
# bun ./bun.lockb --hash: 7866085B8BDAE0FE-eb3c5a89d1adfce3-2B714FBBCCBB8EF9-bb0ce5bd8508edf7


"@aws-cdk/asset-awscli-v1@^2.2.200":
Expand Down Expand Up @@ -50,14 +50,14 @@ astral-regex@^2.0.0:
resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz"
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==

aws-cdk@2.96.2:
aws-cdk@^2.96.2:
version "2.96.2"
resolved "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.96.2.tgz"
integrity sha512-13ERpPV99OFAD75PLOtl0rRMXTWn6bCrmUPwYKkLwIMkj2xWCBiwo2Y9Qg+UzEszm5NMHA1N4ichSvuZ0mt2IQ==
optionalDependencies:
fsevents "2.3.2"

aws-cdk-lib@2.96.2:
aws-cdk-lib@^2.96.2:
version "2.96.2"
resolved "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.96.2.tgz"
integrity sha512-wDAdPUfNlteLQKrapd5c7hNYHWPzHmFfuMSrddFCajjoscsnd0LeUxM2yAzwJV7vLNp00q2SgUZqRQHcN98dmg==
Expand Down Expand Up @@ -111,12 +111,7 @@ concat-map@0.0.1:
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==

constructs@10.2.70:
version "10.2.70"
resolved "https://registry.npmjs.org/constructs/-/constructs-10.2.70.tgz"
integrity sha512-z6zr1E8K/9tzJbCQzY0UGX0/oVKPFKu9C/mzEnghCG6TAJINnvlq0CMKm63XqqeMleadZYm5T3sZGJKcxJS/Pg==

constructs@^10.0.0:
constructs@^10.0.0, constructs@^10.2.70:
version "10.3.0"
resolved "https://registry.npmjs.org/constructs/-/constructs-10.3.0.tgz"
integrity sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ==
Expand Down

0 comments on commit 73a1ca7

Please sign in to comment.