Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump webextension-polyfill from 0.8.0 to 0.10.0 in /MinimalExtension #496

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump webextension-polyfill from 0.8.0 to 0.10.0 in /MinimalExtension
Bumps [webextension-polyfill](https://github.com/mozilla/webextension-polyfill) from 0.8.0 to 0.10.0.
- [Release notes](https://github.com/mozilla/webextension-polyfill/releases)
- [Commits](mozilla/webextension-polyfill@0.8.0...0.10.0)

---
updated-dependencies:
- dependency-name: webextension-polyfill
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2022
commit 4c36146128579075c9a8b972c1aa3fdc71d9cb91
14 changes: 7 additions & 7 deletions MinimalExtension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MinimalExtension/package.json
Original file line number Diff line number Diff line change
@@ -38,6 +38,6 @@
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.6.0",
"jquery": "^3.6.0",
"webextension-polyfill": "^0.8.0"
"webextension-polyfill": "^0.10.0"
}
}