diff --git a/.github/workflows/producer-js-browser-based-ingestion.yaml b/.github/workflows/producer-js-browser-based-ingestion.yaml index 12d16730..4e418240 100644 --- a/.github/workflows/producer-js-browser-based-ingestion.yaml +++ b/.github/workflows/producer-js-browser-based-ingestion.yaml @@ -5,13 +5,13 @@ on: branches: - master paths: - - 'webrtc-js/**' + - 'producer-js/browser-based-ingestion/**' - '.github/workflows/producer-js-browser-based-ingestion.yaml' pull_request: branches: - master paths: - - 'webrtc-js/**' + - 'producer-js/browser-based-ingestion/**' - '.github/workflows/producer-js-browser-based-ingestion.yaml' jobs: diff --git a/producer-js/browser-based-ingestion/package-lock.json b/producer-js/browser-based-ingestion/package-lock.json index 6477a16f..6dec1e52 100644 --- a/producer-js/browser-based-ingestion/package-lock.json +++ b/producer-js/browser-based-ingestion/package-lock.json @@ -2939,9 +2939,9 @@ "dev": true }, "node_modules/elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -11048,9 +11048,9 @@ "dev": true }, "elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", "requires": { "bn.js": "^4.11.9", "brorand": "^1.1.0",