Skip to content

Commit af7f943

Browse files
authored
fix(deps): Updates xapi dependencies (#72)
Closes LearningLocker/learninglocker#1109
1 parent 3b12398 commit af7f943

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"npm": ">3.0.0"
3535
},
3636
"dependencies": {
37-
"@learninglocker/xapi-activities": "^4.0.0",
38-
"@learninglocker/xapi-agents": "^4.0.0",
39-
"@learninglocker/xapi-state": "^4.0.0",
40-
"@learninglocker/xapi-statements": "^6.0.1",
37+
"@learninglocker/xapi-activities": "^4.0.2",
38+
"@learninglocker/xapi-agents": "^4.0.3",
39+
"@learninglocker/xapi-state": "^4.0.2",
40+
"@learninglocker/xapi-statements": "^6.0.4",
4141
"boolean": "^0.1.2",
4242
"dotenv": "^5.0.0",
4343
"express": "^4.14.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
tslint-immutable "^4.5.1"
7272
typescript "^2.7.1"
7373

74-
"@learninglocker/xapi-activities@^4.0.0":
74+
"@learninglocker/xapi-activities@^4.0.2":
7575
version "4.0.2"
7676
resolved "https://registry.yarnpkg.com/@learninglocker/xapi-activities/-/xapi-activities-4.0.2.tgz#2219f4a3baa53fe7114538f578f330c8f6992ad8"
7777
dependencies:
@@ -98,9 +98,9 @@
9898
string-to-stream "^1.1.0"
9999
uuid "^3.0.1"
100100

101-
"@learninglocker/xapi-agents@^4.0.0":
102-
version "4.0.2"
103-
resolved "https://registry.yarnpkg.com/@learninglocker/xapi-agents/-/xapi-agents-4.0.2.tgz#ee17a5ca5dce0cfbc98b8b2623ba8906bfcca387"
101+
"@learninglocker/xapi-agents@^4.0.3":
102+
version "4.0.3"
103+
resolved "https://registry.yarnpkg.com/@learninglocker/xapi-agents/-/xapi-agents-4.0.3.tgz#9c38842c29a87ac128502f007c403f906ebfa6cf"
104104
dependencies:
105105
"@google-cloud/storage" "^1.5.2"
106106
"@learninglocker/xapi-validation" "^2.1.10"
@@ -125,7 +125,7 @@
125125
string-to-stream "^1.1.0"
126126
uuid "^3.0.1"
127127

128-
"@learninglocker/xapi-state@^4.0.0":
128+
"@learninglocker/xapi-state@^4.0.2":
129129
version "4.0.2"
130130
resolved "https://registry.yarnpkg.com/@learninglocker/xapi-state/-/xapi-state-4.0.2.tgz#79b7f5252b7fee3b48fd13342cbae55194143e12"
131131
dependencies:
@@ -152,9 +152,9 @@
152152
string-to-stream "^1.1.0"
153153
uuid "^3.0.1"
154154

155-
"@learninglocker/xapi-statements@^6.0.1":
156-
version "6.0.3"
157-
resolved "https://registry.yarnpkg.com/@learninglocker/xapi-statements/-/xapi-statements-6.0.3.tgz#eb137aebc550376c1158185ee574c593d767f6a1"
155+
"@learninglocker/xapi-statements@^6.0.4":
156+
version "6.0.4"
157+
resolved "https://registry.yarnpkg.com/@learninglocker/xapi-statements/-/xapi-statements-6.0.4.tgz#5750d3e21a307e6ecfb1669749ade5c6cd0cd4eb"
158158
dependencies:
159159
"@google-cloud/storage" "^1.5.2"
160160
"@learninglocker/xapi-validation" "^2.1.10"

0 commit comments

Comments
 (0)