Skip to content

Commit

Permalink
Build(deps): bump the production-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [cron](https://github.com/kelektiv/node-cron), [flat-cache](https://github.com/jaredwray/cacheable/tree/HEAD/packages/flat-cache) and [sass](https://github.com/sass/dart-sass).


Updates `@types/node` from 22.10.1 to 22.10.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `cron` from 3.3.0 to 3.3.1
- [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.0...v3.3.1)

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

Updates `sass` from 1.82.0 to 1.83.0
- [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.82.0...1.83.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  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: sass
  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 16, 2024
1 parent 4b2c374 commit 17c8bbe
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 54 deletions.
76 changes: 26 additions & 50 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/memoizee": "^0.4.11",
"@types/memory-cache": "^0.2.6",
"@types/morgan": "^1.9.9",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/node-jose": "^1.1.13",
"@types/pg": "^8.11.10",
"@types/proj4": "^2.5.5",
Expand All @@ -87,7 +87,7 @@
"cookie-parser": "^1.4.7",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"cron": "^3.3.0",
"cron": "^3.3.1",
"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.3",
"flat-cache": "^6.1.4",
"form-data": "^4.0.1",
"fuse.js": "^7.0.0",
"html-to-ast": "^0.0.6",
Expand Down Expand Up @@ -136,7 +136,7 @@
"react-test-renderer": "^18.3.1",
"recoil": "^0.7.7",
"sanitize-html": "^2.13.1",
"sass": "^1.82.0",
"sass": "^1.83.0",
"slugme": "^1.1.1",
"supercluster": "^7.1.5",
"thenby": "^1.3.4",
Expand Down

0 comments on commit 17c8bbe

Please sign in to comment.