vuexpresso icon indicating copy to clipboard operation
vuexpresso copied to clipboard

:crystal_ball: VueJS + Express + GraphQL Boilerplate

Results 18 vuexpresso issues
Sort by recently updated
recently updated
newest added

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.1.13 to 3.6.4. Release notes Sourced from mongodb's releases. v3.6.4 MongoDB Driver v3.6.4 The MongoDB Node.js team is pleased to announce version 3.6.4 of the driver Release...

dependencies

Bumps [ora](https://github.com/sindresorhus/ora) from 1.2.0 to 5.3.0. Release notes Sourced from ora's releases. v5.3.0 Use nice spinner on VSCode's terminal and Windows Terminal (#167) af52bbd https://github.com/sindresorhus/ora/compare/v5.2.0...v5.3.0 v5.2.0 Use bl package instead...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.8. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution Overview The ini npm package before version...

dependencies
security

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.11.0 to 9.18.5. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in highlight.js Impact Affected versions of this...

dependencies
security

In ```config/index.js``` ```javascript database: { mongoURL: 'mongodb://localhost:27017/example', }, ``` needs to be changed to: ```javascript database: { mongoURL: 'mongodb://localhost:27017/', name: 'databaseName', }, ``` And subsequently, ```build/dev-server.js``` needs the following change:...

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 0.17.4 to 1.0.6. Release notes Sourced from http-proxy-middleware's releases. v1.0.6 https://github.com/chimurai/http-proxy-middleware/compare/v1.0.5...v1.0.6 chore(deps): lodash 4.17.20 (#475) v1.0.5 https://github.com/chimurai/http-proxy-middleware/compare/v1.0.4...v1.0.5 chore(deps): lodash 4.17.19 (#454) v1.0.4 https://github.com/chimurai/http-proxy-middleware/compare/v1.0.3...v1.0.4 chore(deps): http-proxy 1.18.1 (#442)...

dependencies

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 2.4.2 to 3.1.11. **This update includes a security fix.** Vulnerabilities fixed Sourced from The Node Security Working Group. Improper Input Validation An issue was discovered in lib/Server.js...

dependencies
security

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. High severity vulnerability that affects tar A vulnerability was...

dependencies
security

Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in dot-prop Prototype pollution vulnerability in dot-prop...

dependencies
security

When adding a post after successful save when the user hits the button 'Submit' again there is a message `Cannot read property 'variables' of undefined`