Skip to content

Commit ea013ff

Browse files
committed
chore: Upgrade dependencies and CFEngines
1 parent 34ac270 commit ea013ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021" ]
13+
cfengine: [ "lucee@5", "lucee@6", "adobe@2021", "adobe@2023" ]
1414
steps:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v2

box.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"shortDescription":"An API for interacting with SendGrid, including sending emails and receiving webhooks",
1616
"description":"An API for interacting with SendGrid, including sending emails and receiving webhooks",
1717
"dependencies":{
18-
"hyper":"^4.0.0"
18+
"hyper":"^7.5.0"
1919
},
2020
"devDependencies":{
21-
"coldbox":"^6.0.0",
22-
"testbox":"^4.0.0"
21+
"coldbox":"^7.0.0",
22+
"testbox":"^5.0.0"
2323
},
2424
"installPaths":{
2525
"hyper":"modules/hyper/",

0 commit comments

Comments
 (0)