Archived
1
0
This repository has been archived on 2026-02-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
urban_website/package.json
dependabot[bot] 91074cab81 build(deps): bump jszip and snyk
Removes [jszip](https://github.com/Stuk/jszip). It's no longer used after updating ancestor dependency [snyk](https://github.com/snyk/snyk). These dependencies need to be updated together.


Removes `jszip`

Updates `snyk` from 1.347.1 to 1.1012.0
- [Release notes](https://github.com/snyk/snyk/releases)
- [Commits](https://github.com/snyk/snyk/compare/v1.347.1...v1.1012.0)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: indirect
- dependency-name: snyk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 08:55:27 +00:00

38 lines
920 B
JSON

{
"name": "urban_website",
"private": false,
"description": "Simple homepage of the Urban Brothers.",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"dateformat": "^3.0.3",
"gatsby": "^2.23.9",
"gatsby-plugin-manifest": "^2.4.13",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"snyk": "^1.1012.0"
},
"devDependencies": {
"prettier": "^1.19.1",
"purgecss": "^2.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/creyD/urban_website"
},
"bugs": {
"url": "https://github.com/creyD/urban_website/issues"
},
"snyk": true
}