Skip to content

Commit 02910ca

Browse files
committed
Update npm dependencies
1 parent 7e0f06d commit 02910ca

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backlog-notifier",
33
"description": "Comment on tickets connected to PRs in a teams platform specific repository in the same account about the release of a new PR / feature.",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"author": "Stefan Herold",
66
"private": true,
77
"homepage": "https://github.com/Blackjacx/backlog-notifier",
@@ -38,16 +38,16 @@
3838
},
3939
"dependencies": {
4040
"@actions/core": "^1.10.1",
41-
"@actions/github": "^5.1.1",
41+
"@actions/github": "^6.0.0",
4242
"changelog-parser": "^3.0.1"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.23.0",
45+
"@babel/core": "^7.23.2",
4646
"@babel/eslint-parser": "^7.22.15",
47-
"@babel/preset-env": "^7.22.20",
48-
"@vercel/ncc": "^0.38.0",
47+
"@babel/preset-env": "^7.23.2",
48+
"@vercel/ncc": "^0.38.1",
4949
"babel-preset-jest": "^29.6.3",
50-
"eslint": "^8.50.0",
50+
"eslint": "^8.51.0",
5151
"eslint-plugin-github": "^4.10.1",
5252
"eslint-plugin-jest": "^27.4.2",
5353
"jest": "^29.7.0",

0 commit comments

Comments
 (0)