Skip to content

Commit

Permalink
Build(deps): Bump @types/chrome from 0.0.246 to 0.0.248 (#3532)
Browse files Browse the repository at this point in the history
Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.246 to 0.0.248.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 18, 2023
1 parent 23efa43 commit 7afd008
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/adblocker-electron-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@types/chrome": "^0.0.246",
"@types/chrome": "^0.0.248",
"electron": "^27.0.0",
"eslint": "^8.49.0",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-webextension-cosmetics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@types/chai": "^4.3.6",
"@types/chrome": "^0.0.246",
"@types/chrome": "^0.0.248",
"@types/jsdom": "^21.1.3",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-webextension-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@types/chrome": "^0.0.246",
"@types/chrome": "^0.0.248",
"eslint": "^8.49.0",
"rimraf": "^5.0.1",
"rollup": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@remusao/guess-url-type": "^1.2.1",
"@remusao/small": "^1.2.1",
"@remusao/smaz": "^1.9.1",
"@types/chrome": "^0.0.246",
"@types/chrome": "^0.0.248",
"@types/firefox-webext-browser": "^111.0.2",
"tldts-experimental": "^6.0.14"
}
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ __metadata:
"@rollup/plugin-commonjs": ^25.0.4
"@rollup/plugin-node-resolve": ^15.2.1
"@rollup/plugin-typescript": ^11.1.3
"@types/chrome": ^0.0.246
"@types/chrome": ^0.0.248
electron: ^27.0.0
eslint: ^8.49.0
rimraf: ^5.0.1
Expand Down Expand Up @@ -562,7 +562,7 @@ __metadata:
"@rollup/plugin-node-resolve": ^15.2.1
"@rollup/plugin-typescript": ^11.1.3
"@types/chai": ^4.3.6
"@types/chrome": ^0.0.246
"@types/chrome": ^0.0.248
"@types/jsdom": ^21.1.3
"@types/mocha": ^10.0.1
"@types/sinon": ^10.0.16
Expand Down Expand Up @@ -592,7 +592,7 @@ __metadata:
"@rollup/plugin-commonjs": ^25.0.4
"@rollup/plugin-node-resolve": ^15.2.1
"@rollup/plugin-typescript": ^11.1.3
"@types/chrome": ^0.0.246
"@types/chrome": ^0.0.248
eslint: ^8.49.0
rimraf: ^5.0.1
rollup: ^4.0.2
Expand Down Expand Up @@ -641,7 +641,7 @@ __metadata:
"@rollup/plugin-typescript": ^11.1.3
"@types/chai": ^4.3.6
"@types/chai-as-promised": ^7.1.6
"@types/chrome": ^0.0.246
"@types/chrome": ^0.0.248
"@types/firefox-webext-browser": ^111.0.2
"@types/mocha": ^10.0.1
"@types/node": ^20.6.2
Expand Down Expand Up @@ -1978,13 +1978,13 @@ __metadata:
languageName: node
linkType: hard

"@types/chrome@npm:^0.0.246":
version: 0.0.246
resolution: "@types/chrome@npm:0.0.246"
"@types/chrome@npm:^0.0.248":
version: 0.0.248
resolution: "@types/chrome@npm:0.0.248"
dependencies:
"@types/filesystem": "*"
"@types/har-format": "*"
checksum: 6c6d92814b9838bbb1034d0cf731e53f8bb0090dc3e4a248c0e7c4c087fba305702ebf61b80858fec60f52858cb9ecf8148dbe9e94a20d742661085f31ee9cc7
checksum: 3e3c193af1ee46e753d02367ba1e4e0800f8a7784ed47fa5906b6874a28c14475346235490bc92d6575e8d8c2622d11210a7c5cfe832be2d341f8ec601c5cfb1
languageName: node
linkType: hard

Expand Down

0 comments on commit 7afd008

Please sign in to comment.