Skip to content

Commit 4883370

Browse files
committed
bump deps, add layer build error handling
1 parent 5a02e1a commit 4883370

File tree

5 files changed

+5092
-5024
lines changed

5 files changed

+5092
-5024
lines changed

layers/src/postgres-layer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "",
1111
"license": "MIT",
1212
"dependencies": {
13-
"pg": "^8.13.1",
13+
"pg": "^8.13.3",
1414
"pg-hstore": "^2.3.4"
1515
}
1616
}

layers/src/sample-layer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"author": "therightstuff",
1414
"license": "MIT",
1515
"dependencies": {
16-
"uuid": "^11.0.5"
16+
"uuid": "^11.1.0"
1717
}
1818
}

0 commit comments

Comments
 (0)