Skip to content

Commit 64e6ba4

Browse files
chore(deps): bump the production-dependencies group (#1207)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b689804 commit 64e6ba4

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
@@ -4,7 +4,7 @@
44
"private": true,
55
"type": "module",
66
"dependencies": {
7-
"@primer/octicons": "^19.13.0",
7+
"@primer/octicons": "^19.14.0",
88
"@types/express": "^4.17.20",
99
"@types/feather-icons": "^4.29.3",
1010
"@types/primer__octicons": "^19.11.0",
@@ -13,7 +13,7 @@
1313
"cors": "^2.8.5",
1414
"dotenv": "^16.4.7",
1515
"express": "^4.21.2",
16-
"express-rate-limit": "^7.4.1",
16+
"express-rate-limit": "^7.5.0",
1717
"feather-icons": "^4.29.2",
1818
"monk": "^7.3.4",
1919
"node-fetch": "^3.3.2",

server/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
"@nodelib/fs.scandir" "2.1.5"
8080
fastq "^1.6.0"
8181

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

@@ -605,10 +605,10 @@ etag@~1.8.1:
605605
version "1.8.1"
606606
resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz"
607607

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

613613
express@^4.21.2:
614614
version "4.21.2"

0 commit comments

Comments
 (0)