diff --git a/package-lock.json b/package-lock.json index 9f1c288cd4118bc710250aa0f7e454ce954828d3..7abcd97a9160b6036722103fbf4de323d51ddd7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1875,8 +1875,8 @@ } }, "matrix-appservice-bridge": { - "version": "github:matrix-org/matrix-appservice-bridge#7abb1228759829500ed7718209b28e197d898dd0", - "from": "github:matrix-org/matrix-appservice-bridge#7abb1228759829500ed7718209b28e197d898dd0", + "version": "github:matrix-org/matrix-appservice-bridge#8a7288edf1d1d1d1395a83d330d836d9c9bf1e76", + "from": "github:matrix-org/matrix-appservice-bridge#8a7288edf1d1d1d1395a83d330d836d9c9bf1e76", "requires": { "bluebird": "^2.9.34", "chalk": "^2.4.1", @@ -1894,9 +1894,9 @@ } }, "matrix-js-sdk": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-1.0.4.tgz", - "integrity": "sha512-FPx7U1a0SmLbDXhXlR4XHlC+FVKTnK2/+ZBtyOWGLi3nxw4x8hCSSzJ82gzStya1qvhHvbf/y7eblYFVE1l7SQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-1.1.0.tgz", + "integrity": "sha512-ECoMN6DkwPdKiMa/jSoMkSDngFCo6x7oH84rLd1NtD7lBPl3Ejj6ARa0iIELE7u0OUO6J0FzdWh7Hd0ZnVTmww==", "requires": { "another-json": "^0.2.0", "babel-runtime": "^6.26.0", @@ -2456,9 +2456,9 @@ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" }, "range-parser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", - "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" }, "raw-body": { "version": "2.4.0", diff --git a/src/util.ts b/src/util.ts index ff0fe9e7ac4e6edb0cbb45c9f64111cef31c8f68..9bfbaf914cf4e04776eb42b715419ef02bed863d 100644 --- a/src/util.ts +++ b/src/util.ts @@ -1,5 +1,5 @@ /* -Copyright 2018 matrix-appservice-discord +Copyright 2018, 2019 matrix-appservice-discord Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/test/test_matrixeventprocessor.ts b/test/test_matrixeventprocessor.ts index a5d109b5b78402eea68858b1d5615683e5a51d49..2c836b295847504637a4fac4361557bc47be5595 100644 --- a/test/test_matrixeventprocessor.ts +++ b/test/test_matrixeventprocessor.ts @@ -1,5 +1,5 @@ /* -Copyright 2018 matrix-appservice-discord +Copyright 2018, 2019 matrix-appservice-discord Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.