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..bf30829ae 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.7.1", "sinon": "19.0.2" }, "engines": { @@ -621,13 +621,13 @@ } }, "node_modules/@puppeteer/browsers": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.4.0.tgz", - "integrity": "sha512-x8J1csfIygOwf6D6qUAZ0ASk3z63zPb7wkNeHRerCMh82qWKUrOgkuP005AJC8lDL6/evtXETGEJVcwykKT4/g==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.4.1.tgz", + "integrity": "sha512-0kdAbmic3J09I6dT8e9vE2JOCSt13wHCW5x/ly8TSt2bDtuIWe2TgLZZDHdcziw9AVCzflMAXCrVyRIhIs44Ng==", "dev": true, "license": "Apache-2.0", "dependencies": { - "debug": "^4.3.6", + "debug": "^4.3.7", "extract-zip": "^2.0.1", "progress": "^2.0.3", "proxy-agent": "^6.4.0", @@ -2840,9 +2840,9 @@ } }, "node_modules/globals": { - "version": "15.11.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", - "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", + "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", "license": "MIT", "engines": { "node": ">=18" @@ -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,18 +5400,18 @@ } }, "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.7.1", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-23.7.1.tgz", + "integrity": "sha512-jS6XehagMvxQ12etwY/4EOYZ0Sm8GAsrtGhdQn4AqpJAyHc3RYl7tGd4QYh/MmShDw8sF9FWYQqGidhoXaqokQ==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@puppeteer/browsers": "2.4.0", + "@puppeteer/browsers": "2.4.1", "chromium-bidi": "0.8.0", "cosmiconfig": "^9.0.0", "devtools-protocol": "0.0.1354347", - "puppeteer-core": "23.6.0", + "puppeteer-core": "23.7.1", "typed-query-selector": "^2.12.0" }, "bin": { @@ -5422,13 +5422,13 @@ } }, "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.7.1", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.7.1.tgz", + "integrity": "sha512-Om/qCZhd+HLoAr7GltrRAZpS3uOXwHu7tXAoDbNcJADHjG2zeAlDArgyIPXYGG4QB/EQUHk13Q6RklNxGM73Pg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@puppeteer/browsers": "2.4.0", + "@puppeteer/browsers": "2.4.1", "chromium-bidi": "0.8.0", "debug": "^4.3.7", "devtools-protocol": "0.0.1354347", diff --git a/extension/package.json b/extension/package.json index 64c88213c..bdc380a5c 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.7.1", "sinon": "19.0.2" }, "dependencies": { diff --git a/notification/package-lock.json b/notification/package-lock.json index ff3a586f4..37fa9c969 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", @@ -1956,9 +1956,9 @@ } }, "node_modules/globals": { - "version": "15.11.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", - "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", + "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", "license": "MIT", "engines": { "node": ">=18" @@ -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 33de0199f..6efdc1b90 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",