dependabot[bot]
fe7e9a3315
Bump serve-static from 1.14.2 to 1.16.2
...
Bumps [serve-static](https://github.com/expressjs/serve-static ) from 1.14.2 to 1.16.2.
- [Release notes](https://github.com/expressjs/serve-static/releases )
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md )
- [Commits](https://github.com/expressjs/serve-static/compare/v1.14.2...v1.16.2 )
---
updated-dependencies:
- dependency-name: serve-static
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 13:29:14 +00:00
Mark Salsbery
c08ef0ee36
Merge branch 'master' into ms-IE11
2024-06-23 16:36:59 -07:00
Mark Salsbery
2290e5d08d
More dropped support for IE11
2024-06-23 16:32:00 -07:00
dependabot[bot]
3ed100d218
Bump braces from 3.0.2 to 3.0.3
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 23:24:55 +00:00
dependabot[bot]
9f31919dc1
Bump word-wrap from 1.2.3 to 1.2.4
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 20:28:16 +00:00
Andrew Armbruster
be4d5ad7f7
Update grunt-contrib-qunit and extend FullScreen test
...
Update the package responsible for running tests, grunt-contrib-qunit.
The package change includes a significant bump to the puppeteer version used to run the tests (from v9 -> v19: https://github.com/gruntjs/grunt-contrib-qunit#release-history ).
Running the tests with the newer puppeteer version leads to issues running the FullScreen test when run in the 'old'/current default headless mode (the test fails with a timeout).
Updating to the 'new' headless mode (eventually to be the default anyway), seems to allow the fullscreen request to succeed.
Thus, go ahead and extend the FullScreen test to verify the correct values for a successful request, as well as an additional step to exit fullscreen mode.
2023-07-16 13:10:56 +02:00
Andrew A
ad1179b9db
Update to most recent QUnit
...
Update to most recent version of QUnit, which has been published under a new name for a while now.
Accordingly, replace the old package with the new one in both dependencies, as well as update references in test HTML files.
2023-05-27 13:16:28 +02:00
Andrew A
09a119afe3
Add ESLint plugin for ES API linting
...
Adding [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat ) to check for usage of incompatible APIs.
For a list of browsers, we start out using both the 'defaults' query along with IE 11, which is still expressly supported in OSD v4 (current).
2023-02-18 15:50:21 +01:00
Mohit Bansal
8442cc2b2b
update npm packages
2023-02-15 19:15:22 +05:30
Aiosa
c8dbb2c757
Implement support for async function and promise type recognition with $.type. Add $.Promise proxy. Implement support for promises in EventSource. Implement ability to abort events as well as prioritize events.
2023-01-17 11:13:48 +01:00
dependabot[bot]
44431beb13
Bump qs from 6.9.4 to 6.11.0
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.9.4 to 6.11.0.
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.4...v6.11.0 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 21:57:23 +00:00
dependabot[bot]
5a11784173
Bump decode-uri-component from 0.2.0 to 0.2.2
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-04 03:42:28 +00:00
Ian Gilman
87f90c05b4
Merge branch 'master' into ig-test
2022-11-28 14:26:56 -08:00
Tom
d55ccdf557
resolved package-lock.json conflict
2022-11-22 13:01:00 -05:00
Ian Gilman
22d4e62198
Updated package lock
2022-11-21 17:19:23 -08:00
dependabot[bot]
733f501a94
Bump minimatch from 3.0.4 to 3.0.8
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 22:20:58 +00:00
Tom
51807a77f0
implemented rotation about a pivot point in viewport coordinates
2022-11-11 22:15:52 -05:00
Hamza Tatheer
cd9c5032f8
functionality test
2022-10-22 12:15:28 +05:00
Ian Gilman
db9dcdb2cc
Package-lock
2022-06-07 13:42:55 -07:00
dependabot[bot]
e15c65ac09
Bump grunt from 1.5.2 to 1.5.3
...
Bumps [grunt](https://github.com/gruntjs/grunt ) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases )
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG )
- [Commits](https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3 )
---
updated-dependencies:
- dependency-name: grunt
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 00:12:47 +00:00
dependabot[bot]
9c6d22aa50
Bump grunt from 1.4.1 to 1.5.2
...
Bumps [grunt](https://github.com/gruntjs/grunt ) from 1.4.1 to 1.5.2.
- [Release notes](https://github.com/gruntjs/grunt/releases )
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG )
- [Commits](https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.2 )
---
updated-dependencies:
- dependency-name: grunt
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-27 05:26:49 +00:00
dependabot[bot]
e722c960bc
Bump node-fetch from 2.6.6 to 2.6.7
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 23:12:41 +00:00
dependabot[bot]
4679455720
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-09 08:55:12 +00:00
Ian Gilman
bdcd078b46
Updated NPM packages
2021-12-17 15:02:14 -08:00
dependabot[bot]
db64c20837
Bump path-parse from 1.0.6 to 1.0.7
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 17:47:56 +00:00
dependabot[bot]
b95da6801a
Bump lodash from 4.17.19 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 18:29:49 +00:00
Ian Gilman
5e079ee18b
Merge pull request #1975 from openseadragon/dependabot/npm_and_yarn/grunt-1.3.0
...
Bump grunt from 1.1.0 to 1.3.0
2021-05-07 11:29:02 -07:00
dependabot[bot]
39dfbcc735
Bump grunt from 1.1.0 to 1.3.0
...
Bumps [grunt](https://github.com/gruntjs/grunt ) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/gruntjs/grunt/releases )
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG )
- [Commits](https://github.com/gruntjs/grunt/compare/v1.1.0...v1.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 02:32:45 +00:00
dependabot[bot]
dde7bbf1c6
Bump handlebars from 4.7.6 to 4.7.7
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 18:15:33 +00:00
Ian Gilman
118f4cfed6
Merge pull request #1857 from openseadragon/dependabot/npm_and_yarn/lodash-4.17.19
...
Bump lodash from 4.17.15 to 4.17.19
2021-03-15 11:20:25 -07:00
dependabot[bot]
323f653d2a
Bump bl from 1.2.2 to 1.2.3
...
Bumps [bl](https://github.com/rvagg/bl ) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/rvagg/bl/releases )
- [Commits](https://github.com/rvagg/bl/compare/v1.2.2...v1.2.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-09 18:46:21 +00:00
dependabot[bot]
066de5f13f
Bump ini from 1.3.5 to 1.3.7
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-10 20:04:36 +00:00
dependabot[bot]
47e2dde3a1
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 04:32:57 +00:00
Mark Salsbery
4492bdd6d8
package-lock
2020-06-25 16:14:57 -07:00
Mark Salsbery
c4351f64e8
stricter linting
2020-06-25 16:01:14 -07:00
dependabot[bot]
947afbb0af
Bump websocket-extensions from 0.1.3 to 0.1.4
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 11:46:41 +00:00
dependabot[bot]
1dc6720d0d
Bump acorn from 7.1.0 to 7.1.1
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-03-13 21:45:14 +00:00
Ian Gilman
a700581493
Merge pull request #1785 from openseadragon/dependabot/npm_and_yarn/js-yaml-3.13.1
...
Bump js-yaml from 3.7.0 to 3.13.1
2020-03-06 11:06:23 -08:00
dependabot[bot]
73e1bbf179
Bump js-yaml from 3.7.0 to 3.13.1
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.7.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.7.0...3.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-03-05 18:16:59 +00:00
dependabot[bot]
16706765a2
Bump handlebars from 4.0.11 to 4.7.3
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.0.11 to 4.7.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.7.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-03-05 18:16:59 +00:00
Ian Gilman
9c561cc866
audit fix
2019-12-30 10:52:39 -08:00
Ian Gilman
89268e1e57
package lock
2019-12-30 10:51:58 -08:00
Ian Gilman
c01887f3e3
Updated NPM packages
2019-12-30 10:46:44 -08:00
Ian Gilman
19d66892ed
Updated packages
2019-08-19 10:46:12 -07:00
Ian Gilman
ae3b049bb5
Package-lock
2019-07-18 16:29:19 -07:00
David McAlpine
998439f29c
Upgraded grunt-contrib-qunit to ^3.1.0 which utilizes pupetter instead of phantomjs
2019-07-17 20:02:40 -04:00
Ian Gilman
f805974a04
Updating to latest NPM dependencies.
2018-12-11 12:02:24 -08:00
Fabien Rohman
b055f6fe54
Fix issue #1504
2018-08-10 10:23:33 +02:00
Ian Gilman
ee1ed31d8c
Security audit
2018-05-14 11:59:20 -07:00
Ian Gilman
24be785bbd
Updated to latest packages (and fixed lint errors)
2018-05-11 10:53:16 -07:00