Skip to content

Commit cc32b3c

Browse files
authored
Merge branch 'development' into dependabot/npm_and_yarn/dayjs-1.8.31
2 parents 61b0a4b + 8af4285 commit cc32b3c

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@nuxtjs/pwa": "^3.0.0-beta.20",
3434
"@types/js-cookie": "^2.2.6",
3535
"@types/jwt-decode": "^2.2.1",
36-
"@types/node": "^14.0.23",
36+
"@types/node": "^14.0.27",
3737
"cookieparser": "^0.1.0",
3838
"core-js": "3.6.5",
3939
"cross-env": "^7.0.2",

yarn.lock

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,10 +2519,10 @@
25192519
dependencies:
25202520
"@types/node" "*"
25212521

2522-
"@types/node@*":
2523-
version "14.0.14"
2524-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.14.tgz#24a0b5959f16ac141aeb0c5b3cd7a15b7c64cbce"
2525-
integrity sha512-syUgf67ZQpaJj01/tRTknkMNoBBLWJOBODF0Zm4NrXmiSuxjymFrxnTu1QVYRubhVkRcZLYZG8STTwJRdVm/WQ==
2522+
"@types/node@*", "@types/node@^14.0.27":
2523+
version "14.0.27"
2524+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
2525+
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
25262526

25272527
"@types/node@^10.10.0":
25282528
version "10.17.27"
@@ -2539,11 +2539,6 @@
25392539
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.9.tgz#79df4ae965fb76d31943b54a6419599307a21394"
25402540
integrity sha512-EPZBIGed5gNnfWCiwEIwTE2Jdg4813odnG8iNPMQGrqVxrI+wL68SPtPeCX+ZxGBaA6pKAVc6jaKgP/Q0QzfdQ==
25412541

2542-
"@types/node@^14.0.23":
2543-
version "14.0.23"
2544-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.23.tgz#676fa0883450ed9da0bb24156213636290892806"
2545-
integrity sha512-Z4U8yDAl5TFkmYsZdFPdjeMa57NOvnaf1tljHzhouaPEp7LCj2JKkejpI1ODviIAQuW4CcQmxkQ77rnLsOOoKw==
2546-
25472542
"@types/normalize-package-data@^2.4.0":
25482543
version "2.4.0"
25492544
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -5494,9 +5489,9 @@ electron-to-chromium@^1.3.413:
54945489
integrity sha512-2ODSCBwHsdB8T6csLaAbXIMYtrhu8oN1c5gS+/C2OqdfF35aXhDsnu8p+d7crbOpVXZnUza8I/Xl31mzkfnxGg==
54955490

54965491
elliptic@^6.0.0, elliptic@^6.5.2:
5497-
version "6.5.2"
5498-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762"
5499-
integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==
5492+
version "6.5.3"
5493+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
5494+
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
55005495
dependencies:
55015496
bn.js "^4.4.0"
55025497
brorand "^1.0.1"

0 commit comments

Comments
 (0)