Skip to content

Commit 68b26aa

Browse files
committed
- upgrade modules
1 parent bd7e99a commit 68b26aa

File tree

3 files changed

+30
-38
lines changed

3 files changed

+30
-38
lines changed

package-lock.json

Lines changed: 24 additions & 32 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
@@ -81,7 +81,7 @@
8181
"nyc": "^15.1.0",
8282
"request": "^2.88.2",
8383
"rimraf": "^3.0.2",
84-
"socket.io": "^2.3.0",
84+
"socket.io": "^2.5.1",
8585
"terser-webpack-plugin": "^2.3.8",
8686
"typescript": "^4.5.4",
8787
"watch": "^1.0.2",
@@ -90,8 +90,8 @@
9090
"webpack-cli": "^5.0.2"
9191
},
9292
"dependencies": {
93-
"@babel/runtime": "^7.21.5",
94-
"backendless-request": "^0.7.1",
95-
"backendless-rt-client": "0.3.0"
93+
"@babel/runtime": "^7.26.7",
94+
"backendless-request": "^0.8.0",
95+
"backendless-rt-client": "0.5.0"
9696
}
9797
}

test/unit/specs/files/basic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,14 +689,14 @@ describe('<Files> Basic', function() {
689689

690690
expect(req1).to.deep.include({
691691
method : 'POST',
692-
path : `${APP_PATH}/files/test/path/`,
692+
path : `${APP_PATH}/files/test/path`,
693693
headers: {},
694694
body : undefined
695695
})
696696

697697
expect(req2).to.deep.include({
698698
method : 'POST',
699-
path : `${APP_PATH}/files/test/path/`,
699+
path : `${APP_PATH}/files/test/path`,
700700
headers: {},
701701
body : undefined
702702
})

0 commit comments

Comments
 (0)