Skip to content

Commit 0bbae1e

Browse files
committed
fix(deps): update dependency micro to v9.4.1
1 parent f675305 commit 0bbae1e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

webhooks/order-confirmation-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"micro-dev": "3.1.0"
99
},
1010
"dependencies": {
11-
"micro": "9.3.4",
11+
"micro": "9.4.1",
1212
"micro-cors": "0.1.1",
1313
"postmark": "2.9.5"
1414
}

webhooks/shipping-confirmation-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"micro-dev": "3.1.0"
99
},
1010
"dependencies": {
11-
"micro": "9.3.4",
11+
"micro": "9.4.1",
1212
"micro-cors": "0.1.1",
1313
"postmark": "2.9.5"
1414
}

webhooks/short-order-id/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@moltin/request": "1.6.2",
1212
"cuid": "2.1.8",
13-
"micro": "9.3.4",
13+
"micro": "9.4.1",
1414
"micro-cors": "0.1.1"
1515
}
1616
}

webhooks/sync-catalog-to-algolia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"algoliasearch": "3.35.1",
9-
"micro": "9.3.4",
9+
"micro": "9.4.1",
1010
"micro-cors": "0.1.1"
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)