Skip to content

Commit d045323

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update dependency cors to ^2.8.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b3e667 commit d045323

6 files changed

Lines changed: 18 additions & 13 deletions

File tree

examples/lb3-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@loopback/rest": "^15.0.9",
5555
"@loopback/rest-explorer": "^8.0.9",
5656
"compression": "^1.8.1",
57-
"cors": "^2.8.5",
57+
"cors": "^2.8.6",
5858
"debug": "^4.4.3",
5959
"express": "^4.22.1",
6060
"helmet": "^4.6.0",

extensions/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@graphql-tools/utils": "^11.0.0",
4949
"@loopback/http-server": "^7.0.8",
5050
"body-parser": "^2.2.2",
51-
"cors": "^2.8.5",
51+
"cors": "^2.8.6",
5252
"debug": "^4.4.3",
5353
"express": "^4.22.1",
5454
"graphql": "^16.12.0",

extensions/socketio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@loopback/http-server": "^7.0.8",
5050
"@types/cors": "^2.8.19",
5151
"@types/lodash": "^4.17.23",
52-
"cors": "^2.8.5",
52+
"cors": "^2.8.6",
5353
"debug": "^4.4.3",
5454
"lodash": "^4.17.21",
5555
"socket.io": "^4.8.3"

package-lock.json

Lines changed: 13 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/booter-lb3app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/lodash": "^4.17.23",
6363
"@types/node": "^16.18.126",
6464
"compression": "^1.8.1",
65-
"cors": "^2.8.5",
65+
"cors": "^2.8.6",
6666
"helmet": "^4.6.0",
6767
"loopback-boot": "^3.3.1"
6868
}

packages/rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ajv-formats": "^3.0.1",
5656
"ajv-keywords": "^5.1.0",
5757
"body-parser": "^2.2.2",
58-
"cors": "^2.8.5",
58+
"cors": "^2.8.6",
5959
"debug": "^4.4.3",
6060
"express": "^4.22.1",
6161
"http-errors": "^2.0.1",

0 commit comments

Comments
 (0)