Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent c63cd6b commit e033211
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
18 changes: 9 additions & 9 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
},
"devDependencies": {
"@serverless/typescript": "3.30.1",
"@types/archiver": "6.0.0",
"@types/aws-lambda": "8.10.119",
"@types/archiver": "6.0.3",
"@types/aws-lambda": "8.10.146",
"@types/fs-extra": "9.0.13",
"@types/node": "20.8.9",
"@types/node": "20.17.9",
"@types/uuid": "8.3.4",
"archiver": "7.0.0",
"esbuild": "0.19.2",
"archiver": "7.0.1",
"esbuild": "0.24.0",
"esbuild-node-externals": "1.8.0",
"esbuild-node-tsc": "2.0.5",
"npm-run-all2": "6.1.2",
"npm-run-all2": "6.2.6",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"serverless": "3.34.0",
"rimraf": "5.0.10",
"serverless": "3.39.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.1.6"
"typescript": "5.7.2"
},
"author": "Agile Digital",
"license": "MIT"
Expand Down
8 changes: 2 additions & 6 deletions plugin/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,7 @@
uuid "^8.3.2"

"@aws-sdk/client-lambda@^3.154.0":
version "3.556.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-lambda/-/client-lambda-3.556.0.tgz#942c97de620b0841c8b1d2823b826b40c890c1ba"
integrity sha512-HrsdCySeoHA1WTxzOT42ct+Se71ncwRv+vJ3Le6NmUV9oRQ6h7Bw7OYliB5wadP8GHWV7egbbvR+Dy8SwuENvw==
version "3.699.0"
dependencies:
"@aws-crypto/sha256-browser" "3.0.0"
"@aws-crypto/sha256-js" "3.0.0"
Expand Down Expand Up @@ -223,9 +221,7 @@
tslib "^2.6.2"

"@aws-sdk/client-sqs@^3.154.0":
version "3.556.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sqs/-/client-sqs-3.556.0.tgz#22ccdf0b2b6cec7f16241308d8856f155a1288cd"
integrity sha512-Lz6IsuznAkFgU2SYKAb0r0PxkvzQv53/IeqOi/k58jC0rWzOit362519lqJHJ9MNt28NeWrD8CYwYoGB1J4N+Q==
version "3.699.0"
dependencies:
"@aws-crypto/sha256-browser" "3.0.0"
"@aws-crypto/sha256-js" "3.0.0"
Expand Down

0 comments on commit e033211

Please sign in to comment.