Skip to content

Commit 7048369

Browse files
authored
Merge branch 'main' into mg/OPS-3958
2 parents 1812c5b + 80ab4af commit 7048369

6 files changed

Lines changed: 378 additions & 109 deletions

File tree

THIRD_PARTY_LICENSES.txt

Lines changed: 53 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5724,7 +5724,6 @@ The following npm packages may be included in this product:
57245724
- @types/d3@7.4.3
57255725
- @types/debug@4.1.12
57265726
- @types/estree-jsx@1.0.5
5727-
- @types/estree@1.0.6
57285727
- @types/estree@1.0.8
57295728
- @types/geojson@7946.0.16
57305729
- @types/hast@2.3.10
@@ -8654,7 +8653,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
86548653

86558654
The following npm package may be included in this product:
86568655

8657-
- rollup@4.24.0
8656+
- rollup@4.59.0
86588657

86598658
This package contains the following license:
86608659

@@ -8673,17 +8672,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
86738672

86748673
# Licenses of bundled dependencies
86758674
The published Rollup artifact additionally contains code with the following licenses:
8676-
MIT, ISC
8675+
MIT, ISC, 0BSD
86778676

86788677
# Bundled dependencies:
86798678
## @jridgewell/sourcemap-codec
86808679
License: MIT
8681-
By: Rich Harris
8682-
Repository: git+https://github.com/jridgewell/sourcemap-codec.git
8680+
By: Justin Ridgewell
8681+
Repository: git+https://github.com/jridgewell/sourcemaps.git
86838682

8684-
> The MIT License
8685-
>
8686-
> Copyright (c) 2015 Rich Harris
8683+
> Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
86878684
>
86888685
> Permission is hereby granted, free of charge, to any person obtaining a copy
86898686
> of this software and associated documentation files (the "Software"), to deal
@@ -8700,8 +8697,8 @@ Repository: git+https://github.com/jridgewell/sourcemap-codec.git
87008697
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
87018698
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
87028699
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8703-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8704-
> THE SOFTWARE.
8700+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8701+
> SOFTWARE.
87058702

87068703
---------------------------------------
87078704

@@ -8850,21 +8847,6 @@ Repository: git+https://github.com/paulmillr/chokidar.git
88508847

88518848
---------------------------------------
88528849

8853-
## colorette
8854-
License: MIT
8855-
By: Jorge Bucaran
8856-
Repository: jorgebucaran/colorette
8857-
8858-
> Copyright © Jorge Bucaran <<https://jorgebucaran.com>>
8859-
>
8860-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8861-
>
8862-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8863-
>
8864-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8865-
8866-
---------------------------------------
8867-
88688850
## date-time
88698851
License: MIT
88708852
By: Sindre Sorhus
@@ -9072,7 +9054,7 @@ Repository: git+https://gitlab.com/Rich-Harris/locate-character.git
90729054
## magic-string
90739055
License: MIT
90749056
By: Rich Harris
9075-
Repository: https://github.com/rich-harris/magic-string
9057+
Repository: git+https://github.com/Rich-Harris/magic-string.git
90769058

90779059
> Copyright 2018 Rich Harris
90789060
>
@@ -9130,6 +9112,29 @@ Repository: sindresorhus/parse-ms
91309112

91319113
---------------------------------------
91329114

9115+
## picocolors
9116+
License: ISC
9117+
By: Alexey Raspopov
9118+
Repository: alexeyraspopov/picocolors
9119+
9120+
> ISC License
9121+
>
9122+
> Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
9123+
>
9124+
> Permission to use, copy, modify, and/or distribute this software for any
9125+
> purpose with or without fee is hereby granted, provided that the above
9126+
> copyright notice and this permission notice appear in all copies.
9127+
>
9128+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9129+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9130+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
9131+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
9132+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
9133+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
9134+
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9135+
9136+
---------------------------------------
9137+
91339138
## picomatch
91349139
License: MIT
91359140
By: Jon Schlinkert
@@ -9292,6 +9297,26 @@ Repository: micromatch/to-regex-range
92929297

92939298
---------------------------------------
92949299

9300+
## tslib
9301+
License: 0BSD
9302+
By: Microsoft Corp.
9303+
Repository: https://github.com/Microsoft/tslib.git
9304+
9305+
> Copyright (c) Microsoft Corporation.
9306+
>
9307+
> Permission to use, copy, modify, and/or distribute this software for any
9308+
> purpose with or without fee is hereby granted.
9309+
>
9310+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9311+
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9312+
> AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
9313+
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
9314+
> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
9315+
> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
9316+
> PERFORMANCE OF THIS SOFTWARE.
9317+
9318+
---------------------------------------
9319+
92959320
## yargs-parser
92969321
License: ISC
92979322
By: Ben Coe
@@ -26362,8 +26387,8 @@ The following npm packages may be included in this product:
2636226387
- @radix-ui/react-visually-hidden@1.1.0
2636326388
- @radix-ui/rect@1.1.0
2636426389
- @radix-ui/rect@1.1.1
26365-
- @rollup/rollup-linux-x64-gnu@4.24.0
26366-
- @rollup/rollup-linux-x64-musl@4.24.0
26390+
- @rollup/rollup-linux-x64-gnu@4.59.0
26391+
- @rollup/rollup-linux-x64-musl@4.59.0
2636726392
- @tiptap/core@2.27.2
2636826393
- @tiptap/extension-blockquote@2.27.2
2636926394
- @tiptap/extension-bold@2.27.2

0 commit comments

Comments
 (0)