Skip to content

Commit

Permalink
fix(deps): Batch update dependencies (#173)
Browse files Browse the repository at this point in the history
fix(deps): update eslint monorepo to ^9.7.0
fix(deps): update dependency husky to ^9.1.1
fix(deps): update dependency pino to ^9.3.1
fix(deps): update dependency prettier to ^3.3.3
fix(deps): update dependency @google-cloud/storage to ^7.12.0
fix(deps): update node.js to v22.4.1

Co-authored-by: Mend Renovate <[email protected]>
  • Loading branch information
nielm and renovate-bot authored Jul 18, 2024
1 parent aca13c7 commit dbab751
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codehealth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.4.1
check-latest: true

# Install eslint
Expand Down
2 changes: 1 addition & 1 deletion cloudrun-malware-scanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:22
FROM node:22.4.1
WORKDIR /app
COPY . /app

Expand Down
73 changes: 39 additions & 34 deletions cloudrun-malware-scanner/package-lock.json

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

12 changes: 6 additions & 6 deletions cloudrun-malware-scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/storage": "^7.11.2",
"@google-cloud/storage": "^7.12.0",
"@opencensus/core": "^0.1.0",
"@opencensus/exporter-stackdriver": "^0.1.0",
"clamdjs": "^1.0.2",
"eventid": "^2.0.1",
"express": "^4.19.2",
"google-auth-library": "^9.11.0",
"http-proxy": "^1.18.1",
"pino": "^9.2.0"
"pino": "^9.3.1"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.6.0",
"@eslint/js": "^9.7.0",
"@types/express": "^4.17.21",
"@types/http-proxy": "^1.17.14",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"globals": "^15.8.0",
"husky": "^9.0.11",
"prettier": "^3.3.2",
"husky": "^9.1.1",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
}
}

0 comments on commit dbab751

Please sign in to comment.