Skip to content

Commit 8879cfb

Browse files
Bump @types/cors from 2.8.18 to 2.8.19 (#1522)
Bumps [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) from 2.8.18 to 2.8.19. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors) --- updated-dependencies: - dependency-name: "@types/cors" dependency-version: 2.8.19 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37ed7f8 commit 8879cfb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/bluebird": "^3.5.42",
6363
"@types/cls-hooked": "^4.3.9",
6464
"@types/compression": "^1.8.1",
65-
"@types/cors": "^2.8.18",
65+
"@types/cors": "^2.8.19",
6666
"@types/jest": "^29.5.14",
6767
"@types/jsonwebtoken": "^9.0.9",
6868
"@types/serve-favicon": "^2.5.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,10 +1213,10 @@
12131213
"@types/keygrip" "*"
12141214
"@types/node" "*"
12151215

1216-
"@types/cors@^2.8.12", "@types/cors@^2.8.17", "@types/cors@^2.8.18":
1217-
version "2.8.18"
1218-
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.18.tgz#101e033b3ca06695f3d73c587cd7f9eb348135d1"
1219-
integrity sha512-nX3d0sxJW41CqQvfOzVG1NCTXfFDrDWIghCZncpHeWlVFd81zxB/DLhg7avFg6eHLCRX7ckBmoIIcqa++upvJA==
1216+
"@types/cors@^2.8.12", "@types/cors@^2.8.17", "@types/cors@^2.8.19":
1217+
version "2.8.19"
1218+
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.19.tgz#d93ea2673fd8c9f697367f5eeefc2bbfa94f0342"
1219+
integrity sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==
12201220
dependencies:
12211221
"@types/node" "*"
12221222

0 commit comments

Comments
 (0)