Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 3 updates

Bumps the production-dependencies group with 3 updates in the /server directory: [@primer/octicons](https://github.com/primer/octicons), [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@primer/octicons` from 19.9.0 to 19.10.0
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.9.0...v19.10.0)

Updates `express-rate-limit` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v7.2.0...v7.3.1)

Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

---
updated-dependencies:
- dependency-name: "@primer/octicons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: express-rate-limit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typescript
  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 Jun 24, 2024
1 parent b7ab375 commit 7c5bfb3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
"@primer/octicons": "^19.9.0",
"@primer/octicons": "^19.10.0",
"@types/express": "^4.17.20",
"@types/feather-icons": "^4.29.3",
"@types/primer__octicons": "^19.6.2",
Expand All @@ -13,12 +13,12 @@
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.2.0",
"express-rate-limit": "^7.3.1",
"feather-icons": "^4.29.2",
"monk": "^7.3.4",
"node-fetch": "^3.3.2",
"qs": "^6.12.1",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"web-vitals": "^3.5.2"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@primer/octicons@^19.9.0":
version "19.9.0"
resolved "https://registry.yarnpkg.com/@primer/octicons/-/octicons-19.9.0.tgz#c56c381989664c96b50edf1c8cdbeb377bcc7ebb"
integrity sha512-uAZa9cMgWkzbEsZnYWB7tg0vt7QprubD7ljtprz2fBJ8CjyqoxFRRsFvH4UiJdjK/3o87ODgDkhiflyJXDh+Lg==
"@primer/octicons@^19.10.0":
version "19.10.0"
resolved "https://registry.yarnpkg.com/@primer/octicons/-/octicons-19.10.0.tgz#633d8777ed6bf37f53ddc188949a8961b8cf34c4"
integrity sha512-9eyr8PimExAIosTLyiSBDdnAol9EwIL55mUCJMYcvg85NaCxWoSSyC6dNFmNnfxxLWHR+8u+bg5Ve8onckn3aQ==
dependencies:
object-assign "^4.1.1"

Expand Down Expand Up @@ -616,10 +616,10 @@ etag@~1.8.1:
version "1.8.1"
resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz"

express-rate-limit@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.2.0.tgz#06ce387dd5388f429cab8263c514fc07bf90a445"
integrity sha512-T7nul1t4TNyfZMJ7pKRKkdeVJWa2CqB8NA1P8BwYaoDI5QSBZARv5oMS43J7b7I5P+4asjVXjb7ONuwDKucahg==
express-rate-limit@^7.3.1:
version "7.3.1"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.3.1.tgz#c0887ba746cdd358d17b8ab63d6eba1bae0f670b"
integrity sha512-BbaryvkY4wEgDqLgD18/NSy2lDO2jTuT9Y8c1Mpx0X63Yz0sYd5zN6KPe7UvpuSVvV33T6RaE1o1IVZQjHMYgw==

express@^4.19.2:
version "4.19.2"
Expand Down Expand Up @@ -1472,10 +1472,10 @@ type-is@~1.6.18:
media-typer "0.3.0"
mime-types "~2.1.24"

typescript@^5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
typescript@^5.5.2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==

[email protected], unpipe@~1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 7c5bfb3

Please sign in to comment.