fix 2049 timebox 1j zapier integration 4 define and implement a first trigger for zapier app (#2139)

Update dotenv dependency
This commit is contained in:
martmull 2023-10-20 11:43:27 +02:00 committed by GitHub
parent 14a5a91499
commit 993be61ee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,8 @@
},
"dependencies": {
"prettier": "^3.0.3",
"zapier-platform-core": "15.4.1"
"zapier-platform-core": "15.4.1",
"dotenv-cli": "^7.2.1"
},
"devDependencies": {
"@types/jest": "^29.5.5",
@ -27,7 +28,6 @@
"jest": "^29.6.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"dotenv-cli": "^7.2.1",
"zapier-platform-cli": "^15.4.1"
},
"private": true,