Skip to content

Commit 35186f9

Browse files
AshwaniBansal1Ashwani Bansal (SyrenCloud LLC)
andauthored
updated packages| Component Governance issues | IRS public sdk 1.3.0 (#432)
* updated packages * deleted ember-sample/yarn.lock Co-authored-by: Ashwani Bansal (SyrenCloud LLC) <v-asbansal@microsoft.com>
1 parent be15db1 commit 35186f9

File tree

10 files changed

+109494
-24241
lines changed

10 files changed

+109494
-24241
lines changed

js/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"decode-uri-component": "0.2.1",
3939
"json-schema": "^0.4.0",
4040
"loader-utils": "^3.2.1",
41+
"minimatch": "3.0.5",
42+
"string_decoder": "^1.3.0",
4143
"terser": "^5.14.2"
4244
}
4345
}

js/samples/ember-sample/package-lock.json

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

js/samples/ember-sample/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,16 @@
6767
},
6868
"dependencies": {
6969
"@microsoft/immersive-reader-sdk": "^1.2.0",
70-
"@xmldom/xmldom": "^0.8.3",
70+
"@xmldom/xmldom": "0.8.4",
7171
"chokidar": "^3.5.3",
7272
"engine.io": "^6.2.1",
7373
"eslint": "^8.9.0",
7474
"glob-parent": "^6.0.2",
7575
"markdown-it": "^12.3.2",
76+
"minimatch": "3.0.5",
7677
"minimist": "^1.2.7",
7778
"socket.io": "^4.5.4",
79+
"string_decoder": "^1.3.0",
7880
"testem": "^3.9.0"
7981
}
8082
}

0 commit comments

Comments
 (0)