Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-04-26 17:57:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
96f0ebab6f41f1ace883f1ca501f7055bc9e7aad
96f0ebab
1 parent
0c9f0aae
update dependencies
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
back/package-lock.json
back/package.json
back/package-lock.json
View file @
96f0eba
...
...
@@ -3104,6 +3104,29 @@
"tslib"
:
"^1.10.0"
}
},
"passport"
:
{
"version"
:
"0.4.1"
,
"resolved"
:
"https://registry.npmjs.org/passport/-/passport-0.4.1.tgz"
,
"integrity"
:
"sha512-IxXgZZs8d7uFSt3eqNjM9NQ3g3uQCW5avD8mRNoXV99Yig50vjuaez6dQK2qC0kVWPRTujxY0dWgGfT09adjYg=="
,
"requires"
:
{
"passport-strategy"
:
"1.x.x"
,
"pause"
:
"0.0.1"
}
},
"passport-jwt"
:
{
"version"
:
"4.0.0"
,
"resolved"
:
"https://registry.npmjs.org/passport-jwt/-/passport-jwt-4.0.0.tgz"
,
"integrity"
:
"sha512-BwC0n2GP/1hMVjR4QpnvqA61TxenUMlmfNjYNgK0ZAs0HK4SOQkHcSv4L328blNTLtHq7DbmvyNJiH+bn6C5Mg=="
,
"requires"
:
{
"jsonwebtoken"
:
"^8.2.0"
,
"passport-strategy"
:
"^1.0.0"
}
},
"passport-strategy"
:
{
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz"
,
"integrity"
:
"sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ="
},
"path-exists"
:
{
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz"
,
...
...
@@ -3138,6 +3161,11 @@
"resolved"
:
"https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
,
"integrity"
:
"sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
},
"pause"
:
{
"version"
:
"0.0.1"
,
"resolved"
:
"https://registry.npmjs.org/pause/-/pause-0.0.1.tgz"
,
"integrity"
:
"sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10="
},
"picomatch"
:
{
"version"
:
"2.2.2"
,
"resolved"
:
"https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz"
,
...
...
back/package.json
View file @
96f0eba
...
...
@@ -22,6 +22,8 @@
"graphql-yoga"
:
"^1.18.3"
,
"jsonwebtoken"
:
"^8.5.1"
,
"merge-graphql-schemas"
:
"^1.7.7"
,
"passport"
:
"^0.4.1"
,
"passport-jwt"
:
"^4.0.0"
,
"twilio"
:
"^3.42.2"
},
"devDependencies"
:
{
...
...
Please
register
or
login
to post a comment