Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Jan 31, 2024
1 parent aa48fce commit 38947a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
},
"license": "Apache-2.0",
"dependencies": {
"@architect/asap": "~7.0.0-RC.1",
"@architect/asap": "~7.0.0-RC.2",
"@architect/parser": "~6.0.3",
"@architect/utils": "~4.0.0-RC.3",
"@aws-lite/client": "~0.14.2",
"@aws-lite/ssm": "~0.2.2",
"@architect/utils": "~4.0.0-RC.4",
"@aws-lite/client": "^0.15.1",
"@aws-lite/ssm": "^0.2.2",
"lambda-runtimes": "~2.0.0"
},
"devDependencies": {
"@architect/eslint-config": "~2.1.2",
"cross-env": "~7.0.3",
"dotenv": "~16.4.0",
"dotenv": "~16.4.1",
"eslint": "~8.56.0",
"mock-tmp": "~0.0.2",
"nyc": "~15.1.0",
"proxyquire": "~2.1.3",
"tap-arc": "^1.2.2",
"tape": "^5.7.3"
"tape": "^5.7.4"
},
"eslintConfig": {
"extends": "@architect/eslint-config"
Expand Down

0 comments on commit 38947a0

Please sign in to comment.