Skip to content

Commit 21aa5d5

Browse files
committed
fixes:
- update npm alerts from github
1 parent 769539b commit 21aa5d5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@lapaliv/datetime-formatter",
33
"description": "The library for work with date and time",
44
"private": false,
5-
"version": "0.1.16",
5+
"version": "0.1.17",
66
"keywords": [
77
"date",
88
"time",
@@ -41,9 +41,10 @@
4141
"@types/jest": "^25.1.4",
4242
"@types/node": "^13.9.5",
4343
"babel-loader": "^8.1.0",
44+
"glob-parent": "^5.1",
4445
"jest": "^25.1.0",
4546
"jest-each": "^25.1.0",
46-
"node-notifier": "^9.0.1",
47+
"node-notifier": "^8.0.1",
4748
"ssri": "^8.0.1",
4849
"typescript": "^3.8.3",
4950
"uuid": "^7.0.2",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2967,7 +2967,7 @@ glob-parent@^3.1.0:
29672967
is-glob "^3.1.0"
29682968
path-dirname "^1.0.0"
29692969

2970-
glob-parent@^5.1.2, glob-parent@~5.1.2:
2970+
glob-parent@^5.1, glob-parent@^5.1.2, glob-parent@~5.1.2:
29712971
version "5.1.2"
29722972
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
29732973
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -4377,10 +4377,10 @@ node-notifier@^6.0.0:
43774377
shellwords "^0.1.1"
43784378
which "^1.3.1"
43794379

4380-
node-notifier@^9.0.1:
4381-
version "9.0.1"
4382-
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-9.0.1.tgz#cea837f4c5e733936c7b9005e6545cea825d1af4"
4383-
integrity sha512-fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==
4380+
node-notifier@^8.0.1:
4381+
version "8.0.2"
4382+
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5"
4383+
integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==
43844384
dependencies:
43854385
growly "^1.3.0"
43864386
is-wsl "^2.2.0"

0 commit comments

Comments
 (0)