Skip to content

Commit 6673966

Browse files
build(deps): bump cors from 2.8.5 to 2.8.6 (#1657)
Bumps [cors](https://github.com/expressjs/cors) from 2.8.5 to 2.8.6. - [Release notes](https://github.com/expressjs/cors/releases) - [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md) - [Commits](expressjs/cors@v2.8.5...v2.8.6) --- updated-dependencies: - dependency-name: cors dependency-version: 2.8.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7fb6c4 commit 6673966

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@feathersjs/socketio": "^5.0.37",
4646
"cls-hooked": "^4.2.2",
4747
"compression": "^1.8.1",
48-
"cors": "^2.8.5",
48+
"cors": "^2.8.6",
4949
"cross-env": "^10.1.0",
5050
"feathers-authentication-hooks": "^1.0.2",
5151
"feathers-hooks-common": "^8.2.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2997,10 +2997,10 @@ core-js-compat@^3.43.0:
29972997
dependencies:
29982998
browserslist "^4.26.3"
29992999

3000-
cors@^2.8.5, cors@~2.8.5:
3001-
version "2.8.5"
3002-
resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29"
3003-
integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==
3000+
cors@^2.8.5, cors@^2.8.6, cors@~2.8.5:
3001+
version "2.8.6"
3002+
resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.6.tgz#ff5dd69bd95e547503820d29aba4f8faf8dfec96"
3003+
integrity sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==
30043004
dependencies:
30053005
object-assign "^4"
30063006
vary "^1"

0 commit comments

Comments
 (0)