Skip to content

Commit

Permalink
fix(deps): update dependency jschardet to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 2367ee0 commit b3d197b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/ynap-parsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"date-fns": "2.30.0",
"iban": "^0.0.14",
"iconv-lite": "^0.6.0",
"jschardet": "^2.1.0",
"jschardet": "^3.0.0",
"lodash": "^4.17.15",
"mdn-polyfills": "^5.18.0",
"mt940-js": "^0.6.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ynap-parsers/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2171,10 +2171,10 @@ jsbn@~0.1.0:
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=

jschardet@^2.1.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-2.3.0.tgz#06e2636e16c8ada36feebbdc08aa34e6a9b3ff75"
integrity sha512-6I6xT7XN/7sBB7q8ObzKbmv5vN+blzLcboDE1BNEsEfmRXJValMxO6OIRT69ylPBRemS3rw6US+CMCar0OBc9g==
jschardet@^3.0.0:
version "3.1.3"
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-3.1.3.tgz#10c2289fdae91a0aa9de8bba9c59055fd78898d3"
integrity sha512-Q1PKVMK/uu+yjdlobgWIYkUOCR1SqUmW9m/eUJNNj4zI2N12i25v8fYpVf+zCakQeaTdBdhnZTFbVIAVZIVVOg==

jsdom@^11.5.1:
version "11.12.0"
Expand Down

0 comments on commit b3d197b

Please sign in to comment.