Skip to content

Commit 17b282f

Browse files
chore(deps): bump the production-dependencies group (#1065)
Bumps the production-dependencies group in /server with 2 updates: [dotenv](https://github.com/motdotla/dotenv) and [web-vitals](https://github.com/GoogleChrome/web-vitals). Updates `dotenv` from 16.3.1 to 16.4.1 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.3.1...v16.4.1) Updates `web-vitals` from 3.5.0 to 3.5.2 - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](GoogleChrome/web-vitals@v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3815ce6 commit 17b282f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"body-parser": "^1.20.2",
1212
"concurrently": "^8.2.2",
1313
"cors": "^2.8.5",
14-
"dotenv": "^16.3.1",
14+
"dotenv": "^16.4.1",
1515
"express": "^4.18.2",
1616
"express-rate-limit": "^7.1.5",
1717
"feather-icons": "^4.29.1",
1818
"monk": "^7.3.4",
1919
"node-fetch": "^3.3.2",
2020
"qs": "^6.11.2",
2121
"typescript": "^5.3.3",
22-
"web-vitals": "^3.5.0"
22+
"web-vitals": "^3.5.2"
2323
},
2424
"devDependencies": {
2525
"eslint": "^8.55.0"

server/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,10 @@ doctrine@^3.0.0:
483483
dependencies:
484484
esutils "^2.0.2"
485485

486-
dotenv@^16.3.1:
487-
version "16.3.1"
488-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e"
489-
integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==
486+
dotenv@^16.4.1:
487+
version "16.4.1"
488+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.1.tgz#1d9931f1d3e5d2959350d1250efab299561f7f11"
489+
integrity sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==
490490

491491
ee-first@1.1.1:
492492
version "1.1.1"
@@ -1465,10 +1465,10 @@ web-streams-polyfill@^3.0.3:
14651465
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
14661466
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
14671467

1468-
web-vitals@^3.5.0:
1469-
version "3.5.0"
1470-
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.5.0.tgz#3a5571f00743ecd059394b61e0adceec7fac2634"
1471-
integrity sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==
1468+
web-vitals@^3.5.2:
1469+
version "3.5.2"
1470+
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.5.2.tgz#5bb58461bbc173c3f00c2ddff8bfe6e680999ca9"
1471+
integrity sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==
14721472

14731473
which@^2.0.1:
14741474
version "2.0.2"

0 commit comments

Comments
 (0)