fix(p2wdb): Updating p2wdb to v2.2.3

This commit is contained in:
Chris Troutner
2022-09-11 11:55:07 -07:00
parent 34841f53db
commit 56e0f7e8df
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -38,7 +38,7 @@
"mongoose": "5.13.13",
"node-fetch": "npm:@achingbrain/node-fetch@2.6.7",
"nodemailer": "6.7.5",
"p2wdb": "2.2.1",
"p2wdb": "2.2.3",
"passport-local": "1.0.0",
"public-ip": "^4.0.4",
"winston": "3.3.3",
@@ -14738,9 +14738,9 @@
"license": "MIT"
},
"node_modules/p2wdb": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/p2wdb/-/p2wdb-2.2.1.tgz",
"integrity": "sha512-ft/mGRRLXqWfcodiL7d/403QfImOflpw8BJBpULM0F6rGt/8sTY6i5W3NCyUQp3Mx39xIEw/wTgdb32Hn5Uomg==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/p2wdb/-/p2wdb-2.2.3.tgz",
"integrity": "sha512-eZQaE3iVudOJV6Iji/fBO20tYhs23EmtcxLZbXK7ZjY+c0NysBzhS0mGCkEUWrU/qBthjIEZ2O5detuAHsmHCw==",
"dependencies": {
"apidoc": "0.52.0",
"axios": "0.24.0"
@@ -29379,9 +29379,9 @@
"version": "1.0.1"
},
"p2wdb": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/p2wdb/-/p2wdb-2.2.1.tgz",
"integrity": "sha512-ft/mGRRLXqWfcodiL7d/403QfImOflpw8BJBpULM0F6rGt/8sTY6i5W3NCyUQp3Mx39xIEw/wTgdb32Hn5Uomg==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/p2wdb/-/p2wdb-2.2.3.tgz",
"integrity": "sha512-eZQaE3iVudOJV6Iji/fBO20tYhs23EmtcxLZbXK7ZjY+c0NysBzhS0mGCkEUWrU/qBthjIEZ2O5detuAHsmHCw==",
"requires": {
"apidoc": "0.52.0",
"axios": "0.24.0"
+1 -1
View File
@@ -56,7 +56,7 @@
"mongoose": "5.13.13",
"node-fetch": "npm:@achingbrain/node-fetch@2.6.7",
"nodemailer": "6.7.5",
"p2wdb": "2.2.1",
"p2wdb": "2.2.3",
"passport-local": "1.0.0",
"public-ip": "^4.0.4",
"winston": "3.3.3",