Skip to content

Commit 80624b6

Browse files
build(deps): update dependency cors to ^2.8.6 (#2451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8e11ba commit 80624b6

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"axios": "^1.13.2",
4343
"bcrypt": "^6.0.0",
4444
"buffer-to-stream": "1.0.0",
45-
"cors": "^2.8.5",
45+
"cors": "^2.8.6",
4646
"cross-env": "^7.0.3",
4747
"dotenv": "^16.6.1",
4848
"express": "4.22.1",

yarn.lock

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5623,7 +5623,7 @@ __metadata:
56235623
buffer-to-stream: "npm:1.0.0"
56245624
commitizen: "npm:^4.3.1"
56255625
conventional-changelog-cli: "npm:^5.0.0"
5626-
cors: "npm:^2.8.5"
5626+
cors: "npm:^2.8.6"
56275627
cross-env: "npm:^7.0.3"
56285628
crypto-js: "npm:^4.2.0"
56295629
dotenv: "npm:^16.6.1"
@@ -7470,7 +7470,17 @@ __metadata:
74707470
languageName: node
74717471
linkType: hard
74727472

7473-
"cors@npm:^2.8.5, cors@npm:~2.8.5":
7473+
"cors@npm:^2.8.6":
7474+
version: 2.8.6
7475+
resolution: "cors@npm:2.8.6"
7476+
dependencies:
7477+
object-assign: "npm:^4"
7478+
vary: "npm:^1"
7479+
checksum: 10c0/ab2bc57b8af8ef8476682a59647f7c55c1a7d406b559ac06119aa1c5f70b96d35036864d197b24cf86e228e4547231088f1f94ca05061dbb14d89cc0bc9d4cab
7480+
languageName: node
7481+
linkType: hard
7482+
7483+
"cors@npm:~2.8.5":
74747484
version: 2.8.5
74757485
resolution: "cors@npm:2.8.5"
74767486
dependencies:

0 commit comments

Comments
 (0)