Skip to content

Commit

Permalink
@tapjs/processinfo@3.1.4
Browse files Browse the repository at this point in the history
Fix: #934
  • Loading branch information
isaacs committed Oct 1, 2023
1 parent c433477 commit 2dfff65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@esbuild-kit/cjs-loader": "^2.4.4",
"@esbuild-kit/esm-loader": "^2.6.5",
"@tapjs/processinfo": "^3.1.2",
"@tapjs/processinfo": "^3.1.4",
"@types/diff": "^5.0.5",
"@types/ms": "^0.7.32",
"@types/mustache": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/core/package.json
Expand Up @@ -51,7 +51,7 @@
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/processinfo": "^3.1.2",
"@tapjs/processinfo": "^3.1.4",
"@tapjs/stack": "1.2.3",
"@tapjs/test": "1.3.4",
"async-hook-domain": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/run/package.json
Expand Up @@ -42,7 +42,7 @@
"@tapjs/after": "1.1.4",
"@tapjs/before": "1.1.4",
"@tapjs/config": "2.4.0",
"@tapjs/processinfo": "^3.1.2",
"@tapjs/processinfo": "^3.1.4",
"@tapjs/reporter": "1.3.0",
"@tapjs/spawn": "1.1.4",
"@tapjs/stdin": "1.1.4",
Expand Down

0 comments on commit 2dfff65

Please sign in to comment.