node_modules: upgrade

This commit is contained in:
Dawid Dziurla 2022-10-27 10:26:28 +02:00
parent b755e71a2c
commit 459a37aa01
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
1068 changed files with 6067 additions and 105143 deletions

1
node_modules/uuid/dist/umd/uuidValidate.min.js generated vendored Normal file
View file

@ -0,0 +1 @@
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).uuidValidate=t()}(this,(function(){"use strict";var e=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;return function(t){return"string"==typeof t&&e.test(t)}}));