Skip to content

Commit

Permalink
Bump the external-dependencies group with 3 updates (#2318)
Browse files Browse the repository at this point in the history
Bumps the external-dependencies group with 3 updates: [tldts](https://github.com/remusao/tldts), [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) and [eslint](https://github.com/eslint/eslint).


Updates `tldts` from 6.0.18 to 6.0.19
- [Release notes](https://github.com/remusao/tldts/releases)
- [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
- [Commits](remusao/tldts@v6.0.18...v6.0.19)

Updates `@types/chrome` from 0.0.248 to 0.0.249
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `eslint` from 8.52.0 to 8.53.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.52.0...v8.53.0)

---
updated-dependencies:
- dependency-name: tldts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-dependencies
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: external-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: external-dependencies
...

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 Nov 9, 2023
1 parent dd707d8 commit 5881677
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
94 changes: 47 additions & 47 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"devDependencies": {
"@fingerprintjs/fingerprintjs": "^4.1.0",
"@playwright/test": "^1.39.0",
"@types/chrome": "0.0.248",
"@types/chrome": "0.0.249",
"@types/jasmine": "^4.3.5",
"@types/webextension-polyfill": "^0.10.5",
"asana": "github:Asana/node-asana",
"duckduckgo-colors": "0.0.1",
"esbuild": "^0.19.5",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
Expand Down Expand Up @@ -83,7 +83,7 @@
"normalize.scss": "0.1.0",
"privacy-test-pages": "github:duckduckgo/privacy-test-pages#1.2.2",
"punycode": "2.3.1",
"tldts": "^6.0.18",
"tldts": "^6.0.19",
"web-ext": "^7.8.0",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/privacy-grade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"tldts": "^6.0.18"
"tldts": "^6.0.19"
},
"devDependencies": {
"esbuild": "^0.19.5"
Expand Down

0 comments on commit 5881677

Please sign in to comment.