Browse Source

Upgrade uuid to version 11.0.5

pull/4201/head
Thomas Kaul 7 months ago
parent
commit
7b7439793e
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -88,7 +88,7 @@
"stripe": "17.3.0",
"svgmap": "2.6.0",
"twitter-api-v2": "1.14.2",
"uuid": "11.0.2",
"uuid": "11.0.5",
"yahoo-finance2": "2.11.3",
"zone.js": "0.15.0"
},
@ -32240,9 +32240,9 @@
}
},
"node_modules/uuid": {
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz",
"integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==",
"version": "11.0.5",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"

2
package.json

@ -134,7 +134,7 @@
"stripe": "17.3.0",
"svgmap": "2.6.0",
"twitter-api-v2": "1.14.2",
"uuid": "11.0.2",
"uuid": "11.0.5",
"yahoo-finance2": "2.11.3",
"zone.js": "0.15.0"
},

Loading…
Cancel
Save