Skip to content

Commit 2b3ac70

Browse files
committed
Update dependencies
1 parent 617ec8f commit 2b3ac70

File tree

3 files changed

+87
-66
lines changed

3 files changed

+87
-66
lines changed

_build-package.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ npm run wrapper-transform
2424
Source = 'README.md'
2525
},
2626
@{
27-
Destination = Join-Path -Path 'nodejs-wrapper' -ChildPath 'package-lock.json'
27+
Destination = 'nodejs-wrapper\package-lock.json'
2828
Source = 'package-lock.json'
2929
},
3030
@{
31-
Destination = Join-Path -Path 'nodejs-wrapper' -ChildPath 'package.json'
31+
Destination = 'nodejs-wrapper\package.json'
3232
Source = 'package.json'
3333
}
3434
) |
@@ -37,6 +37,6 @@ npm run wrapper-transform
3737
}
3838
If (!$SkipNodeJSModules.IsPresent) {
3939
Set-Location -LiteralPath $PackageWrapperRoot
40-
npm install --ignore-scripts --omit dev
40+
npm install --ignore-scripts --omit=dev
4141
}
4242
Set-Location -LiteralPath $OriginalLocation

package-lock.json

Lines changed: 80 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
"wrapper-transform": "tsc"
3030
},
3131
"dependencies": {
32-
"@actions/artifact": "^2.1.1",
32+
"@actions/artifact": "^2.1.3",
3333
"@actions/cache": "^3.2.4",
3434
"@actions/core": "^1.10.1",
3535
"@actions/tool-cache": "^2.0.1"
3636
},
3737
"devDependencies": {
38-
"@stylistic/eslint-plugin": "^1.6.1",
39-
"@types/node": "^20.11.17",
38+
"@stylistic/eslint-plugin": "^1.6.2",
39+
"@types/node": "^20.11.21",
4040
"@typescript-eslint/eslint-plugin": "^6.21.0",
4141
"@typescript-eslint/parser": "^6.21.0",
42-
"eslint": "^8.56.0",
42+
"eslint": "^8.57.0",
4343
"eslint-plugin-only-warn": "^1.1.0",
4444
"typescript": "^5.3.3"
4545
},

0 commit comments

Comments
 (0)