Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 3b12e37

Browse files
authored
Cleaning component governance alerts (#1118)
* Cleaning component governance alerts * Increasing pnpm version * Setting pnpm to 4.9.3 * Setting pnpm to 4.14.4
1 parent 64a2839 commit 3b12e37

File tree

5 files changed

+28
-30
lines changed

5 files changed

+28
-30
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 23 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/luis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@oclif/errors": "~1.2.2",
4949
"@types/node-fetch": "~2.5.5",
5050
"@types/sinon": "^7.5.0",
51-
"axios": "~0.21.0",
51+
"axios": "~0.21.1",
5252
"cli-ux": "~5.3.3",
5353
"fs-extra": "^8.1.0",
5454
"lodash": "^4.17.19",

packages/qnamaker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@oclif/config": "~1.13.3",
4545
"@oclif/errors": "~1.2.2",
4646
"@oclif/parser": "~3.8.4",
47-
"await-delay": "^1.0.0",
48-
"axios": "~0.21.0",
47+
"delay": "^5.0.0",
48+
"axios": "~0.21.1",
4949
"camelcase": "^4.1.0",
5050
"chalk": "2.4.1",
5151
"cli-table3": "^0.5.1",

packages/qnamaker/utils/qnaconfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require('path')
33
const fs = require('fs-extra')
44
const chalk = require('chalk')
55
const Operations = require('./api/operations');
6-
const Delay = require('await-delay');
6+
const Delay = require('delay');
77
const {cli} = require('cli-ux')
88

99
const config = {

rush.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
33
"rushVersion": "5.19.1",
4-
"pnpmVersion": "4.8.0",
4+
"pnpmVersion": "4.14.4",
55
"pnpmOptions": {},
66
"nodeSupportedVersionRange": ">=10.13.0 <13.0.0",
77
"projects": [

0 commit comments

Comments
 (0)