Skip to content

Commit

Permalink
feat: upgrade nodejs and dependencies. (#38)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node22
  • Loading branch information
y-oksaku authored Feb 20, 2025
1 parent 8b5230c commit 141dc8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-notifications-email",
"version": "4.0.0",
"version": "5.0.0",
"description": "Sends email notifications on certain build events.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@hapi/hapi": "^21.0.0",
"chai": "^4.3.7",
"eslint": "^8.27.0",
"eslint-config-screwdriver": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-screwdriver": "^8.0.0",
"mocha": "^10.1.0",
"mocha-multi-reporters": "^1.5.1",
"mocha-sonarqube-reporter": "^1.0.2",
Expand All @@ -43,12 +43,12 @@
"sinon": "^14.0.2"
},
"dependencies": {
"@hapi/hoek": "^10.0.1",
"joi": "^17.7.0",
"nodemailer": "^6.8.0",
"screwdriver-data-schema": "^24.0.0",
"screwdriver-logger": "^2.0.0",
"screwdriver-notifications-base": "^4.0.0",
"@hapi/hoek": "^11.0.7",
"joi": "^17.13.3",
"nodemailer": "^6.10.0",
"screwdriver-data-schema": "^25.0.0",
"screwdriver-logger": "^3.0.0",
"screwdriver-notifications-base": "^5.0.0",
"tinytim": "^0.1.1"
},
"release": {
Expand Down
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shared:
image: node:18
image: node:22

jobs:
main:
Expand Down

0 comments on commit 141dc8c

Please sign in to comment.