8000 chore(dev-deps): bump @types/jsonwebtoken from 9.0.7 to 9.0.9 · forcedotcom/sfdx-core@3abb2f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3abb2f2

Browse files
chore(dev-deps): bump @types/jsonwebtoken from 9.0.7 to 9.0.9
Bumps [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) from 9.0.7 to 9.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken) --- updated-dependencies: - dependency-name: "@types/jsonwebtoken" dependency-version: 9.0.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cd8d3c commit 3abb2f2

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@salesforce/ts-sinon": "^1.4.30",
7878
"@types/benchmark": "^2.1.5",
7979
"@types/fast-levenshtein": "^0.0.4",
80-
"@types/jsonwebtoken": "9.0.7",
80+
"@types/jsonwebtoken": "9.0.9",
8181
"@types/proper-lockfile": "^4.1.4",
8282
"@types/semver": "^7.5.8",
8383
"benchmark": "^2.1.4",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -846,11 +846,12 @@
846846
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
847847
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
848848

849-
"@types/jsonwebtoken@9.0.7":
850-
version "9.0.7"
851-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.7.tgz#e49b96c2b29356ed462e9708fc73b833014727d2"
852-
integrity sha512-ugo316mmTYBl2g81zDFnZ7cfxlut3o+/EQdaP7J8QN2kY6lJ22hmQYCK5EHcJHbrW+dkCGSCPgbG8JtYj6qSrg==
849+
"@types/jsonwebtoken@9.0.9":
850+
version "9.0.9"
851+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.9.tgz#a4c3a446c0ebaaf467a58398382616f416345fb3"
852+
integrity sha512-uoe+GxEuHbvy12OUQct2X9JenKM3qAscquYymuQN4fMWG9DBQtykrQEFcAbVACF7qaLw9BePSodUL0kquqBJpQ==
853853
dependencies:
854+
"@types/ms" "*"
854855
"@types/node" "*"
855856

856857
"@types/minimist@^1.2.0":
@@ -863,6 +864,11 @@
863864
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
864865
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
865866

867+
"@types/ms@*":
868+
version "2.1.0"
869+
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78"
870+
integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==
871+
866872
"@types/node@*":
867873
version "20.12.13"
868874
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.13.tgz#90ed3b8a4e52dd3c5dc5a42dde5b85b74ad8ed88"

0 commit comments

Comments
 (0)
0