Rishabh Shukla
f0cb35a0aa
Alpha masking module ( #1546 )
...
* Mask module added
* add mask module
* add test for alpha masking
* update Readme
Co-authored-by: h <f>
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-11-03 11:18:49 -05:00
dependabot-preview[bot]
149e8d2150
Bump lint-staged from 10.5.0 to 10.5.1
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.5.0 to 10.5.1.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.0...v10.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-11-03 13:18:03 +00:00
dependabot-preview[bot]
127d417e40
Bump jest from 26.6.1 to 26.6.2
...
Bumps [jest](https://github.com/facebook/jest ) from 26.6.1 to 26.6.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v26.6.1...v26.6.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-11-03 13:00:02 +00:00
dependabot-preview[bot]
8c57b2393f
Bump jasmine from 3.6.1 to 3.6.3
...
Bumps [jasmine](https://github.com/jasmine/jasmine-npm ) from 3.6.1 to 3.6.3.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases )
- [Commits](https://github.com/jasmine/jasmine-npm/compare/v3.6.1...v3.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-11-03 12:30:57 +00:00
dependabot-preview[bot]
a9bb7c6834
Bump ora from 4.0.3 to 5.1.0 ( #1760 )
...
Bumps [ora](https://github.com/sindresorhus/ora ) from 4.0.3 to 5.1.0.
- [Release notes](https://github.com/sindresorhus/ora/releases )
- [Commits](https://github.com/sindresorhus/ora/compare/v4.0.3...v5.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-03 07:08:39 -05:00
Josh Levinger
a8f8029a83
Upgrade picomatch so image-sequencer works in Safari ( #1740 )
...
* upgrade picomatch
for publiclab/image-sequencer#1738
* fix: remove picomatch from package.json
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-11-02 14:44:01 -05:00
dependabot-preview[bot]
3e91725bda
Bump browserify from 16.5.0 to 17.0.0 ( #1754 )
...
Bumps [browserify](https://github.com/browserify/browserify ) from 16.5.0 to 17.0.0.
- [Release notes](https://github.com/browserify/browserify/releases )
- [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown )
- [Commits](https://github.com/browserify/browserify/compare/v16.5.0...v17.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-11-02 11:37:05 -05:00
dependabot-preview[bot]
b5135c716c
Bump data-uri-to-buffer from 3.0.0 to 3.0.1 ( #1755 )
...
Bumps [data-uri-to-buffer](https://github.com/TooTallNate/node-data-uri-to-buffer ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/TooTallNate/node-data-uri-to-buffer/releases )
- [Commits](https://github.com/TooTallNate/node-data-uri-to-buffer/compare/3.0.0...3.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-02 11:27:38 -05:00
dependabot-preview[bot]
e2cd7b1950
Bump buffer from 5.6.0 to 5.7.0
...
Bumps [buffer](https://github.com/feross/buffer ) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/feross/buffer/releases )
- [Commits](https://github.com/feross/buffer/compare/v5.6.0...v5.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-11-02 15:31:26 +00:00
dependabot-preview[bot]
4e9324b81e
[Security] Bump acorn from 6.0.2 to 6.4.2
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.0.2 to 6.4.2. **This update includes security fixes.**
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.0.2...6.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-11-02 15:09:00 +00:00
Nirav Asher
1af80b325a
New Shadow module ( #1507 )
...
* circular gradient module
* Shadow module added
* fixed minor documentation error
* fixed small errors
* added test for shadow module
* updated shadow module to receive x and y inputs
* final shadow module with two inputs
* fixed test for shadow module
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-11-02 09:53:30 -05:00
Harsh Khandeparkar
77a9f01e33
Change release issue template slightly ( #1752 )
...
* Update release_workflow.md
* Update release_workflow.md
* Update release_workflow.md
2020-11-02 00:18:04 -05:00
Aditya Zope
893bc108e0
Parse floating-point value from percentages ( #1733 )
...
* Parse floating-point value from percentages
* Add tests for resize module
* Add options' test for resize module
Co-authored-by: Aditya Zope <zope@Adityas-MacBook-Pro.local >
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
2020-11-02 00:08:36 -05:00
Rishabh Shukla
0622a0c21a
Add support for transparent image in overlay module ( #1606 )
...
* add support for transparent image overlay
* replaced var for const/let
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-11-01 11:36:13 -05:00
dependabot-preview[bot]
67e11edcd8
Bump jspdf from 1.5.3 to 2.1.1 ( #1737 )
...
Bumps [jspdf](https://github.com/MrRio/jsPDF ) from 1.5.3 to 2.1.1.
- [Release notes](https://github.com/MrRio/jsPDF/releases )
- [Changelog](https://github.com/MrRio/jsPDF/blob/master/RELEASE.md )
- [Commits](https://github.com/MrRio/jsPDF/compare/v1.5.3...v2.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-01 10:53:07 -05:00
dependabot-preview[bot]
195a54d355
Bump grunt from 1.1.0 to 1.3.0 ( #1749 )
...
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/master/CHANGELOG )
- [Commits](https://github.com/gruntjs/grunt/compare/v1.1.0...v1.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-31 16:51:09 -04:00
dependabot-preview[bot]
0f1a8f922b
Bump jasmine-spec-reporter from 4.2.1 to 6.0.0 ( #1750 )
...
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter ) from 4.2.1 to 6.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases )
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v4.2.1...v6.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-31 13:18:28 -04:00
dependabot-preview[bot]
0fe8c1e7a1
Bump @babel/core from 7.12.0 to 7.12.3 ( #1748 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.0 to 7.12.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.3/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-31 07:59:13 -04:00
dependabot-preview[bot]
e10678e8d8
Bump pngquant-bin from 5.0.2 to 6.0.0
...
Bumps [pngquant-bin](https://github.com/imagemin/pngquant-bin ) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/imagemin/pngquant-bin/releases )
- [Commits](https://github.com/imagemin/pngquant-bin/compare/v5.0.2...v6.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-30 20:11:51 +00:00
dependabot-preview[bot]
183b75373f
Bump geotiff from 1.0.0-beta.13 to 1.0.0-beta.14 ( #1745 )
...
Bumps [geotiff](https://github.com/geotiffjs/geotiff.js ) from 1.0.0-beta.13 to 1.0.0-beta.14.
- [Release notes](https://github.com/geotiffjs/geotiff.js/releases )
- [Commits](https://github.com/geotiffjs/geotiff.js/compare/v1.0.0-beta.13...v1.0.0-beta.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-30 16:04:50 -04:00
dependabot-preview[bot]
775378d8fd
Bump lint-staged from 10.4.2 to 10.5.0 ( #1746 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.4.2 to 10.5.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.4.2...v10.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-30 15:41:18 -04:00
dependabot-preview[bot]
4e3d9f97c0
Bump commander from 4.1.0 to 6.2.0 ( #1744 )
...
Bumps [commander](https://github.com/tj/commander.js ) from 4.1.0 to 6.2.0.
- [Release notes](https://github.com/tj/commander.js/releases )
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tj/commander.js/compare/v4.1.0...v6.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-30 11:19:04 -04:00
dependabot-preview[bot]
fddf2b6ed8
Bump jest from 26.1.0 to 26.6.1 ( #1742 )
...
Bumps [jest](https://github.com/facebook/jest ) from 26.1.0 to 26.6.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v26.1.0...v26.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-30 11:07:07 -04:00
Barun Acharya
a5e3584ea8
adding tests for CLI functionality ( #1718 )
...
* test: add a basic cli test for savesequence
* refactor cli-test
* Run cli tests seperately
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
2020-10-29 07:42:09 -04:00
dependabot-preview[bot]
a82bdea390
Bump looks-same from 7.2.2 to 7.2.3 ( #1736 )
...
Bumps [looks-same](https://github.com/gemini-testing/looks-same ) from 7.2.2 to 7.2.3.
- [Release notes](https://github.com/gemini-testing/looks-same/releases )
- [Changelog](https://github.com/gemini-testing/looks-same/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gemini-testing/looks-same/compare/v7.2.2...v7.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-28 16:57:47 -04:00
Harsh Khandeparkar
099e7e2e1d
Scripts to update gh-pages ( #1739 )
...
* Create update-gh-pages
* fix: pull from stable branch instead of main
* fix: make script executable
* fix: add scripts/ to CODEOWNERS file
* fix: option to choose upstream branch
* feat: completely refactor the script
* docs<CONTRIBUTING>: document the scripts
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-28 16:47:57 -04:00
dependabot-preview[bot]
5408467800
Bump jsdom from 16.3.0 to 16.4.0 ( #1735 )
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 16.3.0 to 16.4.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/16.3.0...16.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-28 16:35:29 -04:00
Jeffrey Warren
30c3fba933
Update and rename .github/ISSUE_TEMPLATE.md to .github/ISSUE_TEMPLATE/bug_report.md
2020-10-28 16:23:03 -04:00
Jeffrey Warren
cfd3750b68
Update release_workflow.md
2020-10-28 16:20:00 -04:00
Jeffrey Warren
fadaebcdb6
Update release_workflow.md
2020-10-28 16:18:45 -04:00
Jeffrey Warren
10f2739435
Create release_workflow.md
2020-10-28 16:16:34 -04:00
Jeffrey Warren
3caa033c8f
Update demo.css to fix font links to League Spartan CDN via fontsource - ( #1741 )
...
https://cdn.jsdelivr.net/npm/fontsource-league-spartan@3.0.5/files/
2020-10-27 11:05:18 -04:00
Harsh Khandeparkar
14f13c300b
fix: bump lockfile and sw.js versions ( #1734 )
2020-10-22 10:13:35 -04:00
Jeffrey Warren
a2d654321d
Bump to v3.6.0 for new npm release ( #1695 )
...
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
2020-10-18 16:13:10 -04:00
dependabot-preview[bot]
ad2f63ce4f
Bump jasmine-core from 3.5.0 to 3.6.0 ( #1730 )
...
Bumps [jasmine-core](https://github.com/jasmine/jasmine ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/jasmine/jasmine/releases )
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md )
- [Commits](https://github.com/jasmine/jasmine/compare/v3.5.0...v3.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-18 15:54:08 -04:00
dependabot-preview[bot]
82601ecbea
Bump gpu.js from 2.9.5 to 2.10.4 ( #1731 )
...
Bumps [gpu.js](https://github.com/gpujs/gpu.js ) from 2.9.5 to 2.10.4.
- [Release notes](https://github.com/gpujs/gpu.js/releases )
- [Commits](https://github.com/gpujs/gpu.js/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-18 11:16:03 -04:00
dependabot-preview[bot]
c750958add
Bump lint-staged from 10.2.11 to 10.4.2 ( #1732 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.2.11 to 10.4.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.11...v10.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-17 17:57:38 -04:00
Harsh Khandeparkar
e1c8a5f218
Edge Detect Horizontal Edges Got Fixed ( #1696 )
...
* fix: edge detect horizontal angle fixed
* test: fix edge detect tests
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-17 11:46:58 -04:00
Adam G
8c461bbeee
Make the site responsive ( #1382 )
...
* Removed line 47 & 68, added line 154
* Line 61 removed inline styles from header
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-17 11:34:18 -04:00
dependabot-preview[bot]
11478ce421
Bump lodash from 4.17.19 to 4.17.20 ( #1720 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.20 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
2020-10-17 11:16:52 -04:00
dependabot-preview[bot]
fa02c9f1c4
Bump jsqr from 1.2.0 to 1.3.1
...
Bumps [jsqr](https://github.com/cozmo/jsQR ) from 1.2.0 to 1.3.1.
- [Release notes](https://github.com/cozmo/jsQR/releases )
- [Commits](https://github.com/cozmo/jsQR/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-17 06:51:12 +00:00
Shazeb Ata
f4baebd7c7
Change dimension upon loading through camera ( #1456 )
...
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-16 16:56:40 -04:00
dependabot-preview[bot]
d0172f91ff
Bump @babel/plugin-proposal-object-rest-spread from 7.11.0 to 7.12.1 ( #1726 )
...
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread ) from 7.11.0 to 7.12.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-plugin-proposal-object-rest-spread )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-16 11:16:42 -04:00
Shazeb Ata
c0cf8798a7
Hide ui on each draw ( #1559 )
...
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
2020-10-16 10:24:57 +05:30
Rishabh Shukla
d33afe09da
refactored resize ( #1562 )
...
Co-authored-by: h <f>
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-16 10:04:59 +05:30
Akshay Gupta
1713751728
Colorbar module default overlay shift fixed ( #1542 )
...
* Fixes #1538
* Fixes #1538
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
2020-10-16 09:48:55 +05:30
Harsh Khandeparkar
a7993d5f7b
Text Overlay Works ( #1561 )
...
Co-authored-by: Rishabh Shukla <42492389+blurry-x-face@users.noreply.github.com >
2020-10-16 08:55:11 +05:30
Mansi Sharma
31eaba8912
Updated config.yml according to plots2 file ( #1566 )
...
* Updated config.yml according to plots2 file
* Corrected according to suggestions
* minor change
* minor change
* minor change
* minor change
* minor change
* minor changes
Co-authored-by: sharmamansi <mansisharma785622gmail.com>
Co-authored-by: Rishabh Shukla <42492389+blurry-x-face@users.noreply.github.com >
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
2020-10-16 01:20:53 +05:30
Naimish Rastogi
c372b7d950
VersionText color change ( #1567 )
...
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-10-15 11:19:23 -04:00
dependabot-preview[bot]
765dbc5c9c
Bump jasmine from 3.5.0 to 3.6.1 ( #1723 )
...
Bumps [jasmine](https://github.com/jasmine/jasmine-npm ) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases )
- [Commits](https://github.com/jasmine/jasmine-npm/compare/v3.5.0...v3.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-15 07:42:48 -04:00