Skip to content

Commit

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


Updates `alasql` from 4.2.3 to 4.2.5
- [Release notes](https://github.com/alasql/alasql/releases)
- [Changelog](https://github.com/AlaSQL/alasql/blob/develop/CHANGELOG.md)
- [Commits](AlaSQL/alasql@v4.2.3...v4.2.5)

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

---
updated-dependencies:
- dependency-name: alasql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: joi
  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 Jan 22, 2024
1 parent 1287842 commit b8d0a95
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"easy-table": "^1.1.1",
"ejs": "^3.1.2",
"express": "^4.17.1",
"joi": "^17.11.1",
"joi": "^17.12.0",
"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.1",
"joi": "^17.12.0",
"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 @@ -55,9 +55,9 @@
"@turf/bbox-polygon": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@types/geojson": "^7946.0.13",
"alasql": "^4.2.3",
"alasql": "^4.2.5",
"classybrew": "0.0.3",
"joi": "^17.11.1",
"joi": "^17.12.0",
"js-sql-parser": "^1.5.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
Expand Down

0 comments on commit b8d0a95

Please sign in to comment.