aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-02 15:37:12 +0000
committerGitHub <noreply@github.com>2022-06-02 15:37:12 +0000
commite5ef45af2eba80b677b39a5682b7fc959281901d (patch)
tree2b135d426af94c713c68a0a263e33fb8aa3d5ce6
parentBump @types/node from 17.0.36 to 17.0.38 (#96) (diff)
downloadee4511w-web-e5ef45af2eba80b677b39a5682b7fc959281901d.tar
ee4511w-web-e5ef45af2eba80b677b39a5682b7fc959281901d.tar.gz
ee4511w-web-e5ef45af2eba80b677b39a5682b7fc959281901d.tar.bz2
ee4511w-web-e5ef45af2eba80b677b39a5682b7fc959281901d.tar.lz
ee4511w-web-e5ef45af2eba80b677b39a5682b7fc959281901d.tar.xz
ee4511w-web-e5ef45af2eba80b677b39a5682b7fc959281901d.tar.zst
ee4511w-web-e5ef45af2eba80b677b39a5682b7fc959281901d.zip
Bump @types/passport from 1.0.7 to 1.0.8 (#97)
Bumps [@types/passport](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport) --- updated-dependencies: - dependency-name: "@types/passport" dependency-type: direct:development 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>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 9ddaf14..acb131f 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"@types/express": "4.17.13",
"@types/express-fileupload": "1.2.2",
"@types/node": "17.0.38",
- "@types/passport": "^1.0.7",
+ "@types/passport": "^1.0.8",
"@types/shell-quote": "1.7.1",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
diff --git a/yarn.lock b/yarn.lock
index f70c5dd..130c02f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -147,10 +147,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.38.tgz#f8bb07c371ccb1903f3752872c89f44006132947"
integrity sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==
-"@types/passport@^1.0.7":
- version "1.0.7"
- resolved "https://registry.yarnpkg.com/@types/passport/-/passport-1.0.7.tgz#85892f14932168158c86aecafd06b12f5439467a"
- integrity sha512-JtswU8N3kxBYgo+n9of7C97YQBT+AYPP2aBfNGTzABqPAZnK/WOAaKfh3XesUYMZRrXFuoPc2Hv0/G/nQFveHw==
+"@types/passport@^1.0.8":
+ version "1.0.8"
+ resolved "https://registry.yarnpkg.com/@types/passport/-/passport-1.0.8.tgz#cc3ee653777365ac02f630c3c08fb755567b7387"
+ integrity sha512-Gdcvis7+7G/Mobm+25AeFi+oe5teBhHzpbCOFWeN10Bj8tnoEE1L5lkraQjzmDEKkJQuM7xSJUGIFGl/giyRfQ==
dependencies:
"@types/express" "*"