Skip to content

Commit

Permalink
Merge pull request #4420 from ghostery/dependabot/npm_and_yarn/types/…
Browse files Browse the repository at this point in the history
…chrome-0.0.280
  • Loading branch information
seia-soto authored Nov 4, 2024
2 parents ce131c7 + 3775e81 commit d7addbc
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 @@ -38,7 +38,7 @@
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^12.1.0",
"@types/chrome": "^0.0.279",
"@types/chrome": "^0.0.280",
"electron": "^33.0.0",
"eslint": "^9.3.0",
"rimraf": "^6.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 @@ -81,7 +81,7 @@
],
"devDependencies": {
"@types/chai": "^5.0.0",
"@types/chrome": "^0.0.279",
"@types/chrome": "^0.0.280",
"@types/jsdom": "^21.1.3",
"@types/mocha": "^10.0.1",
"@types/node": "^22.0.2",
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 @@ -39,7 +39,7 @@
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^12.1.0",
"@types/chrome": "^0.0.279",
"@types/chrome": "^0.0.280",
"@types/webextension-polyfill": "^0.12.1",
"eslint": "^9.3.0",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@remusao/guess-url-type": "^1.3.0",
"@remusao/small": "^1.2.1",
"@remusao/smaz": "^1.9.1",
"@types/chrome": "^0.0.279",
"@types/chrome": "^0.0.280",
"@types/firefox-webext-browser": "^120.0.0",
"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 @@ -694,7 +694,7 @@ __metadata:
"@rollup/plugin-commonjs": "npm:^28.0.0"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-typescript": "npm:^12.1.0"
"@types/chrome": "npm:^0.0.279"
"@types/chrome": "npm:^0.0.280"
electron: "npm:^33.0.0"
eslint: "npm:^9.3.0"
rimraf: "npm:^6.0.1"
Expand Down Expand Up @@ -837,7 +837,7 @@ __metadata:
"@ghostery/adblocker-content": "npm:^2.0.3"
"@ghostery/adblocker-extended-selectors": "npm:^2.0.3"
"@types/chai": "npm:^5.0.0"
"@types/chrome": "npm:^0.0.279"
"@types/chrome": "npm:^0.0.280"
"@types/jsdom": "npm:^21.1.3"
"@types/mocha": "npm:^10.0.1"
"@types/node": "npm:^22.0.2"
Expand All @@ -864,7 +864,7 @@ __metadata:
"@rollup/plugin-commonjs": "npm:^28.0.0"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-typescript": "npm:^12.1.0"
"@types/chrome": "npm:^0.0.279"
"@types/chrome": "npm:^0.0.280"
"@types/webextension-polyfill": "npm:^0.12.1"
eslint: "npm:^9.3.0"
rimraf: "npm:^6.0.1"
Expand Down Expand Up @@ -909,7 +909,7 @@ __metadata:
"@remusao/smaz-generate": "npm:^1.9.1"
"@rollup/plugin-terser": "npm:^0.4.4"
"@types/chai": "npm:^5.0.0"
"@types/chrome": "npm:^0.0.279"
"@types/chrome": "npm:^0.0.280"
"@types/firefox-webext-browser": "npm:^120.0.0"
"@types/mocha": "npm:^10.0.1"
"@types/node": "npm:^22.0.2"
Expand Down Expand Up @@ -2312,13 +2312,13 @@ __metadata:
languageName: node
linkType: hard

"@types/chrome@npm:^0.0.279":
version: 0.0.279
resolution: "@types/chrome@npm:0.0.279"
"@types/chrome@npm:^0.0.280":
version: 0.0.280
resolution: "@types/chrome@npm:0.0.280"
dependencies:
"@types/filesystem": "npm:*"
"@types/har-format": "npm:*"
checksum: 10/c2f2287036b3bad1ea04545976c5e71a55582dcbfae1a7f7aaa8ceca39432fc86f04bed9eb042d74cd98c023a888ed3e4fd18ef5c95f415dd96e9382e3f06703
checksum: 10/81aed88de06e264049b8fdfefa54d6ce930dfc44aaea11eb95743fd6b856edf6e9a9974914ccf64359eee30808c0b3368e6ae2a1be97b2195962b3fbcdcc3138
languageName: node
linkType: hard

Expand Down

0 comments on commit d7addbc

Please sign in to comment.