Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group (#1207)
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group in /server with 2 updates: [@primer/octicons](https://github.com/primer/octicons) and [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit).


Updates `@primer/octicons` from 19.13.0 to 19.14.0
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.13.0...v19.14.0)

Updates `express-rate-limit` from 7.4.1 to 7.5.0
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v7.4.1...v7.5.0)

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent b689804 commit 64e6ba4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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.13.0",
"@primer/octicons": "^19.14.0",
"@types/express": "^4.17.20",
"@types/feather-icons": "^4.29.3",
"@types/primer__octicons": "^19.11.0",
Expand All @@ -13,7 +13,7 @@
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-rate-limit": "^7.4.1",
"express-rate-limit": "^7.5.0",
"feather-icons": "^4.29.2",
"monk": "^7.3.4",
"node-fetch": "^3.3.2",
Expand Down
16 changes: 8 additions & 8 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@primer/octicons@^19.13.0":
version "19.13.0"
resolved "https://registry.yarnpkg.com/@primer/octicons/-/octicons-19.13.0.tgz#ec7e7b2cbd6f4775fba38e38c27045e9f8d32e7f"
integrity sha512-U5g7Bv89At8qFXUy9MQlOUs4iPXR5XR4QPnSZWhmOn2oCgwf4LjdvfC+8OzhUFx2wC8k9TbRRAMVuCkqFLPlfQ==
"@primer/octicons@^19.14.0":
version "19.14.0"
resolved "https://registry.yarnpkg.com/@primer/octicons/-/octicons-19.14.0.tgz#6885734d30ae39978f07d103534a84258c82313e"
integrity sha512-9Ovw/xcUFHC/zbsNhr/Hkp1+m9XnNeQvnGHDHrI5vhlf6PRZVzSsdMnesV2xCzQh7jXP3EVRcaeXsUGlsZrfcA==
dependencies:
object-assign "^4.1.1"

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

express-rate-limit@^7.4.1:
version "7.4.1"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.4.1.tgz#90954ecbcde9e7ae7b5000325395f86991191d94"
integrity sha512-KS3efpnpIDVIXopMc65EMbWbUht7qvTCdtCR2dD/IZmi9MIkopYESwyRqLgv8Pfu589+KqDqOdzJWW7AHoACeg==
express-rate-limit@^7.5.0:
version "7.5.0"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.5.0.tgz#6a67990a724b4fbbc69119419feef50c51e8b28f"
integrity sha512-eB5zbQh5h+VenMPM3fh+nw1YExi5nMr6HUCR62ELSP11huvxm/Uir1H1QEyTkk5QX6A58pX6NmaTMceKZ0Eodg==

express@^4.21.2:
version "4.21.2"
Expand Down

0 comments on commit 64e6ba4

Please sign in to comment.