Skip to content

Commit

Permalink
update node-ipc in front end
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Sep 8, 2024
1 parent 525f448 commit c5abf20
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 36 deletions.
2 changes: 0 additions & 2 deletions td.server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,13 @@
"supertest": "^4.0.2"
},
"overrides": {
"@achrinza/node-ipc": ">=10.1.10",
"@babel/traverse": ">=7.23.2",
"debug@<3.1.0": ">=4.3.4",
"follow-redirects": ">=1.15.6",
"got": ">=11.8.5",
"ip@<1.1.9": "1.1.9",
"ip@=2.0.0": ">=2.0.1",
"minimatch@<3.0.5": ">=3.0.5",
"node-ipc": ">=11.1.0",
"postcss@<8.4.31": ">=8.4.31",
"systeminformation@<5.21.8": ">=5.21.8",
"tough-cookie@<4.1.3": ">=4.1.3",
Expand Down
59 changes: 27 additions & 32 deletions td.vue/package-lock.json

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

4 changes: 2 additions & 2 deletions td.vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"webpack": "^5.77.0"
},
"overrides": {
"@achrinza/node-ipc": ">=10.1.10",
"@achrinza/node-ipc": ">=10.1.11",
"@babel/traverse": ">=7.23.2",
"braces": ">=3.0.3",
"debug@<3.1.0": ">=4.3.4",
Expand All @@ -149,7 +149,7 @@
"minimist@>=1.0.0 <1.2.3": ">=1.2.3",
"node-fetch": ">=2.6.7",
"node-notifier@<8.0.1": ">=8.0.1",
"node-ipc": ">=11.1.0",
"node-ipc": ">=12.0.0",
"nth-check@<2.0.1": ">=2.0.1",
"@pm2/agent": ">=2.0.4",
"postcss@<8.4.31": ">=8.4.31",
Expand Down

0 comments on commit c5abf20

Please sign in to comment.