Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 6, 2022
1 parent b633945 commit 19d2119
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"dependencies": {
"@qiwi/deep-proxy": "^2.0.2",
"@types/ip": "^1.1.0",
"@types/node": "^18.0.1",
"@types/node": "^18.0.3",
"@types/semver": "^7.3.10",
"globby-cp": "^1.0.1",
"globby-cp": "^1.1.0",
"ip": "^1.1.8",
"is-reachable": "^5.2.1",
"npm-run-path": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/js/reexport.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { createRequire } from 'node:module'
import { execSync } from 'node:child_process'
import { join } from 'node:path'
const require = createRequire(import.meta.url)

const require = createRequire(import.meta.url)
const reexport = (name) => require(join(
execSync('npm list -g --depth=0 --parseable npm', {shell: true}).toString().trim(),
'node_modules',
Expand Down

0 comments on commit 19d2119

Please sign in to comment.