Skip to content

Commit

Permalink
build(deps): bump the npm group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the npm group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@ministryofjustice/frontend](https://github.com/ministryofjustice/moj-frontend) | `3.3.0` | `3.3.1` |
| [govuk-frontend](https://github.com/alphagov/govuk-frontend) | `5.7.1` | `5.8.0` |
| [sass](https://github.com/sass/dart-sass) | `1.83.1` | `1.83.4` |
| [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.1` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `23.11.1` | `24.0.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.12.0` | `16.13.2` |


Updates `@ministryofjustice/frontend` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/ministryofjustice/moj-frontend/releases)
- [Changelog](https://github.com/ministryofjustice/moj-frontend/blob/main/CHANGELOG.md)
- [Commits](ministryofjustice/moj-frontend@v3.3.0...v3.3.1)

Updates `govuk-frontend` from 5.7.1 to 5.8.0
- [Release notes](https://github.com/alphagov/govuk-frontend/releases)
- [Changelog](https://github.com/alphagov/govuk-frontend/blob/main/CHANGELOG.md)
- [Commits](alphagov/govuk-frontend@v5.7.1...v5.8.0)

Updates `sass` from 1.83.1 to 1.83.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.83.1...1.83.4)

Updates `postcss` from 8.4.49 to 8.5.1
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.49...8.5.1)

Updates `puppeteer` from 23.11.1 to 24.0.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v23.11.1...puppeteer-v24.0.0)

Updates `stylelint` from 16.12.0 to 16.13.2
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.12.0...16.13.2)

---
updated-dependencies:
- dependency-name: "@ministryofjustice/frontend"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: govuk-frontend
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 0231e2d commit 9fc0a9c
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 82 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"postinstall": "rm -rf node_modules/resolve/test/resolver/multirepo node_modules/eslint-plugin-react/node_modules/resolve/test/resolver/multirepo"
},
"dependencies": {
"@ministryofjustice/frontend": "^3.3.0",
"@ministryofjustice/frontend": "^3.3.1",
"@rails/ujs": "^7.1.501",
"axios": "^1.7.9",
"core-js": "^3.40.0",
"dropzone": "^6.0.0-beta.2",
"esbuild": "^0.24.2",
"govuk-frontend": "^5.7.1",
"govuk-frontend": "^5.8.0",
"jest": "^29.7.0",
"jquery": "^3.7.1",
"js-search": "^2.0.1",
"sass": "^1.83.1"
"sass": "^1.83.4"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand All @@ -31,10 +31,10 @@
"babel-plugin-macros": "^3.1.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-jsdom-global": "^4.0.0",
"postcss": "^8.4.49",
"puppeteer": "^23.11.1",
"postcss": "^8.5.1",
"puppeteer": "^24.0.0",
"standard": "^17.1.2",
"stylelint": "^16.12.0",
"stylelint": "^16.13.2",
"stylelint-config-gds": "^2.0.0",
"stylelint-order": "^6.0.4"
},
Expand Down
Loading

0 comments on commit 9fc0a9c

Please sign in to comment.