Skip to content

Commit

Permalink
Update npm minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent ad7cf4f commit eb81fd7
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 83 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 @@ -2,7 +2,7 @@
"name": "action-download-artifact",
"main": "main.js",
"dependencies": {
"@actions/artifact": "2.0.0",
"@actions/artifact": "2.1.1",
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"adm-zip": "0.5.10",
Expand Down
16 changes: 8 additions & 8 deletions get-keyvault-secrets/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 get-keyvault-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "Romil Goyal",
"license": "ISC",
"devDependencies": {
"@types/node": "20.9.2",
"typescript": "5.2.2"
"@types/node": "20.11.16",
"typescript": "5.3.3"
},
"dependencies": {
"@actions/core": "1.10.1",
Expand Down
169 changes: 103 additions & 66 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"homepage": "https://bitwarden.com",
"devDependencies": {
"husky": "8.0.3",
"lint-staged": "15.1.0",
"prettier": "3.1.0"
"lint-staged": "15.2.2",
"prettier": "3.2.5"
},
"lint-staged": {
"*": "prettier --cache --write --ignore-unknown"
Expand Down

0 comments on commit eb81fd7

Please sign in to comment.