Skip to content

Commit

Permalink
Lock aws-sdk version (#3)
Browse files Browse the repository at this point in the history
* lock aws-version

* update version
  • Loading branch information
tysky authored Jun 22, 2021
1 parent 7e6e249 commit cf33c3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbrellio/ucdn",
"version": "0.3.0",
"version": "0.3.1",
"bin": "ucdn",
"main": "index.js",
"repository": "[email protected]:umbrellio/ucdn.git",
Expand All @@ -11,7 +11,7 @@
"lint": "eslint . ucdn"
},
"dependencies": {
"aws-sdk": "^2.701.0",
"aws-sdk": "2.701.0",
"js-yaml": "^3.14.0",
"mime-types": "^2.1.27",
"yargs": "^15.3.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ astral-regex@^1.0.0:
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==

aws-sdk@^2.701.0:
version "2.735.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.735.0.tgz#56533efc29a68f9bb46ed9566bdc2669a35b7003"
integrity sha512-nu5Cz2YcjHv2kgqtxW/DO0lz4Yc8g+xSB0Lb7Dp5iBEfyWLGGnhn5u4ALeFO9UUxLuSieirT1BR18BWSWH/Hlg==
[email protected]:
version "2.701.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.701.0.tgz#9827b7eb2bf87722c348d5195c17620b5fe1bead"
integrity sha512-95fWGr6gvyRH408VP5LQAycB8Wqw665ll7q6/soscGFD+2HuQ+gB5qpSlXJwOgSggKQCaExWoQnDABBoTSXM2w==
dependencies:
buffer "4.9.2"
events "1.1.1"
Expand Down

0 comments on commit cf33c3d

Please sign in to comment.