Skip to content

Commit a076f4e

Browse files
chore(deps): bump the production-dependencies group across 1 directory with 2 updates
Bumps the production-dependencies group with 2 updates in the /server directory: [dotenv](https://github.com/motdotla/dotenv) and [typescript](https://github.com/microsoft/TypeScript). Updates `dotenv` from 16.4.7 to 16.5.0 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.7...v16.5.0) Updates `typescript` from 5.8.2 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.2...v5.8.3) --- updated-dependencies: - dependency-name: dotenv dependency-version: 16.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6d3714 commit a076f4e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"body-parser": "^2.2.0",
1212
"concurrently": "^9.1.2",
1313
"cors": "^2.8.5",
14-
"dotenv": "^16.4.7",
14+
"dotenv": "^16.5.0",
1515
"express": "^4.21.2",
1616
"express-rate-limit": "^7.5.0",
1717
"feather-icons": "^4.29.2",
1818
"monk": "^7.3.4",
1919
"node-fetch": "^3.3.2",
2020
"qs": "^6.14.0",
21-
"typescript": "^5.8.2",
21+
"typescript": "^5.8.3",
2222
"web-vitals": "^4.2.4"
2323
},
2424
"devDependencies": {

server/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,10 @@ doctrine@^3.0.0:
475475
dependencies:
476476
esutils "^2.0.2"
477477

478-
dotenv@^16.4.7:
479-
version "16.4.7"
480-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26"
481-
integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==
478+
dotenv@^16.5.0:
479+
version "16.5.0"
480+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.5.0.tgz#092b49f25f808f020050051d1ff258e404c78692"
481+
integrity sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==
482482

483483
dunder-proto@^1.0.1:
484484
version "1.0.1"
@@ -1544,10 +1544,10 @@ type-is@~1.6.18:
15441544
media-typer "0.3.0"
15451545
mime-types "~2.1.24"
15461546

1547-
typescript@^5.8.2:
1548-
version "5.8.2"
1549-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
1550-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
1547+
typescript@^5.8.3:
1548+
version "5.8.3"
1549+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
1550+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
15511551

15521552
[email protected], unpipe@~1.0.0:
15531553
version "1.0.0"

0 commit comments

Comments
 (0)