Skip to content

Commit

Permalink
Bump chardet from 1.5.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [chardet](https://github.com/runk/node-chardet) from 1.5.1 to 2.0.0.
- [Release notes](https://github.com/runk/node-chardet/releases)
- [Commits](runk/node-chardet@v1.5.1...v2.0.0)

---
updated-dependencies:
- dependency-name: chardet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent a7cf887 commit 8551acf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/wabarc/cairn#readme",
"dependencies": {
"axios": "^1.4.0",
"chardet": "^1.5.1",
"chardet": "^2.0.0",
"cheerio": "^1.0.0-rc.12",
"commander": "^10.0.1",
"http-proxy-agent": "^6.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1420,10 +1420,10 @@ char-regex@^1.0.2:
resolved "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz"
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==

chardet@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/chardet/-/chardet-1.5.1.tgz#2a15770a46ce15e25a99f2741c949f43f9925dd5"
integrity sha512-0XMOtA52igKDOIfvJZJ6v0+J9yMF3IuYyEa5oFUxBXA01G6mwCNKpul3bgbFf7lmZuqwN/oyg/zQ1cGS7NyJkQ==
chardet@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/chardet/-/chardet-2.0.0.tgz#24a74bd3954965ba2d30f490a915fc3cf053051f"
integrity sha512-xVgPpulCooDjY6zH4m9YW3jbkaBe3FKIAvF5sj5t7aBNsVl2ljIE+xwJ4iNgiDZHFQvNIpjdKdVOQvvk5ZfxbQ==

cheerio-select@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 8551acf

Please sign in to comment.