Skip to content

Commit 3e48260

Browse files
authored
Merge pull request #385 from navikt/dependabot/npm_and_yarn/apps/ey-slackbot/cron-3.5.0
Bump cron from 3.1.4 to 3.5.0 in /apps/ey-slackbot
2 parents ce4c7e2 + c137b33 commit 3e48260

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

apps/ey-slackbot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@slack/bolt": "^4.2.0",
10-
"cron": "^3.1.4"
10+
"cron": "^3.5.0"
1111
},
1212
"engines": {
1313
"node": "20.x"

apps/ey-slackbot/yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
dependencies:
8080
"@types/node" "*"
8181

82-
"@types/luxon@~3.3.0":
83-
version "3.3.3"
84-
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.3.3.tgz#b2e20a9536f91ab3e6e7895c91883e1a7ad49a6e"
85-
integrity sha512-/BJF3NT0pRMuxrenr42emRUF67sXwcZCd+S1ksG/Fcf9O7C3kKCY4uJSbKBE4KDUIYr3WMsvfmWD8hRjXExBJQ==
82+
"@types/luxon@~3.4.0":
83+
version "3.4.2"
84+
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.4.2.tgz#e4fc7214a420173cea47739c33cdf10874694db7"
85+
integrity sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==
8686

8787
"@types/node@*":
8888
version "18.15.11"
@@ -211,13 +211,13 @@ [email protected]:
211211
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
212212
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
213213

214-
cron@^3.1.4:
215-
version "3.1.4"
216-
resolved "https://registry.yarnpkg.com/cron/-/cron-3.1.4.tgz#d973f487657cb54a8f3652ae7d57fc9896bd3f2f"
217-
integrity sha512-HMq+5lvaKFR7os6E+2FuA9nMydylYJWVN8gIkU/UVa7bYBr7RxExH++hTWSTApkCoyf/c03jEbWgHrNNOwsvCA==
214+
cron@^3.5.0:
215+
version "3.5.0"
216+
resolved "https://registry.yarnpkg.com/cron/-/cron-3.5.0.tgz#e8caa384e998ed275e19598df4dbd0e8578c35d9"
217+
integrity sha512-0eYZqCnapmxYcV06uktql93wNWdlTmmBFP2iYz+JPVcQqlyFYcn1lFuIk4R54pkOmE7mcldTAPZv6X5XA4Q46A==
218218
dependencies:
219-
"@types/luxon" "~3.3.0"
220-
luxon "~3.4.0"
219+
"@types/luxon" "~3.4.0"
220+
luxon "~3.5.0"
221221

222222
223223
version "2.6.9"
@@ -591,10 +591,10 @@ lodash.once@^4.0.0:
591591
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
592592
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
593593

594-
luxon@~3.4.0:
595-
version "3.4.3"
596-
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.4.3.tgz#8ddf0358a9492267ffec6a13675fbaab5551315d"
597-
integrity sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg==
594+
luxon@~3.5.0:
595+
version "3.5.0"
596+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.5.0.tgz#6b6f65c5cd1d61d1fd19dbf07ee87a50bf4b8e20"
597+
integrity sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==
598598

599599
600600
version "0.3.0"

0 commit comments

Comments
 (0)