Skip to content

Commit d3fa793

Browse files
authored
Merge pull request #157 from w3c/dependabot/npm_and_yarn/superagent-10.2.0
Bump superagent from 10.1.1 to 10.2.0
2 parents 1c5a644 + 3a8b40b commit d3fa793

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"async": "3.2.6",
18-
"superagent": "10.1.1"
18+
"superagent": "10.2.0"
1919
},
2020
"devDependencies": {
2121
"browserify": "17.0.1",

test/api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ describe("Users", function () {
173173
w3c.user(ian).affiliations().fetch(listChecker(done));
174174
});
175175
it("have groups", function (done) {
176-
w3c.user(ian).groups().fetch(listChecker(done, "Community Groups Development Lead"));
176+
w3c.user(ian).groups().fetch(listChecker(done, "Web Payment Security Interest Group"));
177177
});
178178
it("have participations", function (done) {
179179
w3c.user(ian).participations().fetch(listChecker(done, "Web Payment Security Interest Group"));
@@ -249,7 +249,7 @@ describe('Specifications by status', function () {
249249

250250
describe("Embeds", function () {
251251
it('apply to functions', function (done) {
252-
w3c.functions().fetch({ embed: true }, embedChecker(done, 'name', 'Management'));
252+
w3c.functions().fetch({ embed: true }, embedChecker(done, 'name', 'Systems'));
253253
});
254254
it("apply to groups", function (done) {
255255
w3c.groups().fetch({ embed: true }, embedChecker(done, "type", "community group"));

0 commit comments

Comments
 (0)