Skip to content

Commit

Permalink
fix(deps): update dependency tsafe to ^1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 1, 2024
1 parent f97cc5c commit a080ea4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.13",
"version": "1.6.14",
"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.7.2",
"tsafe": "^1.7.4",
"url-join": "^4.0.1"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1610,10 +1610,10 @@ tsafe@^1.6.6:
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.6.tgz#fd93e64d6eb13ef83ed1650669cc24bad4f5df9f"
integrity sha512-gzkapsdbMNwBnTIjgO758GujLCj031IgHK/PKr2mrmkCSJMhSOR5FeOuSxKLMUoYc0vAA4RGEYYbjt/v6afD3g==

tsafe@^1.7.2:
version "1.7.2"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.7.2.tgz#0f63d414876287ad01b135f832722f93e22da374"
integrity sha512-dAPfQLhCfCRre5qs+Z5Q2a7s2CV7RxffZUmvj7puGaePYjECzWREJFd3w4XSFe/T5tbxgowfItA/JSSZ6Ma3dA==
tsafe@^1.7.4:
version "1.7.4"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.7.4.tgz#7dd288b1a1be8d9c25e84ab8dd8a7df6094168d7"
integrity sha512-4BrLklZMJ14dEtA+CkhY9OtID3al4+/GJhaeocWPtUuoZPr4SJkaqoPemyFgkLC1Y3LRNXF9zxa94SwssRGMaQ==

tslib@^2.1.0:
version "2.5.3"
Expand Down

0 comments on commit a080ea4

Please sign in to comment.