@emartech/program-executor
Advanced tools
@@ -75,2 +75,4 @@ name: CI | ||
| - uses: fastify/github-action-merge-dependabot@v3 | ||
| with: | ||
| github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }} | ||
@@ -77,0 +79,0 @@ deploy: |
+6
-6
@@ -22,3 +22,3 @@ { | ||
| "dependencies": { | ||
| "@emartech/json-logger": "9.2.0", | ||
| "@emartech/json-logger": "9.2.1", | ||
| "@emartech/pubsub-client-js": "^1.6.2", | ||
@@ -33,4 +33,4 @@ "@emartech/rabbitmq-client": "5.11.0", | ||
| "devDependencies": { | ||
| "dotenv": "^17.2.3", | ||
| "eslint": "^9.39.2", | ||
| "dotenv": "^17.2.4", | ||
| "eslint": "^10.0.0", | ||
| "eslint-config-emarsys": "5.1.0", | ||
@@ -41,6 +41,6 @@ "eslint-plugin-no-only-tests": "^3.3.0", | ||
| "knex": "^3.1.0", | ||
| "pg": "^8.17.1", | ||
| "semantic-release": "^25.0.2" | ||
| "pg": "^8.18.0", | ||
| "semantic-release": "^25.0.3" | ||
| }, | ||
| "version": "3.16.1" | ||
| "version": "3.17.0" | ||
| } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
107599
0.07%+ Added
- Removed
Updated