Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 9, 2024
1 parent 7811b4c commit 52b8ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@
},
"description": "%extension.description%",
"devDependencies": {
"@types/node": "^22.7.5",
"@types/node": "22.7.5",
"del": "8.0.0",
"ts-loader": "~9.5.1",
"ts-loader": "9.5.1",
"tsutils": "3.21.0",
"yargs-parser": "21.1.1"
},
Expand All @@ -441,7 +441,7 @@
"main": "./dist/extension.js",
"name": "node-debug",
"resolutions": {
"gulp/**/yargs-parser": "^5.0.0-security.0"
"gulp/**/yargs-parser": "5.0.0-security.0"
},
"scripts": {
"build": "gulp build",
Expand Down

0 comments on commit 52b8ae6

Please sign in to comment.