Update package.json

This commit is contained in:
lowlighter
2021-04-08 13:35:22 +02:00
parent 766de57295
commit 8da565b2af
2 changed files with 385 additions and 215 deletions

582
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
"start": "node source/app/web/index.mjs",
"test": "jest --runInBand",
"index": "node .github/index.mjs",
"upgrade": "npm install @actions/core@latest @actions/github@latest @octokit/graphql@latest @octokit/rest@latest axios@latest compression@latest ejs@latest express@latest express-rate-limit@latest faker@latest jimp@latest js-yaml@latest memory-cache@latest open-graph-scraper@latest prismjs@latest puppeteer@latest simple-git@latest svgo@latest twemoji-parser@latest vue@latest eslint@latest jest@latest libxmljs2@latest",
"upgrade": "npm install @actions/core@latest @actions/github@latest @octokit/graphql@latest @octokit/rest@latest axios@latest compression@latest ejs@latest express@latest express-rate-limit@latest faker@latest jimp@latest js-yaml@latest memory-cache@latest node-chartist@latest open-graph-scraper@latest png-js@latest prismjs@latest puppeteer@latest rss-parser@latest simple-git@latest svgo@latest twemoji-parser@latest vue@latest xml-formatter@latest eslint@latest jest@latest libxmljs2@latest nodemon@latest",
"quickstart": "node .github/quickstart/index.mjs",
"linter": "eslint source/**/*.mjs",
"dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json",
@@ -26,34 +26,34 @@
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.0",
"@octokit/rest": "^18.3.2",
"@octokit/graphql": "^4.6.1",
"@octokit/rest": "^18.5.2",
"axios": "^0.21.1",
"compression": "^1.7.4",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"faker": "^5.4.0",
"faker": "^5.5.2",
"jimp": "^0.16.1",
"js-yaml": "^4.0.0",
"memory-cache": "^0.2.0",
"node-chartist": "^1.0.5",
"open-graph-scraper": "^4.7.1",
"open-graph-scraper": "^4.8.1",
"png-js": "^1.0.0",
"prismjs": "^1.23.0",
"puppeteer": "^8.0.0",
"rss-parser": "^3.12.0",
"simple-git": "^2.36.0",
"svgo": "^2.2.0",
"simple-git": "^2.37.0",
"svgo": "^2.3.0",
"twemoji-parser": "^13.0.0",
"vue": "^2.6.12",
"vue-prism-component": "^1.2.0",
"xml-formatter": "^2.4.0"
},
"devDependencies": {
"eslint": "^7.21.0",
"eslint": "^7.23.0",
"jest": "^26.6.3",
"libxmljs2": "^0.26.6",
"libxmljs2": "^0.26.7",
"nodemon": "^2.0.7"
},
"jest": {