Skip to content

Commit 294c325

Browse files
chore(dep-bump): upgrade dependencies and engine versions
1 parent 99a01ae commit 294c325

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=12.0.0"
12+
"node": ">=14.17.0",
13+
"npm": ">=6.14.13"
1314
},
1415
"homepage": "https://github.com/hexonet/python-sdk",
1516
"repository": "https://github.com/hexonet/python-sdk.git",
@@ -18,10 +19,6 @@
1819
{
1920
"name": "Kai Schwarz",
2021
"email": "kschwarz@hexonet.net"
21-
},
22-
{
23-
"name": "Tulasi Seelamkurthi",
24-
"url": "https://github.com/tulsi91"
2522
}
2623
],
2724
"keywords": [
@@ -41,10 +38,9 @@
4138
"application"
4239
],
4340
"devDependencies": {
44-
"npm": ">=6.13.4",
45-
"@semantic-release/changelog": "^5.0.0",
46-
"@semantic-release/exec": "^5.0.0",
47-
"@semantic-release/git": "^9.0.0",
41+
"@semantic-release/changelog": "^6.0.1",
42+
"@semantic-release/exec": "^6.0.2",
43+
"@semantic-release/git": "^10.0.1",
4844
"semantic-release": "^18.0.1"
4945
}
5046
}

0 commit comments

Comments
 (0)