Files
growstuff/package.json
snyk-bot df36146b69 fix: upgrade @percy/agent from 0.28.6 to 0.28.7
Snyk has created this PR to upgrade @percy/agent from 0.28.6 to 0.28.7.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/br3nda/project/ef7d5298-540a-4e7a-8b3c-ffa7aebff03c?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-02-01 00:03:04 +00:00

32 lines
708 B
JSON

{
"name": "growstuff",
"version": "1.0.0",
"description": "Growstuff Linters",
"main": "index.js",
"dependencies": {
"@percy/agent": "^0.28.7",
"mdbootstrap": "^4.19.2"
},
"engines": {
"node": ">=6.0.0",
"yarn": ">=0.25.2"
},
"devDependencies": {
"coffeelint": "^2.0.7",
"csslint": "^1.0.5",
"eslint": "^4.14.0",
"eslint-config-google": "^0.9.1",
"jshint": "^2.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/growstuff/growstuff.git"
},
"author": "",
"license": "AGPL-1.0",
"bugs": {
"url": "https://github.com/growstuff/growstuff/issues"
},
"homepage": "https://github.com/growstuff/growstuff#readme"
}