Skip to content

Commit 6ebd002

Browse files
committed
express, inquirer, js-yaml
1 parent 555c889 commit 6ebd002

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"@types/child-process-promise": "2.2.6",
7373
"@types/clone": "2.1.1",
7474
"@types/eslint": "7.29.0",
75-
"@types/inquirer": "8.2.6",
76-
"@types/js-yaml": "4.0.5",
75+
"@types/inquirer": "8.2.10",
76+
"@types/js-yaml": "4.0.9",
7777
"@types/listr": "0.14.4",
7878
"@types/long": "4.0.2",
7979
"@types/mocha": "9.1.1",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"@firebase/app": "0.10.0",
138138
"@rollup/plugin-json": "4.1.0",
139139
"@rollup/plugin-strip": "2.1.0",
140-
"@types/express": "4.17.17",
140+
"@types/express": "4.17.21",
141141
"chromedriver": "119.0.1",
142142
"rollup": "2.79.1",
143143
"rollup-plugin-sourcemaps": "0.6.3",

repo-scripts/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"js-yaml": "4.1.0"
3232
},
3333
"devDependencies": {
34-
"@types/js-yaml": "4.0.5",
34+
"@types/js-yaml": "4.0.9",
3535
"@types/resolve": "1.20.2",
3636
"mocha-chai-jest-snapshot": "1.1.3"
3737
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3454,10 +3454,10 @@
34543454
"@types/qs" "*"
34553455
"@types/range-parser" "*"
34563456

3457-
"@types/[email protected].17":
3458-
version "4.17.17"
3459-
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz"
3460-
integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
3457+
"@types/[email protected].21":
3458+
version "4.17.21"
3459+
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
3460+
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
34613461
dependencies:
34623462
"@types/body-parser" "*"
34633463
"@types/express-serve-static-core" "^4.17.33"
@@ -3491,10 +3491,10 @@
34913491
resolved "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz"
34923492
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
34933493

3494-
"@types/[email protected].6":
3495-
version "8.2.6"
3496-
resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.6.tgz"
3497-
integrity sha512-3uT88kxg8lNzY8ay2ZjP44DKcRaTGztqeIvN2zHvhzIBH/uAPaL75aBtdNRKbA7xXoMbBt5kX0M00VKAnfOYlA==
3494+
"@types/[email protected].10":
3495+
version "8.2.10"
3496+
resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.10.tgz#9444dce2d764c35bc5bb4d742598aaa4acb6561b"
3497+
integrity sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==
34983498
dependencies:
34993499
"@types/through" "*"
35003500
rxjs "^7.2.0"
@@ -3525,10 +3525,10 @@
35253525
dependencies:
35263526
"@types/istanbul-lib-report" "*"
35273527

3528-
"@types/[email protected].5":
3529-
version "4.0.5"
3530-
resolved "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.5.tgz"
3531-
integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==
3528+
"@types/[email protected].9":
3529+
version "4.0.9"
3530+
resolved "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz#cd82382c4f902fed9691a2ed79ec68c5898af4c2"
3531+
integrity sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==
35323532

35333533
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.8":
35343534
version "7.0.9"

0 commit comments

Comments
 (0)