Skip to content

Commit 2f36212

Browse files
authored
Update dependencies (refined-github#7420)
1 parent 832cdb4 commit 2f36212

3 files changed

Lines changed: 68 additions & 169 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
environment: Chrome
5050
runs-on: ubuntu-latest
5151
steps:
52+
- uses: actions/download-artifact@v4
5253
- run: npx chrome-webstore-upload-cli@3
5354
working-directory: artifact
5455
env:
@@ -63,6 +64,7 @@ jobs:
6364
environment: Firefox
6465
runs-on: ubuntu-latest
6566
steps:
67+
- uses: actions/download-artifact@v4
6668
- run: npx web-ext@8 sign --channel listed
6769
working-directory: artifact
6870
env:

package-lock.json

Lines changed: 62 additions & 165 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@
8282
"webext-alert": "^1.0.0",
8383
"webext-base-css": "^1.4.4",
8484
"webext-detect-page": "^5.0.1",
85-
"webext-dynamic-content-scripts": "^10.0.1",
86-
"webext-options-sync-per-domain": "^4.2.0",
87-
"webext-permission-toggle": "^5.0.0",
88-
"webext-storage-cache": "^6.0.0",
85+
"webext-dynamic-content-scripts": "^10.0.2",
86+
"webext-options-sync-per-domain": "^4.2.2",
87+
"webext-permission-toggle": "^5.0.1",
88+
"webext-storage-cache": "^6.0.1",
8989
"webextension-polyfill-global": "^0.10.1-1",
9090
"zip-text-nodes": "^1.0.0"
9191
},

0 commit comments

Comments
 (0)