Skip to content

Commit 1ade9f2

Browse files
committed
Update deps and changelog
1 parent 79ddb9e commit 1ade9f2

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
---
44

5+
## [5.5.2] 2023-02-17
6+
7+
### Changed
8+
9+
- Improve printing env var and live AWS resource configuration
10+
- Improve readme docs relating to which interfaces Sandbox binds to; thanks @lpsinger!
11+
- Updated dependencies
12+
13+
---
14+
515
## [5.5.1] 2023-02-07
616

717
### Added

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"dependencies": {
3131
"@architect/asap": "~5.1.1",
3232
"@architect/create": "~4.1.4",
33-
"@architect/hydrate": "~3.1.10",
34-
"@architect/inventory": "~3.4.0",
33+
"@architect/hydrate": "~3.1.11",
34+
"@architect/inventory": "~3.4.2",
3535
"@architect/utils": "~3.1.2",
3636
"@aws-sdk/client-apigatewaymanagementapi": "3.188.0",
3737
"@aws-sdk/client-dynamodb": "3.188.0",
@@ -50,22 +50,22 @@
5050
"glob": "~8.1.0",
5151
"http-proxy": "~1.18.1",
5252
"lambda-runtimes": "~1.1.3",
53-
"minimist": "~1.2.7",
53+
"minimist": "~1.2.8",
5454
"router": "~1.3.7",
5555
"run-parallel": "~1.2.0",
5656
"run-series": "~1.1.9",
5757
"send": "~0.18.0",
5858
"server-destroy": "~1.0.1",
5959
"tree-kill": "~1.2.2",
6060
"update-notifier-cjs": "~5.1.6",
61-
"ws": "~8.12.0"
61+
"ws": "~8.12.1"
6262
},
6363
"devDependencies": {
6464
"@architect/eslint-config": "~2.1.1",
65-
"@architect/functions": "~5.3.3",
65+
"@architect/functions": "~5.3.4",
6666
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
6767
"cross-env": "~7.0.3",
68-
"eslint": "~8.32.0",
68+
"eslint": "~8.34.0",
6969
"fs-extra": "~11.1.0",
7070
"nyc": "~15.1.0",
7171
"pkg": "~5.8.0",

0 commit comments

Comments
 (0)