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] 79fae46b3f build(deps): bump sharp and gatsby-plugin-manifest
Bumps [sharp](https://github.com/lovell/sharp) to 0.30.7 and updates ancestor dependency [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest). These dependencies need to be updated together.


Updates `sharp` from 0.25.4 to 0.30.7
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.25.4...v0.30.7)

Updates `gatsby-plugin-manifest` from 2.4.13 to 4.23.1
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.23.1/packages/gatsby-plugin-manifest)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: indirect
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 12:28:42 +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": "^4.23.1",
"gatsby-plugin-manifest": "^4.23.1",
"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
}