Skip to content

Commit

Permalink
Package Updates (#172)
Browse files Browse the repository at this point in the history
* Bump dotenv from 16.3.2 to 16.4.1

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.3.2 to 16.4.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.2...v16.4.1)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* updates

* update version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vvillait88 <vvillait88@yahoo.com>
  • Loading branch information
dependabot[bot] and vvillait88 authored Feb 1, 2024
1 parent f0ee28f commit 3cc6b77
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 185 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "People Data Labs",
"license": "MIT",
"dependencies": {
"dotenv": "^16.3.2",
"dotenv": "^16.4.1",
"peopledatalabs": "*"
}
}
20 changes: 10 additions & 10 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ asynckit@^0.4.0:
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==

axios@^1.6.5:
version "1.6.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8"
integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==
version "1.6.7"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
dependencies:
follow-redirects "^1.15.4"
form-data "^4.0.0"
Expand All @@ -35,10 +35,10 @@ delayed-stream@~1.0.0:
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==

dotenv@^16.3.2:
version "16.3.2"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.2.tgz#3cb611ce5a63002dbabf7c281bc331f69d28f03f"
integrity sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==
dotenv@^16.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.1.tgz#1d9931f1d3e5d2959350d1250efab299561f7f11"
integrity sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==

follow-redirects@^1.15.4:
version "1.15.5"
Expand Down Expand Up @@ -72,9 +72,9 @@ mime-types@^2.1.12:
mime-db "1.52.0"

peopledatalabs@*:
version "7.0.1"
resolved "https://registry.yarnpkg.com/peopledatalabs/-/peopledatalabs-7.0.1.tgz#2036b7e3745df8458463b15828231fd0a913320e"
integrity sha512-FD9KbAMkNwrguV3bJTYHohm9xXHJEJ2vIEH+3HPJEmHcz7QE4QTzcVq1rmMo0UUSrNY65VMx7RO4NTCCWvxZ8A==
version "7.0.2"
resolved "https://registry.yarnpkg.com/peopledatalabs/-/peopledatalabs-7.0.2.tgz#d3a3b14bb816585cbc4b3c6fc8dc6c16b2f13a91"
integrity sha512-WCJHuiScNRCfuI+lkoqY1GhFDfEthT0uA0/rIm7arcivO4LQ0iG/8aBu/UZpPjLKapgS2hn95YZj6cjBzzTgAg==
dependencies:
axios "^1.6.5"
copy-anything "^3.0.5"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peopledatalabs",
"version": "7.0.2",
"version": "7.0.3",
"description": "JavaScript client with TypeScript support for the People Data Labs API",
"type": "module",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -43,10 +43,10 @@
},
"homepage": "https://docs.peopledatalabs.com/docs/javascript-sdk",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"chai": "^5.0.0",
"dotenv": "^16.3.2",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"chai": "^5.0.3",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -63,7 +63,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.5",
"axios": "^1.6.7",
"copy-anything": "^3.0.5"
}
}
Loading

0 comments on commit 3cc6b77

Please sign in to comment.