diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d17d298e..2381f279c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} - name: gcloud sdk - uses: google-github-actions/setup-gcloud@v2.1.1 + uses: google-github-actions/setup-gcloud@v2.1.2 - run: npm run unit - name: gcloud functions deploy run: | @@ -84,7 +84,7 @@ jobs: with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} - name: gcloud sdk - uses: google-github-actions/setup-gcloud@v2.1.1 + uses: google-github-actions/setup-gcloud@v2.1.2 - name: gcloud functions deploy run: | gcloud functions deploy extension-ci \ diff --git a/extension/package-lock.json b/extension/package-lock.json index bc2c7b03e..f604d6497 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -36,11 +36,11 @@ "husky": "9.1.6", "lint-staged": "15.2.10", "localtunnel": "2.0.2", - "mocha": "10.7.3", + "mocha": "10.8.2", "nock": "13.5.5", "prettier": "3.3.3", "proxyquire": "2.1.3", - "puppeteer": "23.6.0", + "puppeteer": "23.6.1", "sinon": "19.0.2" }, "engines": { @@ -4636,9 +4636,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "license": "MIT", "dependencies": { @@ -5400,9 +5400,9 @@ } }, "node_modules/puppeteer": { - "version": "23.6.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-23.6.0.tgz", - "integrity": "sha512-l+Fgo8SVFSd51STtq2crz8t1Y3VXowsuR4zfR64qDOn6oggz7YIZauWiNR4IJjczQ6nvFs3S4cgng55/nesxTQ==", + "version": "23.6.1", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-23.6.1.tgz", + "integrity": "sha512-8+ALGQgwXd3P/tGcuSsxTPGDaOQIjcDIm04I5hpWZv/PiN5q8bQNHRUyfYrifT+flnM9aTWCP7tLEzuB6SlIgA==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", @@ -5411,7 +5411,7 @@ "chromium-bidi": "0.8.0", "cosmiconfig": "^9.0.0", "devtools-protocol": "0.0.1354347", - "puppeteer-core": "23.6.0", + "puppeteer-core": "23.6.1", "typed-query-selector": "^2.12.0" }, "bin": { @@ -5422,9 +5422,9 @@ } }, "node_modules/puppeteer-core": { - "version": "23.6.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.6.0.tgz", - "integrity": "sha512-se1bhgUpR9C529SgHGr/eyT92mYyQPAhA2S9pGtGrVG2xob9qE6Pbp7TlqiSPlnnY1lINqhn6/67EwkdzOmKqQ==", + "version": "23.6.1", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.6.1.tgz", + "integrity": "sha512-DoNLAzQfGklPauEn33N4h9cM9GubJSINEn+AUMwAXwW159Y9JLk5y34Jsbv4c7kG8P0puOYWV9leu2siMZ/QpQ==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/extension/package.json b/extension/package.json index 64c88213c..19c8d9293 100644 --- a/extension/package.json +++ b/extension/package.json @@ -55,11 +55,11 @@ "husky": "9.1.6", "lint-staged": "15.2.10", "localtunnel": "2.0.2", - "mocha": "10.7.3", + "mocha": "10.8.2", "nock": "13.5.5", "prettier": "3.3.3", "proxyquire": "2.1.3", - "puppeteer": "23.6.0", + "puppeteer": "23.6.1", "sinon": "19.0.2" }, "dependencies": { diff --git a/notification/package-lock.json b/notification/package-lock.json index f69fa2f0e..cb6003248 100644 --- a/notification/package-lock.json +++ b/notification/package-lock.json @@ -38,7 +38,7 @@ "ip": "2.0.1", "lint-staged": "15.2.10", "localtunnel": "2.0.2", - "mocha": "10.7.3", + "mocha": "10.8.2", "nock": "13.5.5", "p-map": "7.0.2", "prettier": "3.3.3", @@ -2936,9 +2936,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/notification/package.json b/notification/package.json index 2d7746bc6..8f360bf40 100644 --- a/notification/package.json +++ b/notification/package.json @@ -75,7 +75,7 @@ "ip": "2.0.1", "lint-staged": "15.2.10", "localtunnel": "2.0.2", - "mocha": "10.7.3", + "mocha": "10.8.2", "nock": "13.5.5", "p-map": "7.0.2", "prettier": "3.3.3",