Skip to content

Commit b833f35

Browse files
committed
build: update dependency packages
1 parent d1cd563 commit b833f35

2 files changed

Lines changed: 86 additions & 65 deletions

File tree

package-lock.json

Lines changed: 57 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,37 @@
11
{
22
"name": "toasted-notifier",
3+
"version": "10.1.0",
34
"description": "Push notifications in NodeJS for MacOS, Windows 7 - 11, and Linux (Growl as fallback)",
4-
"version": "10.0.2",
55
"author": "Aetherinox",
6+
"homepage": "https://github.com/Aetherinox/node-toasted-notifier#readme",
7+
"license": "MIT",
8+
"main": "index.js",
9+
"build": {
10+
"appId": "com.ntfytoast.id"
11+
},
12+
"publishConfig": {
13+
"access": "public"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+ssh://git@github.com/Aetherinox/node-toasted-notifier.git"
18+
},
19+
"bugs": {
20+
"url": "https://github.com/Aetherinox/node-toasted-notifier/issues"
21+
},
22+
"funding": [
23+
{
24+
"type": "individual",
25+
"url": "https://buymeacoffee.com/aetherinox"
26+
}
27+
],
628
"contributors": [
729
{
830
"name": "Aetherinox",
9-
"email": "adminservx@proton.me",
31+
"email": "118329232+Aetherinox@users.noreply.github.com",
1032
"url": "https://github.com/Aetherinox"
1133
}
1234
],
13-
"homepage": "https://github.com/Aetherinox/ntfy-toast-node#readme",
14-
"repository": {
15-
"type": "git",
16-
"url": "git+ssh://git@github.com/Aetherinox/ntfy-toast-node.git"
17-
},
18-
"bugs": {
19-
"url": "https://github.com/Aetherinox/ntfy-toast-node/issues"
20-
},
21-
"license": "MIT",
2235
"keywords": [
2336
"push notifications",
2437
"notifications",
@@ -37,7 +50,6 @@
3750
"windows 10",
3851
"windows 11"
3952
],
40-
"main": "index.js",
4153
"scripts": {
4254
"prepare": "husky install",
4355
"pretest": "npm run lint",
@@ -73,14 +85,11 @@
7385
"./test/_test-matchers.js"
7486
]
7587
},
76-
"build": {
77-
"appId": "com.ntfytoast.id"
78-
},
7988
"devDependencies": {
80-
"@types/uuid": "^9.0.8",
89+
"@aetherinox/noxenv": "^1.1.1",
90+
"@types/uuid": "^10.0.0",
8191
"@types/semver": "^7.5.8",
8292
"copyfiles": "^2.4.1",
83-
"@aetherinox/noxenv": "^1.0.0",
8493
"eslint": "^7.26.0",
8594
"eslint-config-semistandard": "^15.0.1",
8695
"eslint-config-standard": "^16.0.2",
@@ -93,14 +102,14 @@
93102
"nexe": "^4.0.0-beta.19",
94103
"prettier": "^3.3.2",
95104
"rimraf": "^3.0.2",
96-
"all-contributors-cli": "^6.26.1"
105+
"all-contributors-cli": "^6.26.1",
106+
"uuid": "^11.1.0"
97107
},
98108
"dependencies": {
99109
"growly": "^1.3.0",
100110
"is-wsl": "^2.2.0",
101-
"semver": "^7.6.0",
111+
"semver": "^7.7.2",
102112
"shellwords": "^0.1.1",
103-
"uuid": "^9.0.1",
104113
"which": "^2.0.2"
105114
},
106115
"lint-staged": {

0 commit comments

Comments
 (0)