Browse Source

Merge pull request #46 from peterlewis/dependabot/npm_and_yarn/src/uuid-9.0.1

Bump uuid from 9.0.0 to 9.0.1 in /src
pull/652/head
Peter Lewis 3 years ago
committed by GitHub
parent
commit
ab430cae83
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      src/package-lock.json
  2. 2
      src/package.json

18
src/package-lock.json

@ -13,7 +13,7 @@
"express": "^4.18.2",
"express-session": "^1.17.3",
"qrcode": "^1.5.3",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"eslint": "^8.52.0",
@ -3186,9 +3186,13 @@
}
},
"node_modules/uuid": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"bin": {
"uuid": "dist/bin/uuid"
}
@ -5635,9 +5639,9 @@
"integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
},
"uuid": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg=="
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="
},
"vary": {
"version": "1.1.2",

2
src/package.json

@ -16,7 +16,7 @@
"express": "^4.18.2",
"express-session": "^1.17.3",
"qrcode": "^1.5.3",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"eslint": "^8.52.0",

Loading…
Cancel
Save