Skip to content

Commit

Permalink
fix(deps): update dependency tsafe to ^1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2023
1 parent b729237 commit 242ca80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "denoify",
"version": "1.6.3",
"version": "1.6.4",
"homepage": "https://denoify.land",
"description": "For NPM module authors that would like to support Deno but do not want to write and maintain a port.",
"main": "dist/lib/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"node-fetch": "^2.6.7",
"path-depth": "^1.0.0",
"scripting-tools": "^0.19.14",
"tsafe": "^1.6.4",
"tsafe": "^1.6.5",
"url-join": "^4.0.1"
},
"keywords": [
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,11 @@ tsafe@^1.6.4:
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.4.tgz#048a114761714538c72f16abd25bb247d4e3780e"
integrity sha512-l4Z54QFGHO8GF0gBpb3yPGHjkIkIirl8rwW+lMBmtEMzOJeRs8BdjkDEx6nU8Ak9PQVp/KNDtECxTja8MMIDoA==

tsafe@^1.6.5:
version "1.6.5"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.5.tgz#74943b69190069168a53d2accd6d07891cf1cce8"
integrity sha512-895zss8xqqHKTc28sHGIfZKnt3C5jrstB1DyPr/h3/flK0zojsZUMQL1/W4ytdDW6KI4Oth62nb9rrxmA3s3Iw==

tslib@^2.1.0:
version "2.5.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
Expand Down

0 comments on commit 242ca80

Please sign in to comment.