forked from aws-samples/aws-serverless-airline-booking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
28 lines (28 loc) · 825 Bytes
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@aws-cdk/core": {
"version": "1.16.3",
"resolved": "https://registry.npmjs.org/@aws-cdk/core/-/core-1.16.3.tgz",
"integrity": "sha512-S1OfvtDVhg1iijH4elzy+cjcvdDitVgwyydnSBxueai1ryuHv5Nhrmg9e8t9KsF552Fa01gzuQ/z2wuVzRSYpw==",
"requires": {
"@aws-cdk/cx-api": "1.16.3"
}
},
"@aws-cdk/cx-api": {
"version": "1.16.3",
"resolved": "https://registry.npmjs.org/@aws-cdk/cx-api/-/cx-api-1.16.3.tgz",
"integrity": "sha512-NFp8/qHTxM5EXl/NQf7yqbdSI2lAfR1DApzuk+p63wDhX0N8Q+8Ez1K0SNTehZmve+ABbJxo+AALWKDPPCk/Pg==",
"requires": {
"semver": "^6.3.0"
},
"dependencies": {
"semver": {
"version": "6.3.0",
"bundled": true
}
}
}
}
}