Skip to content

Commit

Permalink
Build(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 5 updates

Bumps the production-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.1.1` |
| [cron](https://github.com/kelektiv/node-cron) | `3.3.1` | `3.3.2` |
| [flat-cache](https://github.com/jaredwray/cacheable/tree/HEAD/packages/flat-cache) | `6.1.4` | `6.1.5` |
| [sanitize-html](https://github.com/apostrophecms/sanitize-html) | `2.13.1` | `2.14.0` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.28.1` | `4.29.1` |



Updates `concurrently` from 9.1.0 to 9.1.1
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.1.0...v9.1.1)

Updates `cron` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md)
- [Commits](kelektiv/node-cron@v3.3.1...v3.3.2)

Updates `flat-cache` from 6.1.4 to 6.1.5
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/flat-cache)

Updates `sanitize-html` from 2.13.1 to 2.14.0
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](apostrophecms/sanitize-html@2.13.1...2.14.0)

Updates `@rollup/rollup-linux-x64-gnu` from 4.28.1 to 4.29.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.28.1...v4.29.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: cron
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: flat-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sanitize-html
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent ec347f3 commit 01c9ce8
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 44 deletions.
77 changes: 38 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
"axios": "^1.7.9",
"classnames": "^2.5.1",
"compression": "^1.7.5",
"concurrently": "^9.1.0",
"concurrently": "^9.1.1",
"connect-pg-simple": "^10.0.0",
"cookie-parser": "^1.4.7",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"cron": "^3.3.1",
"cron": "^3.3.2",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"decimal.js": "^10.4.3",
Expand All @@ -97,7 +97,7 @@
"express-basic-auth": "^1.2.1",
"express-http-proxy": "^2.1.1",
"express-openid-connect": "^2.17.1",
"flat-cache": "^6.1.4",
"flat-cache": "^6.1.5",
"form-data": "^4.0.1",
"fuse.js": "^7.0.0",
"html-to-ast": "^0.0.6",
Expand Down Expand Up @@ -135,7 +135,7 @@
"react-swipeable": "^7.0.2",
"react-test-renderer": "^18.3.1",
"recoil": "^0.7.7",
"sanitize-html": "^2.13.1",
"sanitize-html": "^2.14.0",
"sass": "^1.83.0",
"slugme": "^1.1.1",
"supercluster": "^7.1.5",
Expand All @@ -152,7 +152,7 @@
"xlsx": "file:vendor/xlsx-0.20.2.tgz"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.28.1"
"@rollup/rollup-linux-x64-gnu": "4.29.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
Expand Down

0 comments on commit 01c9ce8

Please sign in to comment.