Security fix thanks to npm audit;

refactor github links due to username change;
version bump
This commit is contained in:
mitchell 2019-01-07 14:13:26 -08:00
parent 3ea27aec3d
commit 536b434ac0
3 changed files with 1022 additions and 806 deletions

1777
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "mjfs.us", "name": "mjfs.us",
"version": "0.3.4", "version": "0.3.5",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome": "^1.1.8",
@ -9,7 +9,7 @@
"react": "^16.5.2", "react": "^16.5.2",
"react-dom": "^16.5.2", "react-dom": "^16.5.2",
"react-router-dom": "^4.3.1", "react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1" "react-scripts": "^2.1.3"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",

View File

@ -1,67 +1,56 @@
[ [
{ {
"title": "mjfs.us", "title": "mjfs.us",
"repoUrl": "https://github.com/mitchelljfs/mjfs.us", "repoUrl": "https://github.com/mitchell/mjfs.us",
"badges": [ "badges": [
{ {
"imgUrl": "https://travis-ci.org/mitchelljfs/mjfs.us.svg?branch=master", "imgUrl": "https://travis-ci.org/mitchell/mjfs.us.svg?branch=master",
"linkUrl": "https://travis-ci.org/mitchelljfs/mjfs.us", "linkUrl": "https://travis-ci.org/mitchell/mjfs.us",
"alt": "Build Status" "alt": "Build Status"
}, },
{ {
"imgUrl": "imgUrl": "https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability",
"https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability", "linkUrl": "https://codeclimate.com/github/mitchell/mjfs.us/maintainability",
"linkUrl":
"https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability",
"alt": "Maintainability" "alt": "Maintainability"
} }
], ],
"description": "description": "This is the source code for this site, which currently utilizes the React.js library. In the past it was built using plain HTML, then Sinatra. It was developed using ESLint, Prettier, Flow, and continously deployed using Travis CI. The site itself is hosted on S3 and distributed to several cache locations around the world using Cloudfront."
"This is the source code for this site, which currently utilizes the React.js library. In the past it was built using plain HTML, then Sinatra. It was developed using ESLint, Prettier, Flow, and continously deployed using Travis CI. The site itself is hosted on S3 and distributed to several cache locations around the world using Cloudfront."
}, },
{ {
"title": "lambdarouter", "title": "lambdarouter",
"repoUrl": "https://github.com/mitchelljfs/lambdarouter", "repoUrl": "https://github.com/mitchell/lambdarouter",
"badges": [ "badges": [
{ {
"imgUrl": "imgUrl": "https://travis-ci.org/mitchell/lambdarouter.svg?branch=master",
"https://travis-ci.org/mitchelljfs/lambdarouter.svg?branch=master", "linkUrl": "https://travis-ci.org/mitchell/lambdarouter",
"linkUrl": "https://travis-ci.org/mitchelljfs/lambdarouter",
"alt": "Build Status" "alt": "Build Status"
}, },
{ {
"imgUrl": "imgUrl": "https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/test_coverage",
"https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/test_coverage", "linkUrl": "https://codeclimate.com/github/mitchell/lambdarouter/test_coverage",
"linkUrl":
"https://codeclimate.com/github/mitchelljfs/lambdarouter/test_coverage",
"alt": "Code Coverage" "alt": "Code Coverage"
}, },
{ {
"imgUrl": "imgUrl": "https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/maintainability",
"https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/maintainability", "linkUrl": "https://codeclimate.com/github/mitchell/lambdarouter/maintainability",
"linkUrl":
"https://codeclimate.com/github/mitchelljfs/lambdarouter/maintainability",
"alt": "Maintainability" "alt": "Maintainability"
} }
], ],
"description": "description": "This package will become a fully featured AWS Lambda function router, able to respond to HTTP, Schedule, Cognito, and SNS events. It will also support middleware interfacing. So far it includes functionality for API Gateway. Check out the GoDoc Reference to see how to instantiate a router and create endpoints."
"This package will become a fully featured AWS Lambda function router, able to respond to HTTP, Schedule, Cognito, and SNS events. It will also support middleware interfacing. So far it includes functionality for API Gateway. Check out the GoDoc Reference to see how to instantiate a router and create endpoints."
}, },
{ {
"title": "destinate", "title": "destinate",
"repoUrl": "https://github.com/mitchelljfs/destinate", "repoUrl": "https://github.com/mitchell/destinate",
"badges": [], "badges": [],
"description": "description": "destinate is a react-native, iOS (and Android) app. Its main objective is to suggest places or activities to the user based on their past choices. It utilizes a serverless backend, written in Go and hosted on AWS API Gateway/Lambda. It is still under development, as a side project of Arash Lari and I."
"destinate is a react-native, iOS (and Android) app. Its main objective is to suggest places or activities to the user based on their past choices. It utilizes a serverless backend, written in Go and hosted on AWS API Gateway/Lambda. It is still under development, as a side project of Arash Lari and I."
}, },
{ {
"title": "sys-mgmt", "title": "sys-mgmt",
"repoUrl": "https://github.com/mitchelljfs/sys-mgmt", "repoUrl": "https://github.com/mitchell/sys-mgmt",
"badges": [], "badges": [],
"description": "description": "A minimal, cross-platform, unix-like-system management program. This program is designed to detect which programs are affiliated with the unix-like system, whether it be Debian or macOS. There are various shortcuts to common unix-like commands, such as update and upgrade (for package managers), another is poweroff or reboot."
"A minimal, cross-platform, unix-like-system management program. This program is designed to detect which programs are affiliated with the unix-like system, whether it be Debian or macOS. There are various shortcuts to common unix-like commands, such as update and upgrade (for package managers), another is poweroff or reboot."
} }
] ]