Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps-dev): bump dotenv (#304)

Bumps the db-dev group with 1 update in the /db directory: [dotenv](https://github.com/motdotla/dotenv).


Updates `dotenv` from 16.6.1 to 17.4.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.4.2)

---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 17.4.2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: db-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
604596db 8a089c06

+5 -5
+4 -4
db/package-lock.json
··· 25 25 }, 26 26 "devDependencies": { 27 27 "@types/pg": "^8.10.2", 28 - "dotenv": "^16.0.0", 28 + "dotenv": "^17.4.2", 29 29 "typescript": "^6.0.3" 30 30 } 31 31 }, ··· 517 517 } 518 518 }, 519 519 "node_modules/dotenv": { 520 - "version": "16.6.1", 521 - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz", 522 - "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", 520 + "version": "17.4.2", 521 + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz", 522 + "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==", 523 523 "dev": true, 524 524 "license": "BSD-2-Clause", 525 525 "engines": {
+1 -1
db/package.json
··· 30 30 }, 31 31 "devDependencies": { 32 32 "@types/pg": "^8.10.2", 33 - "dotenv": "^16.0.0", 33 + "dotenv": "^17.4.2", 34 34 "typescript": "^6.0.3" 35 35 } 36 36 }