add depend

This commit is contained in:
rca 2024-07-16 04:56:58 +09:00
parent c763f72132
commit 1fd764eb65
2 changed files with 13 additions and 0 deletions

12
package-lock.json generated
View File

@ -13,6 +13,7 @@
"@types/webpack": "^5.28.5",
"@types/webpack-node-externals": "^3.0.4",
"ask-sdk-core": "^2.7.0",
"ask-sdk-dynamodb-persistence-adapter": "^2.14.0",
"ask-sdk-model": "^1.19.0",
"aws-sdk": "^2.326.0",
"pjson": "^1.0.9",
@ -453,6 +454,17 @@
"ask-sdk-model": "^1.29.0"
}
},
"node_modules/ask-sdk-dynamodb-persistence-adapter": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/ask-sdk-dynamodb-persistence-adapter/-/ask-sdk-dynamodb-persistence-adapter-2.14.0.tgz",
"integrity": "sha512-ZEwZ/ijyzUy+U2/L/L3EtFSBbwg3oLqECW3DtWT5udigFnEAFGEtT7j9iQ3sQw1R2NdIE4R3c4ALH+sngWrZdQ==",
"dependencies": {
"aws-sdk": "^2.163.0"
},
"peerDependencies": {
"ask-sdk-core": "^2.0.0"
}
},
"node_modules/ask-sdk-model": {
"version": "1.86.0",
"resolved": "https://registry.npmjs.org/ask-sdk-model/-/ask-sdk-model-1.86.0.tgz",

View File

@ -15,6 +15,7 @@
"@types/webpack": "^5.28.5",
"@types/webpack-node-externals": "^3.0.4",
"ask-sdk-core": "^2.7.0",
"ask-sdk-dynamodb-persistence-adapter": "^2.14.0",
"ask-sdk-model": "^1.19.0",
"aws-sdk": "^2.326.0",
"pjson": "^1.0.9",