Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Dec 12, 2023
1 parent 6b711e1 commit 82b9d0d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"author": "Brian LeRoux <b@brian.io>",
"license": "Apache-2.0",
"dependencies": {
"@aws-lite/apigatewaymanagementapi": "^0.0.2",
"@aws-lite/client": "^0.10.2",
"@aws-lite/dynamodb": "^0.2.1",
"@aws-lite/sns": "^0.0.0",
"@aws-lite/sqs": "^0.0.0",
"@aws-lite/ssm": "^0.1.0",
"cookie": "^0.5.0",
"@aws-lite/apigatewaymanagementapi": "^0.0.4",
"@aws-lite/client": "^0.12.2",
"@aws-lite/dynamodb": "^0.3.0",
"@aws-lite/sns": "^0.0.3",
"@aws-lite/sqs": "^0.0.3",
"@aws-lite/ssm": "^0.2.1",
"cookie": "^0.6.0",
"cookie-signature": "^1.2.1",
"csrf": "^3.1.0",
"node-webtokens": "^1.0.4",
Expand All @@ -40,22 +40,22 @@
"uid-safe": "^2.1.5"
},
"devDependencies": {
"@architect/asap": "^6.0.3",
"@architect/asap": "^6.0.4",
"@architect/eslint-config": "2.1.1",
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
"@architect/sandbox": "^5.8.3",
"@types/aws-lambda": "^8.10.119",
"@architect/sandbox": "^5.9.4",
"@types/aws-lambda": "^8.10.130",
"@types/node": "18",
"cross-env": "~7.0.3",
"eslint": "^8.51.0",
"eslint": "^8.55.0",
"nyc": "~15.1.0",
"proxyquire": "~2.1.3",
"sinon": "^15.2.0",
"tap-arc": "^1.0.2",
"sinon": "^17.0.1",
"tap-arc": "^1.2.2",
"tap-spec": "^5.0.0",
"tape": "^5.7.0",
"tape": "^5.7.2",
"tiny-json-http": "^7.5.1",
"tsd": "^0.28.1"
"tsd": "^0.29.0"
},
"files": [
"types/*",
Expand Down

0 comments on commit 82b9d0d

Please sign in to comment.