Skip to content

Commit

Permalink
Merge pull request #355 from devmehq/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed authored Mar 23, 2024
2 parents 5f7d23b + 0945df3 commit e8d8769
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"epub2": "3.0.2",
"html-entities": "2.5.2",
"iconv-lite": "0.6.3",
"jschardet": "3.1.0",
"jschardet": "3.1.1",
"marked": "12.0.1",
"meow": "13.2.0",
"mime": "4.0.1",
Expand All @@ -76,7 +76,7 @@
"yauzl": "3.1.2"
},
"devDependencies": {
"@types/chai": "4.3.13",
"@types/chai": "4.3.14",
"@types/eslint": "8.56.6",
"@types/eslint-plugin-prettier": "3.1.3",
"@types/marked": "5.0.2",
Expand Down Expand Up @@ -104,7 +104,7 @@
"pretty-quick": "3.3.1",
"should": "13.2.3",
"ts-node": "10.9.2",
"typescript": "5.4.2"
"typescript": "5.4.3"
},
"engines": {
"node": ">=14"
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==

"@types/chai@4.3.13":
version "4.3.13"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.13.tgz#1b152232b93959829842177cbdfc756ed27e9fd9"
integrity sha512-+LxQEbg4BDUf88utmhpUpTyYn1zHao443aGnXIAQak9ZMt9Rtsic0Oig0OS1xyIqdDXc5uMekoC6NaiUlkT/qA==
"@types/chai@4.3.14":
version "4.3.14"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.14.tgz#ae3055ea2be43c91c9fd700a36d67820026d96e6"
integrity sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==

"@types/eslint-plugin-prettier@3.1.3":
version "3.1.3"
Expand Down Expand Up @@ -3047,10 +3047,10 @@ js-yaml@^3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"

jschardet@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-3.1.0.tgz#6e71acdf8e1998ada30f13f25bf9de3a168dadb2"
integrity sha512-MND0yjRsoQ/3iFXce7lqV/iBmqH9oWGUTlty36obRBZjhFDWCLKjXgfxY75wYfwlW7EFqw52tyziy/q4WsQmrA==
jschardet@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-3.1.1.tgz#39a18bd1a1cdc7e85a6f42eef47490ee79b2f0c1"
integrity sha512-Jbygqaa20I+0ImPjmMbrsY3QrMkfwfI5G/VNlb6c9nDIyyOw8msfWHzTy04/sawa4rjn0t9WYy3nahWlSjB5zw==

jsesc@^2.5.1:
version "2.5.2"
Expand Down Expand Up @@ -4602,10 +4602,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@5.4.2:
version "5.4.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
typescript@5.4.3:
version "5.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==

unbox-primitive@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit e8d8769

Please sign in to comment.