Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 3 updates: [joi](https://github.com/hapijs/joi), [proj4](https://github.com/proj4js/proj4js) and [config](https://github.com/node-config/node-config).


Updates `joi` from 17.11.0 to 17.11.1
- [Commits](hapijs/joi@v17.11.0...v17.11.1)

Updates `proj4` from 2.9.2 to 2.10.0
- [Release notes](https://github.com/proj4js/proj4js/releases)
- [Changelog](https://github.com/proj4js/proj4js/blob/master/changelog.md)
- [Commits](proj4js/proj4js@2.9.2...2.10.0)

Updates `config` from 3.3.9 to 3.3.10
- [Release notes](https://github.com/node-config/node-config/releases)
- [Changelog](https://github.com/node-config/node-config/blob/master/History.md)
- [Commits](node-config/node-config@v3.3.9...v3.3.10)

---
updated-dependencies:
- dependency-name: joi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: proj4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent f29ea5f commit e159996
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 36 deletions.
65 changes: 34 additions & 31 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@sindresorhus/fnv1a": "^2.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"config": "^3.3.9",
"config": "^3.3.10",
"cors": "^2.8.5",
"easy-table": "^1.1.1",
"ejs": "^3.1.2",
"express": "^4.17.1",
"joi": "^17.11.0",
"joi": "^17.11.1",
"lodash": "^4.17.15"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/featureserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"esri-extent": "^1.1.3",
"geojson-validation": "^1.0.2",
"iso-datestring-validator": "^2.2.2",
"joi": "^17.11.0",
"joi": "^17.11.1",
"lodash": "^4.17.21",
"postgres-date": "^2.1.0",
"wkt-parser": "^1.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/winnow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"@types/geojson": "^7946.0.13",
"alasql": "^4.2.3",
"classybrew": "0.0.3",
"joi": "^17.11.0",
"joi": "^17.11.1",
"js-sql-parser": "^1.5.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"ngeohash": "^0.6.3",
"proj4": "^2.9.2",
"proj4": "^2.10.0",
"simple-statistics": "^7.8.3",
"string-hash": "^1.1.3",
"wkt-parser": "^1.3.3"
Expand Down

0 comments on commit e159996

Please sign in to comment.