Skip to content

Commit

Permalink
build(deps): Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara authored and Ron S committed Apr 20, 2022
1 parent 6d38e71 commit 6625d6a
Show file tree
Hide file tree
Showing 3 changed files with 844 additions and 531 deletions.
8 changes: 4 additions & 4 deletions benchmark/yarn.lock
Expand Up @@ -77,10 +77,10 @@ he@1.2.0:
version "0.0.0"
uid ""

node-html-parser@^3.3.5:
version "3.3.5"
resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-3.3.5.tgz#b312174fda86145b9572218955e400a731c60326"
integrity sha512-d4ex19KYXfhi8dYhGaY4/9oCHRSyaxjd4FKvL3Fx/9f6c+qMVgrG1uXgPO3Mucu+I4Wi7P4o4RIq51NHNiWpSQ==
node-html-parser@^4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-4.1.5.tgz#e3ff5b39a098e70de3629c9c79c4e29a3fa5f062"
integrity sha512-NLgqUXtftqnBqIjlRjYSaApaqE7TTxfTiH4VqKCjdUJKFOtUzRwney83EHz2qYc0XoxXAkYdmLjENCuZHvsIFg==
dependencies:
css-select "^4.1.3"
he "1.2.0"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -48,17 +48,17 @@
"node": ">=10.0.0"
},
"dependencies": {
"node-html-parser": "^4.1.5"
"node-html-parser": "^5.3.3"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^16.6.1",
"jest": "^27.0.6",
"standard-version": "^9.3.1",
"ts-jest": "^27.0.4",
"ts-node": "^10.2.0",
"ts-patch": "^1.4.2",
"typescript": "^4.3.5"
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"jest": "^27.5.1",
"standard-version": "^9.3.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"ts-patch": "^2.0.1",
"typescript": "^4.6.3"
},
"standard-version": {
"types": [
Expand Down

0 comments on commit 6625d6a

Please sign in to comment.