Skip to content

Commit

Permalink
Update npm minor (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent cb42964 commit 7d46c75
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 16 deletions.
8 changes: 4 additions & 4 deletions download-artifacts/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 download-artifacts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"adm-zip": "0.5.10",
"filesize": "10.0.12"
"filesize": "10.1.0"
}
}
19 changes: 14 additions & 5 deletions get-keyvault-secrets/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 get-keyvault-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Romil Goyal",
"license": "ISC",
"devDependencies": {
"@types/node": "20.7.0",
"@types/node": "20.9.2",
"typescript": "5.2.2"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"husky": "8.0.3",
"lint-staged": "15.1.0",
"prettier": "3.0.3"
"prettier": "3.1.0"
},
"lint-staged": {
"*": "prettier --cache --write --ignore-unknown"
Expand Down

0 comments on commit 7d46c75

Please sign in to comment.