@modusoperandi/licit 0.14.0 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bom.xml +207 -206
- package/dist/ui/ImageNodeView.js +2 -1
- package/dist/ui/ImageNodeView.js.flow +2 -1
- package/package.json +2 -2
- package/src/ui/ImageNodeView.js +2 -1
- package/package-lock.json.old +0 -32889
package/dist/bom.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<bom xmlns="http://cyclonedx.org/schema/bom/1.3" serialNumber="urn:uuid:
|
|
2
|
+
<bom xmlns="http://cyclonedx.org/schema/bom/1.3" serialNumber="urn:uuid:cfbb06d3-3432-4575-b34a-537a05f7ada0" version="1">
|
|
3
3
|
<metadata>
|
|
4
|
-
<timestamp>2022-12-
|
|
4
|
+
<timestamp>2022-12-19T20:34:14.084Z</timestamp>
|
|
5
5
|
<tools>
|
|
6
6
|
<tool>
|
|
7
7
|
<vendor>CycloneDX</vendor>
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
<version>3.10.6</version>
|
|
10
10
|
</tool>
|
|
11
11
|
</tools>
|
|
12
|
-
<component type="library" bom-ref="pkg:npm/%40modusoperandi/licit@0.14.
|
|
12
|
+
<component type="library" bom-ref="pkg:npm/%40modusoperandi/licit@0.14.1">
|
|
13
13
|
<group>@modusoperandi</group>
|
|
14
14
|
<name>licit</name>
|
|
15
|
-
<version>0.14.
|
|
15
|
+
<version>0.14.1</version>
|
|
16
16
|
<description>
|
|
17
17
|
<![CDATA[Rich text editor built with React and ProseMirror]]>
|
|
18
18
|
</description>
|
|
19
|
-
<purl>pkg:npm/%40modusoperandi/licit@0.14.
|
|
19
|
+
<purl>pkg:npm/%40modusoperandi/licit@0.14.1</purl>
|
|
20
20
|
<externalReferences>
|
|
21
21
|
<reference type="website">
|
|
22
22
|
<url>https://github.com/MO-Movia/licit#readme</url>
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
</component>
|
|
32
32
|
</metadata>
|
|
33
33
|
<components>
|
|
34
|
-
<component type="library" bom-ref="pkg:npm/%40modusoperandi/licit-doc-attrs-step@0.1.
|
|
34
|
+
<component type="library" bom-ref="pkg:npm/%40modusoperandi/licit-doc-attrs-step@0.1.4">
|
|
35
35
|
<group>@modusoperandi</group>
|
|
36
36
|
<name>licit-doc-attrs-step</name>
|
|
37
|
-
<version>0.1.
|
|
37
|
+
<version>0.1.4</version>
|
|
38
38
|
<description>
|
|
39
39
|
<![CDATA[Module that extend Step, overriding the apply, invert, map, getMap and fromJSON methods, and registering your class with a unique JSON-serialization identifier using Step.jsonID.]]>
|
|
40
40
|
</description>
|
|
41
41
|
<hashes>
|
|
42
|
-
<hash alg="SHA-512">
|
|
42
|
+
<hash alg="SHA-512">6b4e6e5ea16aa1d8aac1df56f83307abd2fbf5ae78694c41d0228904a7c1270f618d0e1c29921e317b24a8b3180a921ab1840d85986dbd0817fe55e87ab1ab96</hash>
|
|
43
43
|
</hashes>
|
|
44
|
-
<purl>pkg:npm/%40modusoperandi/licit-doc-attrs-step@0.1.
|
|
44
|
+
<purl>pkg:npm/%40modusoperandi/licit-doc-attrs-step@0.1.4</purl>
|
|
45
45
|
<externalReferences>
|
|
46
46
|
<reference type="website">
|
|
47
47
|
<url>https://github.com/MO-Movia/licit-doc-attrs-step#readme</url>
|
|
@@ -4684,21 +4684,21 @@
|
|
|
4684
4684
|
</reference>
|
|
4685
4685
|
</externalReferences>
|
|
4686
4686
|
</component>
|
|
4687
|
-
<component type="library" bom-ref="pkg:npm/flowgen@1.
|
|
4687
|
+
<component type="library" bom-ref="pkg:npm/flowgen@1.21.0">
|
|
4688
4688
|
<name>flowgen</name>
|
|
4689
|
-
<version>1.
|
|
4689
|
+
<version>1.21.0</version>
|
|
4690
4690
|
<description>
|
|
4691
4691
|
<![CDATA[Generate flowtype definition files from TypeScript]]>
|
|
4692
4692
|
</description>
|
|
4693
4693
|
<hashes>
|
|
4694
|
-
<hash alg="SHA-512">
|
|
4694
|
+
<hash alg="SHA-512">a4534517230b4665ba9e384e226e53adb1940d3bfae1aba39b2b362ab9111363580fcb17c0953289c411c14e523d10512671520ff14d9671e8d8d9c72397894b</hash>
|
|
4695
4695
|
</hashes>
|
|
4696
4696
|
<licenses>
|
|
4697
4697
|
<license>
|
|
4698
4698
|
<id>ISC</id>
|
|
4699
4699
|
</license>
|
|
4700
4700
|
</licenses>
|
|
4701
|
-
<purl>pkg:npm/flowgen@1.
|
|
4701
|
+
<purl>pkg:npm/flowgen@1.21.0</purl>
|
|
4702
4702
|
<externalReferences>
|
|
4703
4703
|
<reference type="website">
|
|
4704
4704
|
<url>https://github.com/joarwilk/flowgen#readme</url>
|
|
@@ -5827,22 +5827,22 @@
|
|
|
5827
5827
|
</reference>
|
|
5828
5828
|
</externalReferences>
|
|
5829
5829
|
</component>
|
|
5830
|
-
<component type="library" bom-ref="pkg:npm/%40types/node@18.11.
|
|
5830
|
+
<component type="library" bom-ref="pkg:npm/%40types/node@18.11.17">
|
|
5831
5831
|
<group>@types</group>
|
|
5832
5832
|
<name>node</name>
|
|
5833
|
-
<version>18.11.
|
|
5833
|
+
<version>18.11.17</version>
|
|
5834
5834
|
<description>
|
|
5835
5835
|
<![CDATA[TypeScript definitions for Node.js]]>
|
|
5836
5836
|
</description>
|
|
5837
5837
|
<hashes>
|
|
5838
|
-
<hash alg="SHA-512">
|
|
5838
|
+
<hash alg="SHA-512">1c94942669e2e017831e17f39fa9c5d2c56677548c7b33fbff81742eaf9a5f39a9db19bd3bb597ad4b475bf08795856d6546c1c84bd689d1ea46d7095c617636</hash>
|
|
5839
5839
|
</hashes>
|
|
5840
5840
|
<licenses>
|
|
5841
5841
|
<license>
|
|
5842
5842
|
<id>MIT</id>
|
|
5843
5843
|
</license>
|
|
5844
5844
|
</licenses>
|
|
5845
|
-
<purl>pkg:npm/%40types/node@18.11.
|
|
5845
|
+
<purl>pkg:npm/%40types/node@18.11.17</purl>
|
|
5846
5846
|
<externalReferences>
|
|
5847
5847
|
<reference type="website">
|
|
5848
5848
|
<url>https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node</url>
|
|
@@ -10228,23 +10228,23 @@
|
|
|
10228
10228
|
</reference>
|
|
10229
10229
|
</externalReferences>
|
|
10230
10230
|
</component>
|
|
10231
|
-
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/helper-
|
|
10231
|
+
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/helper-buffer@1.11.1">
|
|
10232
10232
|
<author>Sven Sauleau</author>
|
|
10233
10233
|
<group>@webassemblyjs</group>
|
|
10234
|
-
<name>helper-
|
|
10234
|
+
<name>helper-buffer</name>
|
|
10235
10235
|
<version>1.11.1</version>
|
|
10236
10236
|
<description>
|
|
10237
|
-
<![CDATA[
|
|
10237
|
+
<![CDATA[Buffer manipulation utility]]>
|
|
10238
10238
|
</description>
|
|
10239
10239
|
<hashes>
|
|
10240
|
-
<hash alg="SHA-512">
|
|
10240
|
+
<hash alg="SHA-512">8308a417ae5a0cd79e5daf09c576b604093e4448d2ca1acd0bd670753d1ff2373875041e0d0ec6e26d1fd9008b3c988c4d33bac1f0e64668ffa56d0fb14bc870</hash>
|
|
10241
10241
|
</hashes>
|
|
10242
10242
|
<licenses>
|
|
10243
10243
|
<license>
|
|
10244
10244
|
<id>MIT</id>
|
|
10245
10245
|
</license>
|
|
10246
10246
|
</licenses>
|
|
10247
|
-
<purl>pkg:npm/%40webassemblyjs/helper-
|
|
10247
|
+
<purl>pkg:npm/%40webassemblyjs/helper-buffer@1.11.1</purl>
|
|
10248
10248
|
<externalReferences>
|
|
10249
10249
|
<reference type="website">
|
|
10250
10250
|
<url>https://github.com/xtuc/webassemblyjs#readme</url>
|
|
@@ -10257,23 +10257,23 @@
|
|
|
10257
10257
|
</reference>
|
|
10258
10258
|
</externalReferences>
|
|
10259
10259
|
</component>
|
|
10260
|
-
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/helper-
|
|
10260
|
+
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/helper-api-error@1.11.1">
|
|
10261
10261
|
<author>Sven Sauleau</author>
|
|
10262
10262
|
<group>@webassemblyjs</group>
|
|
10263
|
-
<name>helper-
|
|
10263
|
+
<name>helper-api-error</name>
|
|
10264
10264
|
<version>1.11.1</version>
|
|
10265
10265
|
<description>
|
|
10266
|
-
<![CDATA[
|
|
10266
|
+
<![CDATA[Common API errors]]>
|
|
10267
10267
|
</description>
|
|
10268
10268
|
<hashes>
|
|
10269
|
-
<hash alg="SHA-512">
|
|
10269
|
+
<hash alg="SHA-512">465852f020425df45447f730a36868f5b9217925c6d3e370a285dc7373c020b00b7f640b745ca3eca1ac2916d573de61667867111a27e245bf0f7499a69e9372</hash>
|
|
10270
10270
|
</hashes>
|
|
10271
10271
|
<licenses>
|
|
10272
10272
|
<license>
|
|
10273
10273
|
<id>MIT</id>
|
|
10274
10274
|
</license>
|
|
10275
10275
|
</licenses>
|
|
10276
|
-
<purl>pkg:npm/%40webassemblyjs/helper-
|
|
10276
|
+
<purl>pkg:npm/%40webassemblyjs/helper-api-error@1.11.1</purl>
|
|
10277
10277
|
<externalReferences>
|
|
10278
10278
|
<reference type="website">
|
|
10279
10279
|
<url>https://github.com/xtuc/webassemblyjs#readme</url>
|
|
@@ -10286,23 +10286,23 @@
|
|
|
10286
10286
|
</reference>
|
|
10287
10287
|
</externalReferences>
|
|
10288
10288
|
</component>
|
|
10289
|
-
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/helper-
|
|
10289
|
+
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/helper-wasm-bytecode@1.11.1">
|
|
10290
10290
|
<author>Sven Sauleau</author>
|
|
10291
10291
|
<group>@webassemblyjs</group>
|
|
10292
|
-
<name>helper-
|
|
10292
|
+
<name>helper-wasm-bytecode</name>
|
|
10293
10293
|
<version>1.11.1</version>
|
|
10294
10294
|
<description>
|
|
10295
|
-
<![CDATA[
|
|
10295
|
+
<![CDATA[WASM's Bytecode constants]]>
|
|
10296
10296
|
</description>
|
|
10297
10297
|
<hashes>
|
|
10298
|
-
<hash alg="SHA-512">
|
|
10298
|
+
<hash alg="SHA-512">3efa68386889c17793ad27ffa9fb9d261c25bc34311607a56ccaadab9d965a25c2e97820d484447678263cdddbb384683bcdcf9cbfe716bc6e7178f5f815fad9</hash>
|
|
10299
10299
|
</hashes>
|
|
10300
10300
|
<licenses>
|
|
10301
10301
|
<license>
|
|
10302
10302
|
<id>MIT</id>
|
|
10303
10303
|
</license>
|
|
10304
10304
|
</licenses>
|
|
10305
|
-
<purl>pkg:npm/%40webassemblyjs/helper-
|
|
10305
|
+
<purl>pkg:npm/%40webassemblyjs/helper-wasm-bytecode@1.11.1</purl>
|
|
10306
10306
|
<externalReferences>
|
|
10307
10307
|
<reference type="website">
|
|
10308
10308
|
<url>https://github.com/xtuc/webassemblyjs#readme</url>
|
|
@@ -10315,23 +10315,20 @@
|
|
|
10315
10315
|
</reference>
|
|
10316
10316
|
</externalReferences>
|
|
10317
10317
|
</component>
|
|
10318
|
-
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/
|
|
10319
|
-
<author>
|
|
10318
|
+
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/helper-wasm-section@1.11.1">
|
|
10319
|
+
<author>Sven Sauleau</author>
|
|
10320
10320
|
<group>@webassemblyjs</group>
|
|
10321
|
-
<name>
|
|
10321
|
+
<name>helper-wasm-section</name>
|
|
10322
10322
|
<version>1.11.1</version>
|
|
10323
|
-
<description>
|
|
10324
|
-
<![CDATA[A function to parse floating point hexadecimal strings as defined by the WebAssembly specification]]>
|
|
10325
|
-
</description>
|
|
10326
10323
|
<hashes>
|
|
10327
|
-
<hash alg="SHA-512">
|
|
10324
|
+
<hash alg="SHA-512">d743fd368dbdad85f58fb1771153d7dc9bc63d03da7be0289ae4933e217d78141e0a11c8ea2aa3308c11f4998e257c299e7fe85460e4ec8e4896c92e33053fa6</hash>
|
|
10328
10325
|
</hashes>
|
|
10329
10326
|
<licenses>
|
|
10330
10327
|
<license>
|
|
10331
10328
|
<id>MIT</id>
|
|
10332
10329
|
</license>
|
|
10333
10330
|
</licenses>
|
|
10334
|
-
<purl>pkg:npm/%40webassemblyjs/
|
|
10331
|
+
<purl>pkg:npm/%40webassemblyjs/helper-wasm-section@1.11.1</purl>
|
|
10335
10332
|
<externalReferences>
|
|
10336
10333
|
<reference type="website">
|
|
10337
10334
|
<url>https://github.com/xtuc/webassemblyjs#readme</url>
|
|
@@ -10344,52 +10341,52 @@
|
|
|
10344
10341
|
</reference>
|
|
10345
10342
|
</externalReferences>
|
|
10346
10343
|
</component>
|
|
10347
|
-
<component type="library" bom-ref="pkg:npm/%
|
|
10348
|
-
<author>
|
|
10349
|
-
<group>@
|
|
10350
|
-
<name>
|
|
10351
|
-
<version>
|
|
10344
|
+
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/ast@1.11.1">
|
|
10345
|
+
<author>Sven Sauleau</author>
|
|
10346
|
+
<group>@webassemblyjs</group>
|
|
10347
|
+
<name>ast</name>
|
|
10348
|
+
<version>1.11.1</version>
|
|
10352
10349
|
<description>
|
|
10353
|
-
<![CDATA[
|
|
10350
|
+
<![CDATA[AST utils for webassemblyjs]]>
|
|
10354
10351
|
</description>
|
|
10355
10352
|
<hashes>
|
|
10356
|
-
<hash alg="SHA-512">
|
|
10353
|
+
<hash alg="SHA-512">ba4061d78a852e3c5340d4d7a1c77292c37941d336f12d42c47b76addb241722fec4557b56b7a6b812d56e609e3e3f9445a957044371ffd2e6ee59e18a1b424b</hash>
|
|
10357
10354
|
</hashes>
|
|
10358
10355
|
<licenses>
|
|
10359
10356
|
<license>
|
|
10360
|
-
<id>
|
|
10357
|
+
<id>MIT</id>
|
|
10361
10358
|
</license>
|
|
10362
10359
|
</licenses>
|
|
10363
|
-
<purl>pkg:npm/%
|
|
10360
|
+
<purl>pkg:npm/%40webassemblyjs/ast@1.11.1</purl>
|
|
10364
10361
|
<externalReferences>
|
|
10365
10362
|
<reference type="website">
|
|
10366
|
-
<url>https://github.com/
|
|
10363
|
+
<url>https://github.com/xtuc/webassemblyjs#readme</url>
|
|
10367
10364
|
</reference>
|
|
10368
10365
|
<reference type="issue-tracker">
|
|
10369
|
-
<url>https://github.com/
|
|
10366
|
+
<url>https://github.com/xtuc/webassemblyjs/issues</url>
|
|
10370
10367
|
</reference>
|
|
10371
10368
|
<reference type="vcs">
|
|
10372
|
-
<url>git+https://github.com/
|
|
10369
|
+
<url>git+https://github.com/xtuc/webassemblyjs.git</url>
|
|
10373
10370
|
</reference>
|
|
10374
10371
|
</externalReferences>
|
|
10375
10372
|
</component>
|
|
10376
|
-
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/helper-
|
|
10373
|
+
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/helper-numbers@1.11.1">
|
|
10377
10374
|
<author>Sven Sauleau</author>
|
|
10378
10375
|
<group>@webassemblyjs</group>
|
|
10379
|
-
<name>helper-
|
|
10376
|
+
<name>helper-numbers</name>
|
|
10380
10377
|
<version>1.11.1</version>
|
|
10381
10378
|
<description>
|
|
10382
|
-
<![CDATA[
|
|
10379
|
+
<![CDATA[Number parsing utility]]>
|
|
10383
10380
|
</description>
|
|
10384
10381
|
<hashes>
|
|
10385
|
-
<hash alg="SHA-512">
|
|
10382
|
+
<hash alg="SHA-512">bc391bc6207ccdf9cf74d2bd45a8dc7b2e42d30f9026e804825374a1ffa498ef25ee50dbefb02794a61017b69aad9b82aeffa5d14bea2feebc8120ebde4f4b3d</hash>
|
|
10386
10383
|
</hashes>
|
|
10387
10384
|
<licenses>
|
|
10388
10385
|
<license>
|
|
10389
10386
|
<id>MIT</id>
|
|
10390
10387
|
</license>
|
|
10391
10388
|
</licenses>
|
|
10392
|
-
<purl>pkg:npm/%40webassemblyjs/helper-
|
|
10389
|
+
<purl>pkg:npm/%40webassemblyjs/helper-numbers@1.11.1</purl>
|
|
10393
10390
|
<externalReferences>
|
|
10394
10391
|
<reference type="website">
|
|
10395
10392
|
<url>https://github.com/xtuc/webassemblyjs#readme</url>
|
|
@@ -10402,20 +10399,23 @@
|
|
|
10402
10399
|
</reference>
|
|
10403
10400
|
</externalReferences>
|
|
10404
10401
|
</component>
|
|
10405
|
-
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/
|
|
10406
|
-
<author>
|
|
10402
|
+
<component type="library" bom-ref="pkg:npm/%40webassemblyjs/floating-point-hex-parser@1.11.1">
|
|
10403
|
+
<author>Mauro Bringolf</author>
|
|
10407
10404
|
<group>@webassemblyjs</group>
|
|
10408
|
-
<name>
|
|
10405
|
+
<name>floating-point-hex-parser</name>
|
|
10409
10406
|
<version>1.11.1</version>
|
|
10407
|
+
<description>
|
|
10408
|
+
<![CDATA[A function to parse floating point hexadecimal strings as defined by the WebAssembly specification]]>
|
|
10409
|
+
</description>
|
|
10410
10410
|
<hashes>
|
|
10411
|
-
<hash alg="SHA-512">
|
|
10411
|
+
<hash alg="SHA-512">88645fc9ce41abe36736e5fc6f987006b463cdfd2872b24f23a1961687411739859f2beb43cdd21ca8668a5094ffc26febb8b818964132113396dc7370d6a0b5</hash>
|
|
10412
10412
|
</hashes>
|
|
10413
10413
|
<licenses>
|
|
10414
10414
|
<license>
|
|
10415
10415
|
<id>MIT</id>
|
|
10416
10416
|
</license>
|
|
10417
10417
|
</licenses>
|
|
10418
|
-
<purl>pkg:npm/%40webassemblyjs/
|
|
10418
|
+
<purl>pkg:npm/%40webassemblyjs/floating-point-hex-parser@1.11.1</purl>
|
|
10419
10419
|
<externalReferences>
|
|
10420
10420
|
<reference type="website">
|
|
10421
10421
|
<url>https://github.com/xtuc/webassemblyjs#readme</url>
|
|
@@ -10428,32 +10428,32 @@
|
|
|
10428
10428
|
</reference>
|
|
10429
10429
|
</externalReferences>
|
|
10430
10430
|
</component>
|
|
10431
|
-
<component type="library" bom-ref="pkg:npm/%
|
|
10432
|
-
<author>
|
|
10433
|
-
<group>@
|
|
10434
|
-
<name>
|
|
10435
|
-
<version>
|
|
10431
|
+
<component type="library" bom-ref="pkg:npm/%40xtuc/long@4.2.2">
|
|
10432
|
+
<author>Daniel Wirtz</author>
|
|
10433
|
+
<group>@xtuc</group>
|
|
10434
|
+
<name>long</name>
|
|
10435
|
+
<version>4.2.2</version>
|
|
10436
10436
|
<description>
|
|
10437
|
-
<![CDATA[
|
|
10437
|
+
<![CDATA[A Long class for representing a 64-bit two's-complement integer value.]]>
|
|
10438
10438
|
</description>
|
|
10439
10439
|
<hashes>
|
|
10440
|
-
<hash alg="SHA-512">
|
|
10440
|
+
<hash alg="SHA-512">36e1ea058d4f07f0fcc54eacfed84180e02200fec73980d0df6f8115920b27c8af9149001d09d67e7e9684befd3b08f5aa6527a0dfd83e192d748a2e722a6401</hash>
|
|
10441
10441
|
</hashes>
|
|
10442
10442
|
<licenses>
|
|
10443
10443
|
<license>
|
|
10444
|
-
<id>
|
|
10444
|
+
<id>Apache-2.0</id>
|
|
10445
10445
|
</license>
|
|
10446
10446
|
</licenses>
|
|
10447
|
-
<purl>pkg:npm/%
|
|
10447
|
+
<purl>pkg:npm/%40xtuc/long@4.2.2</purl>
|
|
10448
10448
|
<externalReferences>
|
|
10449
10449
|
<reference type="website">
|
|
10450
|
-
<url>https://github.com/
|
|
10450
|
+
<url>https://github.com/dcodeIO/long.js#readme</url>
|
|
10451
10451
|
</reference>
|
|
10452
10452
|
<reference type="issue-tracker">
|
|
10453
|
-
<url>https://github.com/
|
|
10453
|
+
<url>https://github.com/dcodeIO/long.js/issues</url>
|
|
10454
10454
|
</reference>
|
|
10455
10455
|
<reference type="vcs">
|
|
10456
|
-
<url>git+https://github.com/
|
|
10456
|
+
<url>git+https://github.com/dcodeIO/long.js.git</url>
|
|
10457
10457
|
</reference>
|
|
10458
10458
|
</externalReferences>
|
|
10459
10459
|
</component>
|
|
@@ -10771,25 +10771,25 @@
|
|
|
10771
10771
|
</reference>
|
|
10772
10772
|
</externalReferences>
|
|
10773
10773
|
</component>
|
|
10774
|
-
<component type="library" bom-ref="pkg:npm/%40types/
|
|
10774
|
+
<component type="library" bom-ref="pkg:npm/%40types/estree@0.0.51">
|
|
10775
10775
|
<group>@types</group>
|
|
10776
|
-
<name>
|
|
10777
|
-
<version>
|
|
10776
|
+
<name>estree</name>
|
|
10777
|
+
<version>0.0.51</version>
|
|
10778
10778
|
<description>
|
|
10779
|
-
<![CDATA[TypeScript definitions for
|
|
10779
|
+
<![CDATA[TypeScript definitions for ESTree AST specification]]>
|
|
10780
10780
|
</description>
|
|
10781
10781
|
<hashes>
|
|
10782
|
-
<hash alg="SHA-512">
|
|
10782
|
+
<hash alg="SHA-512">0ae3e053a7f7793fd780a28fa8a77f80b655d579af7f56b64793ce04e1906babaff36c6996cf3d1d4e7329e568c91f17cc777544634e95096f51edc21648d635</hash>
|
|
10783
10783
|
</hashes>
|
|
10784
10784
|
<licenses>
|
|
10785
10785
|
<license>
|
|
10786
10786
|
<id>MIT</id>
|
|
10787
10787
|
</license>
|
|
10788
10788
|
</licenses>
|
|
10789
|
-
<purl>pkg:npm/%40types/
|
|
10789
|
+
<purl>pkg:npm/%40types/estree@0.0.51</purl>
|
|
10790
10790
|
<externalReferences>
|
|
10791
10791
|
<reference type="website">
|
|
10792
|
-
<url>https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/
|
|
10792
|
+
<url>https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree</url>
|
|
10793
10793
|
</reference>
|
|
10794
10794
|
<reference type="issue-tracker">
|
|
10795
10795
|
<url>https://github.com/DefinitelyTyped/DefinitelyTyped/issues</url>
|
|
@@ -10827,25 +10827,25 @@
|
|
|
10827
10827
|
</reference>
|
|
10828
10828
|
</externalReferences>
|
|
10829
10829
|
</component>
|
|
10830
|
-
<component type="library" bom-ref="pkg:npm/%40types/
|
|
10830
|
+
<component type="library" bom-ref="pkg:npm/%40types/json-schema@7.0.11">
|
|
10831
10831
|
<group>@types</group>
|
|
10832
|
-
<name>
|
|
10833
|
-
<version>
|
|
10832
|
+
<name>json-schema</name>
|
|
10833
|
+
<version>7.0.11</version>
|
|
10834
10834
|
<description>
|
|
10835
|
-
<![CDATA[TypeScript definitions for
|
|
10835
|
+
<![CDATA[TypeScript definitions for json-schema 4.0, 6.0 and]]>
|
|
10836
10836
|
</description>
|
|
10837
10837
|
<hashes>
|
|
10838
|
-
<hash alg="SHA-512">
|
|
10838
|
+
<hash alg="SHA-512">c0ebaf1b548de14b38adecfeb72970c30095d69b223553a425e33701459435683f8c3418dbe1c4ff8e38cb981cfa306646a0123a6d8e7a1e5cd5ac47a1bc1129</hash>
|
|
10839
10839
|
</hashes>
|
|
10840
10840
|
<licenses>
|
|
10841
10841
|
<license>
|
|
10842
10842
|
<id>MIT</id>
|
|
10843
10843
|
</license>
|
|
10844
10844
|
</licenses>
|
|
10845
|
-
<purl>pkg:npm/%40types/
|
|
10845
|
+
<purl>pkg:npm/%40types/json-schema@7.0.11</purl>
|
|
10846
10846
|
<externalReferences>
|
|
10847
10847
|
<reference type="website">
|
|
10848
|
-
<url>https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/
|
|
10848
|
+
<url>https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema</url>
|
|
10849
10849
|
</reference>
|
|
10850
10850
|
<reference type="issue-tracker">
|
|
10851
10851
|
<url>https://github.com/DefinitelyTyped/DefinitelyTyped/issues</url>
|
|
@@ -10855,25 +10855,25 @@
|
|
|
10855
10855
|
</reference>
|
|
10856
10856
|
</externalReferences>
|
|
10857
10857
|
</component>
|
|
10858
|
-
<component type="library" bom-ref="pkg:npm/%40types/
|
|
10858
|
+
<component type="library" bom-ref="pkg:npm/%40types/eslint-scope@3.7.4">
|
|
10859
10859
|
<group>@types</group>
|
|
10860
|
-
<name>
|
|
10861
|
-
<version>7.
|
|
10860
|
+
<name>eslint-scope</name>
|
|
10861
|
+
<version>3.7.4</version>
|
|
10862
10862
|
<description>
|
|
10863
|
-
<![CDATA[TypeScript definitions for
|
|
10863
|
+
<![CDATA[TypeScript definitions for eslint-scope]]>
|
|
10864
10864
|
</description>
|
|
10865
10865
|
<hashes>
|
|
10866
|
-
<hash alg="SHA-512">
|
|
10866
|
+
<hash alg="SHA-512">f4ae33a089a265cdc7948a7a015503138096631db66be9614993183696e35b4e3e605d0a5a3e292579c432376715389089b14598495cb1ab095c36dd23f10f84</hash>
|
|
10867
10867
|
</hashes>
|
|
10868
10868
|
<licenses>
|
|
10869
10869
|
<license>
|
|
10870
10870
|
<id>MIT</id>
|
|
10871
10871
|
</license>
|
|
10872
10872
|
</licenses>
|
|
10873
|
-
<purl>pkg:npm/%40types/
|
|
10873
|
+
<purl>pkg:npm/%40types/eslint-scope@3.7.4</purl>
|
|
10874
10874
|
<externalReferences>
|
|
10875
10875
|
<reference type="website">
|
|
10876
|
-
<url>https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/
|
|
10876
|
+
<url>https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-scope</url>
|
|
10877
10877
|
</reference>
|
|
10878
10878
|
<reference type="issue-tracker">
|
|
10879
10879
|
<url>https://github.com/DefinitelyTyped/DefinitelyTyped/issues</url>
|
|
@@ -10969,6 +10969,34 @@
|
|
|
10969
10969
|
</reference>
|
|
10970
10970
|
</externalReferences>
|
|
10971
10971
|
</component>
|
|
10972
|
+
<component type="library" bom-ref="pkg:npm/ajv-keywords@3.5.2">
|
|
10973
|
+
<author>Evgeny Poberezkin</author>
|
|
10974
|
+
<name>ajv-keywords</name>
|
|
10975
|
+
<version>3.5.2</version>
|
|
10976
|
+
<description>
|
|
10977
|
+
<![CDATA[Custom JSON-Schema keywords for Ajv validator]]>
|
|
10978
|
+
</description>
|
|
10979
|
+
<hashes>
|
|
10980
|
+
<hash alg="SHA-512">e69e964cdd03753195424e958dc123bb5f4881a1ee75a95c7da6c3ef284319e03a6dc42798bf82a6f78b26aff786f7f07756a87fa2f7f3a3ae824c7a45fc8c21</hash>
|
|
10981
|
+
</hashes>
|
|
10982
|
+
<licenses>
|
|
10983
|
+
<license>
|
|
10984
|
+
<id>MIT</id>
|
|
10985
|
+
</license>
|
|
10986
|
+
</licenses>
|
|
10987
|
+
<purl>pkg:npm/ajv-keywords@3.5.2</purl>
|
|
10988
|
+
<externalReferences>
|
|
10989
|
+
<reference type="website">
|
|
10990
|
+
<url>https://github.com/epoberezkin/ajv-keywords#readme</url>
|
|
10991
|
+
</reference>
|
|
10992
|
+
<reference type="issue-tracker">
|
|
10993
|
+
<url>https://github.com/epoberezkin/ajv-keywords/issues</url>
|
|
10994
|
+
</reference>
|
|
10995
|
+
<reference type="vcs">
|
|
10996
|
+
<url>git+https://github.com/epoberezkin/ajv-keywords.git</url>
|
|
10997
|
+
</reference>
|
|
10998
|
+
</externalReferences>
|
|
10999
|
+
</component>
|
|
10972
11000
|
<component type="library" bom-ref="pkg:npm/ajv@6.12.6">
|
|
10973
11001
|
<author>Evgeny Poberezkin</author>
|
|
10974
11002
|
<name>ajv</name>
|
|
@@ -11053,143 +11081,115 @@
|
|
|
11053
11081
|
</reference>
|
|
11054
11082
|
</externalReferences>
|
|
11055
11083
|
</component>
|
|
11056
|
-
<component type="library" bom-ref="pkg:npm/
|
|
11057
|
-
<author>Evgeny Poberezkin</author>
|
|
11058
|
-
<name>ajv-keywords</name>
|
|
11059
|
-
<version>3.5.2</version>
|
|
11060
|
-
<description>
|
|
11061
|
-
<![CDATA[Custom JSON-Schema keywords for Ajv validator]]>
|
|
11062
|
-
</description>
|
|
11063
|
-
<hashes>
|
|
11064
|
-
<hash alg="SHA-512">e69e964cdd03753195424e958dc123bb5f4881a1ee75a95c7da6c3ef284319e03a6dc42798bf82a6f78b26aff786f7f07756a87fa2f7f3a3ae824c7a45fc8c21</hash>
|
|
11065
|
-
</hashes>
|
|
11066
|
-
<licenses>
|
|
11067
|
-
<license>
|
|
11068
|
-
<id>MIT</id>
|
|
11069
|
-
</license>
|
|
11070
|
-
</licenses>
|
|
11071
|
-
<purl>pkg:npm/ajv-keywords@3.5.2</purl>
|
|
11072
|
-
<externalReferences>
|
|
11073
|
-
<reference type="website">
|
|
11074
|
-
<url>https://github.com/epoberezkin/ajv-keywords#readme</url>
|
|
11075
|
-
</reference>
|
|
11076
|
-
<reference type="issue-tracker">
|
|
11077
|
-
<url>https://github.com/epoberezkin/ajv-keywords/issues</url>
|
|
11078
|
-
</reference>
|
|
11079
|
-
<reference type="vcs">
|
|
11080
|
-
<url>git+https://github.com/epoberezkin/ajv-keywords.git</url>
|
|
11081
|
-
</reference>
|
|
11082
|
-
</externalReferences>
|
|
11083
|
-
</component>
|
|
11084
|
-
<component type="library" bom-ref="pkg:npm/array.prototype.flat@1.3.1">
|
|
11084
|
+
<component type="library" bom-ref="pkg:npm/array.prototype.filter@1.0.2">
|
|
11085
11085
|
<author>Jordan Harband</author>
|
|
11086
|
-
<name>array.prototype.
|
|
11087
|
-
<version>1.
|
|
11086
|
+
<name>array.prototype.filter</name>
|
|
11087
|
+
<version>1.0.2</version>
|
|
11088
11088
|
<description>
|
|
11089
|
-
<![CDATA[An
|
|
11089
|
+
<![CDATA[An ES5 spec-compliant `Array.prototype.filter` shim/polyfill/replacement that works as far down as ES3.]]>
|
|
11090
11090
|
</description>
|
|
11091
11091
|
<hashes>
|
|
11092
|
-
<hash alg="SHA-512">
|
|
11092
|
+
<hash alg="SHA-512">bacf94ae618e8a5aadb523a0a16653a4ebc7bbaf2f653d980a373f1f8be1bb9eafcd9a5a0c506107e49ed94c2a5b330a6c3bfb332ab9339a5c64b02d52f4d075</hash>
|
|
11093
11093
|
</hashes>
|
|
11094
11094
|
<licenses>
|
|
11095
11095
|
<license>
|
|
11096
11096
|
<id>MIT</id>
|
|
11097
11097
|
</license>
|
|
11098
11098
|
</licenses>
|
|
11099
|
-
<purl>pkg:npm/array.prototype.
|
|
11099
|
+
<purl>pkg:npm/array.prototype.filter@1.0.2</purl>
|
|
11100
11100
|
<externalReferences>
|
|
11101
11101
|
<reference type="website">
|
|
11102
|
-
<url>https://github.com/es-shims/Array.prototype.
|
|
11102
|
+
<url>https://github.com/es-shims/Array.prototype.filter#readme</url>
|
|
11103
11103
|
</reference>
|
|
11104
11104
|
<reference type="issue-tracker">
|
|
11105
|
-
<url>https://github.com/es-shims/Array.prototype.
|
|
11105
|
+
<url>https://github.com/es-shims/Array.prototype.filter/issues</url>
|
|
11106
11106
|
</reference>
|
|
11107
11107
|
<reference type="vcs">
|
|
11108
|
-
<url>git://github.com/es-shims/Array.prototype.
|
|
11108
|
+
<url>git+https://github.com/es-shims/Array.prototype.filter.git</url>
|
|
11109
11109
|
</reference>
|
|
11110
11110
|
</externalReferences>
|
|
11111
11111
|
</component>
|
|
11112
|
-
<component type="library" bom-ref="pkg:npm/es-
|
|
11112
|
+
<component type="library" bom-ref="pkg:npm/es-array-method-boxes-properly@1.0.0">
|
|
11113
11113
|
<author>Jordan Harband</author>
|
|
11114
|
-
<name>es-
|
|
11114
|
+
<name>es-array-method-boxes-properly</name>
|
|
11115
11115
|
<version>1.0.0</version>
|
|
11116
11116
|
<description>
|
|
11117
|
-
<![CDATA[
|
|
11117
|
+
<![CDATA[Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.]]>
|
|
11118
11118
|
</description>
|
|
11119
11119
|
<hashes>
|
|
11120
|
-
<hash alg="SHA-512">
|
|
11120
|
+
<hash alg="SHA-512">c1de895d49b21e6b7c4f96b6c6b794c0a7063eae9fd5ff96c082648a352a886709cf5aaa9d980fe9720af90c88594e654fb8a678dc54965e3c6f3886f9349870</hash>
|
|
11121
11121
|
</hashes>
|
|
11122
11122
|
<licenses>
|
|
11123
11123
|
<license>
|
|
11124
11124
|
<id>MIT</id>
|
|
11125
11125
|
</license>
|
|
11126
11126
|
</licenses>
|
|
11127
|
-
<purl>pkg:npm/es-
|
|
11127
|
+
<purl>pkg:npm/es-array-method-boxes-properly@1.0.0</purl>
|
|
11128
11128
|
<externalReferences>
|
|
11129
11129
|
<reference type="website">
|
|
11130
|
-
<url>https://github.com/ljharb/es-
|
|
11130
|
+
<url>https://github.com/ljharb/es-array-method-boxes-properly#readme</url>
|
|
11131
11131
|
</reference>
|
|
11132
11132
|
<reference type="issue-tracker">
|
|
11133
|
-
<url>https://github.com/ljharb/es-
|
|
11133
|
+
<url>https://github.com/ljharb/es-array-method-boxes-properly/issues</url>
|
|
11134
11134
|
</reference>
|
|
11135
11135
|
<reference type="vcs">
|
|
11136
|
-
<url>git+https://github.com/ljharb/es-
|
|
11136
|
+
<url>git+https://github.com/ljharb/es-array-method-boxes-properly.git</url>
|
|
11137
11137
|
</reference>
|
|
11138
11138
|
</externalReferences>
|
|
11139
11139
|
</component>
|
|
11140
|
-
<component type="library" bom-ref="pkg:npm/array.prototype.
|
|
11140
|
+
<component type="library" bom-ref="pkg:npm/array.prototype.flat@1.3.1">
|
|
11141
11141
|
<author>Jordan Harband</author>
|
|
11142
|
-
<name>array.prototype.
|
|
11143
|
-
<version>1.
|
|
11142
|
+
<name>array.prototype.flat</name>
|
|
11143
|
+
<version>1.3.1</version>
|
|
11144
11144
|
<description>
|
|
11145
|
-
<![CDATA[An
|
|
11145
|
+
<![CDATA[An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.]]>
|
|
11146
11146
|
</description>
|
|
11147
11147
|
<hashes>
|
|
11148
|
-
<hash alg="SHA-512">
|
|
11148
|
+
<hash alg="SHA-512">ae84d4d0a5883a62780d12e6c0a775f4eb60d3f993dea3cdb7441bdc6596f2239bb995f1ae307fa739f447786aa514968381c2c2ac7ed2fc0e9d69ef94ec9e20</hash>
|
|
11149
11149
|
</hashes>
|
|
11150
11150
|
<licenses>
|
|
11151
11151
|
<license>
|
|
11152
11152
|
<id>MIT</id>
|
|
11153
11153
|
</license>
|
|
11154
11154
|
</licenses>
|
|
11155
|
-
<purl>pkg:npm/array.prototype.
|
|
11155
|
+
<purl>pkg:npm/array.prototype.flat@1.3.1</purl>
|
|
11156
11156
|
<externalReferences>
|
|
11157
11157
|
<reference type="website">
|
|
11158
|
-
<url>https://github.com/es-shims/Array.prototype.
|
|
11158
|
+
<url>https://github.com/es-shims/Array.prototype.flat#readme</url>
|
|
11159
11159
|
</reference>
|
|
11160
11160
|
<reference type="issue-tracker">
|
|
11161
|
-
<url>https://github.com/es-shims/Array.prototype.
|
|
11161
|
+
<url>https://github.com/es-shims/Array.prototype.flat/issues</url>
|
|
11162
11162
|
</reference>
|
|
11163
11163
|
<reference type="vcs">
|
|
11164
|
-
<url>git
|
|
11164
|
+
<url>git://github.com/es-shims/Array.prototype.flat.git</url>
|
|
11165
11165
|
</reference>
|
|
11166
11166
|
</externalReferences>
|
|
11167
11167
|
</component>
|
|
11168
|
-
<component type="library" bom-ref="pkg:npm/es-
|
|
11168
|
+
<component type="library" bom-ref="pkg:npm/es-shim-unscopables@1.0.0">
|
|
11169
11169
|
<author>Jordan Harband</author>
|
|
11170
|
-
<name>es-
|
|
11170
|
+
<name>es-shim-unscopables</name>
|
|
11171
11171
|
<version>1.0.0</version>
|
|
11172
11172
|
<description>
|
|
11173
|
-
<![CDATA[
|
|
11173
|
+
<![CDATA[Helper package to shim a method into `Array.prototype[Symbol.unscopables]`]]>
|
|
11174
11174
|
</description>
|
|
11175
11175
|
<hashes>
|
|
11176
|
-
<hash alg="SHA-512">
|
|
11176
|
+
<hash alg="SHA-512">266e863dc09d0b7d1e30b6d9db1f33d96b91c00c2cdf34c104abaeb1f7d8554acd8ff195494019fb128c694a5f34347921bc8d0392c96da79ca1455b994701d7</hash>
|
|
11177
11177
|
</hashes>
|
|
11178
11178
|
<licenses>
|
|
11179
11179
|
<license>
|
|
11180
11180
|
<id>MIT</id>
|
|
11181
11181
|
</license>
|
|
11182
11182
|
</licenses>
|
|
11183
|
-
<purl>pkg:npm/es-
|
|
11183
|
+
<purl>pkg:npm/es-shim-unscopables@1.0.0</purl>
|
|
11184
11184
|
<externalReferences>
|
|
11185
11185
|
<reference type="website">
|
|
11186
|
-
<url>https://github.com/ljharb/es-
|
|
11186
|
+
<url>https://github.com/ljharb/es-shim-unscopables#readme</url>
|
|
11187
11187
|
</reference>
|
|
11188
11188
|
<reference type="issue-tracker">
|
|
11189
|
-
<url>https://github.com/ljharb/es-
|
|
11189
|
+
<url>https://github.com/ljharb/es-shim-unscopables/issues</url>
|
|
11190
11190
|
</reference>
|
|
11191
11191
|
<reference type="vcs">
|
|
11192
|
-
<url>git+https://github.com/ljharb/es-
|
|
11192
|
+
<url>git+https://github.com/ljharb/es-shim-unscopables.git</url>
|
|
11193
11193
|
</reference>
|
|
11194
11194
|
</externalReferences>
|
|
11195
11195
|
</component>
|
|
@@ -12229,57 +12229,57 @@
|
|
|
12229
12229
|
</reference>
|
|
12230
12230
|
</externalReferences>
|
|
12231
12231
|
</component>
|
|
12232
|
-
<component type="library" bom-ref="pkg:npm/
|
|
12233
|
-
<name>
|
|
12234
|
-
<version>
|
|
12232
|
+
<component type="library" bom-ref="pkg:npm/esrecurse@4.3.0">
|
|
12233
|
+
<name>esrecurse</name>
|
|
12234
|
+
<version>4.3.0</version>
|
|
12235
12235
|
<description>
|
|
12236
|
-
<![CDATA[ECMAScript
|
|
12236
|
+
<![CDATA[ECMAScript AST recursive visitor]]>
|
|
12237
12237
|
</description>
|
|
12238
12238
|
<hashes>
|
|
12239
|
-
<hash alg="SHA-512">
|
|
12239
|
+
<hash alg="SHA-512">2a67ca2f76fa1be457bcff0dd6faf74ead642ffa021609f63585c4b6a3fcfcbde929aa540381bc70555aa05dd2537db7083e17ca947f7df8a81e692d8bafd36a</hash>
|
|
12240
12240
|
</hashes>
|
|
12241
12241
|
<licenses>
|
|
12242
12242
|
<license>
|
|
12243
12243
|
<id>BSD-2-Clause</id>
|
|
12244
12244
|
</license>
|
|
12245
12245
|
</licenses>
|
|
12246
|
-
<purl>pkg:npm/
|
|
12246
|
+
<purl>pkg:npm/esrecurse@4.3.0</purl>
|
|
12247
12247
|
<externalReferences>
|
|
12248
12248
|
<reference type="website">
|
|
12249
|
-
<url>https://github.com/estools/
|
|
12249
|
+
<url>https://github.com/estools/esrecurse</url>
|
|
12250
12250
|
</reference>
|
|
12251
12251
|
<reference type="issue-tracker">
|
|
12252
|
-
<url>https://github.com/estools/
|
|
12252
|
+
<url>https://github.com/estools/esrecurse/issues</url>
|
|
12253
12253
|
</reference>
|
|
12254
12254
|
<reference type="vcs">
|
|
12255
|
-
<url>git+
|
|
12255
|
+
<url>git+https://github.com/estools/esrecurse.git</url>
|
|
12256
12256
|
</reference>
|
|
12257
12257
|
</externalReferences>
|
|
12258
12258
|
</component>
|
|
12259
|
-
<component type="library" bom-ref="pkg:npm/
|
|
12260
|
-
<name>
|
|
12261
|
-
<version>
|
|
12259
|
+
<component type="library" bom-ref="pkg:npm/estraverse@5.3.0">
|
|
12260
|
+
<name>estraverse</name>
|
|
12261
|
+
<version>5.3.0</version>
|
|
12262
12262
|
<description>
|
|
12263
|
-
<![CDATA[ECMAScript AST
|
|
12263
|
+
<![CDATA[ECMAScript JS AST traversal functions]]>
|
|
12264
12264
|
</description>
|
|
12265
12265
|
<hashes>
|
|
12266
|
-
<hash alg="SHA-512">
|
|
12266
|
+
<hash alg="SHA-512">30c74046e54443388d4de243f0380caa6870475d41450fdc04ffa92ed61d4939dfdcc20ef1f15e8883446d7dfa65d3657d4ffb03d7f7814c38f41de842cbf004</hash>
|
|
12267
12267
|
</hashes>
|
|
12268
12268
|
<licenses>
|
|
12269
12269
|
<license>
|
|
12270
12270
|
<id>BSD-2-Clause</id>
|
|
12271
12271
|
</license>
|
|
12272
12272
|
</licenses>
|
|
12273
|
-
<purl>pkg:npm/
|
|
12273
|
+
<purl>pkg:npm/estraverse@5.3.0</purl>
|
|
12274
12274
|
<externalReferences>
|
|
12275
12275
|
<reference type="website">
|
|
12276
|
-
<url>https://github.com/estools/
|
|
12276
|
+
<url>https://github.com/estools/estraverse</url>
|
|
12277
12277
|
</reference>
|
|
12278
12278
|
<reference type="issue-tracker">
|
|
12279
|
-
<url>https://github.com/estools/
|
|
12279
|
+
<url>https://github.com/estools/estraverse/issues</url>
|
|
12280
12280
|
</reference>
|
|
12281
12281
|
<reference type="vcs">
|
|
12282
|
-
<url>git+
|
|
12282
|
+
<url>git+ssh://git@github.com/estools/estraverse.git</url>
|
|
12283
12283
|
</reference>
|
|
12284
12284
|
</externalReferences>
|
|
12285
12285
|
</component>
|
|
@@ -12422,22 +12422,22 @@
|
|
|
12422
12422
|
</reference>
|
|
12423
12423
|
</externalReferences>
|
|
12424
12424
|
</component>
|
|
12425
|
-
<component type="library" bom-ref="pkg:npm/node-releases@2.0.
|
|
12425
|
+
<component type="library" bom-ref="pkg:npm/node-releases@2.0.8">
|
|
12426
12426
|
<author>Sergey Rubanov</author>
|
|
12427
12427
|
<name>node-releases</name>
|
|
12428
|
-
<version>2.0.
|
|
12428
|
+
<version>2.0.8</version>
|
|
12429
12429
|
<description>
|
|
12430
12430
|
<![CDATA[Node.js releases data]]>
|
|
12431
12431
|
</description>
|
|
12432
12432
|
<hashes>
|
|
12433
|
-
<hash alg="SHA-512">
|
|
12433
|
+
<hash alg="SHA-512">7454a607c7c51c41ffb3cd578be63fd790d063a5475bcd675d18fce843122f7966b9398ad5ef9a4f8c2b1429136e6fa04b0930e0aa57fab4ffa4c336735985f8</hash>
|
|
12434
12434
|
</hashes>
|
|
12435
12435
|
<licenses>
|
|
12436
12436
|
<license>
|
|
12437
12437
|
<id>MIT</id>
|
|
12438
12438
|
</license>
|
|
12439
12439
|
</licenses>
|
|
12440
|
-
<purl>pkg:npm/node-releases@2.0.
|
|
12440
|
+
<purl>pkg:npm/node-releases@2.0.8</purl>
|
|
12441
12441
|
<externalReferences>
|
|
12442
12442
|
<reference type="website">
|
|
12443
12443
|
<url>https://github.com/chicoxyzzy/node-releases#readme</url>
|
|
@@ -13164,7 +13164,7 @@
|
|
|
13164
13164
|
<dependency ref="pkg:npm/prosemirror-state@1.4.2"/>
|
|
13165
13165
|
</dependency>
|
|
13166
13166
|
<dependency ref="pkg:npm/typescript@4.9.4"/>
|
|
13167
|
-
<dependency ref="pkg:npm/%40modusoperandi/licit-doc-attrs-step@0.1.
|
|
13167
|
+
<dependency ref="pkg:npm/%40modusoperandi/licit-doc-attrs-step@0.1.4">
|
|
13168
13168
|
<dependency ref="pkg:npm/browserkeymap@2.0.2"/>
|
|
13169
13169
|
<dependency ref="pkg:npm/prosemirror-keymap@1.2.0"/>
|
|
13170
13170
|
<dependency ref="pkg:npm/typescript@4.9.4"/>
|
|
@@ -13592,7 +13592,7 @@
|
|
|
13592
13592
|
</dependency>
|
|
13593
13593
|
<dependency ref="pkg:npm/typescript@4.4.4"/>
|
|
13594
13594
|
<dependency ref="pkg:npm/typescript-compiler@1.4.1-2"/>
|
|
13595
|
-
<dependency ref="pkg:npm/flowgen@1.
|
|
13595
|
+
<dependency ref="pkg:npm/flowgen@1.21.0">
|
|
13596
13596
|
<dependency ref="pkg:npm/%40babel/code-frame@7.18.6"/>
|
|
13597
13597
|
<dependency ref="pkg:npm/commander@6.2.1"/>
|
|
13598
13598
|
<dependency ref="pkg:npm/lodash@4.17.21"/>
|
|
@@ -13615,9 +13615,9 @@
|
|
|
13615
13615
|
<dependency ref="pkg:npm/defer-to-connect@2.0.1"/>
|
|
13616
13616
|
</dependency>
|
|
13617
13617
|
<dependency ref="pkg:npm/%40types/http-cache-semantics@4.0.1"/>
|
|
13618
|
-
<dependency ref="pkg:npm/%40types/node@18.11.
|
|
13618
|
+
<dependency ref="pkg:npm/%40types/node@18.11.17"/>
|
|
13619
13619
|
<dependency ref="pkg:npm/%40types/keyv@3.1.4">
|
|
13620
|
-
<dependency ref="pkg:npm/%40types/node@18.11.
|
|
13620
|
+
<dependency ref="pkg:npm/%40types/node@18.11.17"/>
|
|
13621
13621
|
</dependency>
|
|
13622
13622
|
<dependency ref="pkg:npm/%40types/responselike@1.0.0"/>
|
|
13623
13623
|
<dependency ref="pkg:npm/%40types/cacheable-request@6.0.3">
|
|
@@ -13774,7 +13774,7 @@
|
|
|
13774
13774
|
<dependency ref="pkg:npm/flow-typed@3.8.0">
|
|
13775
13775
|
<dependency ref="pkg:npm/%40octokit/rest@18.12.0"/>
|
|
13776
13776
|
<dependency ref="pkg:npm/colors@1.4.0"/>
|
|
13777
|
-
<dependency ref="pkg:npm/flowgen@1.
|
|
13777
|
+
<dependency ref="pkg:npm/flowgen@1.21.0"/>
|
|
13778
13778
|
<dependency ref="pkg:npm/fs-extra@8.1.0"/>
|
|
13779
13779
|
<dependency ref="pkg:npm/got@11.8.6"/>
|
|
13780
13780
|
<dependency ref="pkg:npm/md5@2.3.0"/>
|
|
@@ -14002,16 +14002,18 @@
|
|
|
14002
14002
|
<dependency ref="pkg:npm/punycode@1.3.2"/>
|
|
14003
14003
|
<dependency ref="pkg:npm/querystring@0.2.0"/>
|
|
14004
14004
|
</dependency>
|
|
14005
|
-
<dependency ref="pkg:npm/%40webassemblyjs/helper-api-error@1.11.1"/>
|
|
14006
14005
|
<dependency ref="pkg:npm/%40webassemblyjs/helper-buffer@1.11.1"/>
|
|
14006
|
+
<dependency ref="pkg:npm/%40webassemblyjs/helper-api-error@1.11.1"/>
|
|
14007
|
+
<dependency ref="pkg:npm/%40webassemblyjs/helper-wasm-bytecode@1.11.1"/>
|
|
14007
14008
|
<dependency ref="pkg:npm/%40webassemblyjs/floating-point-hex-parser@1.11.1"/>
|
|
14008
14009
|
<dependency ref="pkg:npm/%40xtuc/long@4.2.2"/>
|
|
14009
14010
|
<dependency ref="pkg:npm/%40webassemblyjs/helper-numbers@1.11.1">
|
|
14010
14011
|
<dependency ref="pkg:npm/%40webassemblyjs/floating-point-hex-parser@1.11.1"/>
|
|
14011
14012
|
<dependency ref="pkg:npm/%40xtuc/long@4.2.2"/>
|
|
14012
14013
|
</dependency>
|
|
14013
|
-
<dependency ref="pkg:npm/%40webassemblyjs/
|
|
14014
|
-
|
|
14014
|
+
<dependency ref="pkg:npm/%40webassemblyjs/ast@1.11.1">
|
|
14015
|
+
<dependency ref="pkg:npm/%40webassemblyjs/helper-numbers@1.11.1"/>
|
|
14016
|
+
</dependency>
|
|
14015
14017
|
<dependency ref="pkg:npm/%40xtuc/ieee754@1.2.0"/>
|
|
14016
14018
|
<dependency ref="pkg:npm/%40webassemblyjs/ieee754@1.11.1">
|
|
14017
14019
|
<dependency ref="pkg:npm/%40xtuc/ieee754@1.2.0"/>
|
|
@@ -14040,32 +14042,29 @@
|
|
|
14040
14042
|
<dependency ref="pkg:npm/%40types/estree@0.0.51"/>
|
|
14041
14043
|
<dependency ref="pkg:npm/%40types/json-schema@7.0.11"/>
|
|
14042
14044
|
<dependency ref="pkg:npm/%40types/eslint@8.4.10">
|
|
14043
|
-
<dependency ref="pkg:npm/%40types/estree@0.0.51"/>
|
|
14044
14045
|
<dependency ref="pkg:npm/%40types/json-schema@7.0.11"/>
|
|
14045
14046
|
</dependency>
|
|
14046
|
-
<dependency ref="pkg:npm/%40types/eslint-scope@3.7.4"
|
|
14047
|
-
<dependency ref="pkg:npm/%40types/eslint@8.4.10"/>
|
|
14048
|
-
</dependency>
|
|
14047
|
+
<dependency ref="pkg:npm/%40types/eslint-scope@3.7.4"/>
|
|
14049
14048
|
<dependency ref="pkg:npm/%40webassemblyjs/wast-printer@1.11.1"/>
|
|
14050
14049
|
<dependency ref="pkg:npm/%40webassemblyjs/wasm-edit@1.11.1">
|
|
14051
14050
|
<dependency ref="pkg:npm/%40webassemblyjs/wast-printer@1.11.1"/>
|
|
14052
14051
|
</dependency>
|
|
14053
14052
|
<dependency ref="pkg:npm/acorn-import-assertions@1.8.0"/>
|
|
14053
|
+
<dependency ref="pkg:npm/ajv-keywords@3.5.2"/>
|
|
14054
14054
|
<dependency ref="pkg:npm/fast-json-stable-stringify@2.1.0"/>
|
|
14055
14055
|
<dependency ref="pkg:npm/json-schema-traverse@0.4.1"/>
|
|
14056
14056
|
<dependency ref="pkg:npm/ajv@6.12.6">
|
|
14057
14057
|
<dependency ref="pkg:npm/fast-json-stable-stringify@2.1.0"/>
|
|
14058
14058
|
<dependency ref="pkg:npm/json-schema-traverse@0.4.1"/>
|
|
14059
14059
|
</dependency>
|
|
14060
|
-
<dependency ref="pkg:npm/ajv-keywords@3.5.2"/>
|
|
14061
|
-
<dependency ref="pkg:npm/es-shim-unscopables@1.0.0"/>
|
|
14062
|
-
<dependency ref="pkg:npm/array.prototype.flat@1.3.1">
|
|
14063
|
-
<dependency ref="pkg:npm/es-shim-unscopables@1.0.0"/>
|
|
14064
|
-
</dependency>
|
|
14065
14060
|
<dependency ref="pkg:npm/es-array-method-boxes-properly@1.0.0"/>
|
|
14066
14061
|
<dependency ref="pkg:npm/array.prototype.filter@1.0.2">
|
|
14067
14062
|
<dependency ref="pkg:npm/es-array-method-boxes-properly@1.0.0"/>
|
|
14068
14063
|
</dependency>
|
|
14064
|
+
<dependency ref="pkg:npm/es-shim-unscopables@1.0.0"/>
|
|
14065
|
+
<dependency ref="pkg:npm/array.prototype.flat@1.3.1">
|
|
14066
|
+
<dependency ref="pkg:npm/es-shim-unscopables@1.0.0"/>
|
|
14067
|
+
</dependency>
|
|
14069
14068
|
<dependency ref="pkg:npm/boolbase@1.0.0"/>
|
|
14070
14069
|
<dependency ref="pkg:npm/caniuse-lite@1.0.30001439"/>
|
|
14071
14070
|
<dependency ref="pkg:npm/css-what@6.1.0"/>
|
|
@@ -14143,13 +14142,15 @@
|
|
|
14143
14142
|
<dependency ref="pkg:npm/es-module-lexer@0.9.3"/>
|
|
14144
14143
|
<dependency ref="pkg:npm/escalade@3.1.1"/>
|
|
14145
14144
|
<dependency ref="pkg:npm/estraverse@5.3.0"/>
|
|
14146
|
-
<dependency ref="pkg:npm/esrecurse@4.3.0"
|
|
14145
|
+
<dependency ref="pkg:npm/esrecurse@4.3.0">
|
|
14146
|
+
<dependency ref="pkg:npm/estraverse@5.3.0"/>
|
|
14147
|
+
</dependency>
|
|
14147
14148
|
<dependency ref="pkg:npm/events@3.3.0"/>
|
|
14148
14149
|
<dependency ref="pkg:npm/glob-to-regexp@0.4.1"/>
|
|
14149
14150
|
<dependency ref="pkg:npm/loader-runner@4.3.0"/>
|
|
14150
14151
|
<dependency ref="pkg:npm/merge-stream@2.0.0"/>
|
|
14151
14152
|
<dependency ref="pkg:npm/neo-async@2.6.2"/>
|
|
14152
|
-
<dependency ref="pkg:npm/node-releases@2.0.
|
|
14153
|
+
<dependency ref="pkg:npm/node-releases@2.0.8"/>
|
|
14153
14154
|
<dependency ref="pkg:npm/randombytes@2.1.0"/>
|
|
14154
14155
|
<dependency ref="pkg:npm/react@17.0.2"/>
|
|
14155
14156
|
<dependency ref="pkg:npm/react-dom@17.0.2"/>
|
|
@@ -14198,8 +14199,8 @@
|
|
|
14198
14199
|
<dependency ref="pkg:npm/terser-webpack-plugin@5.3.6"/>
|
|
14199
14200
|
<dependency ref="pkg:npm/webpack-sources@3.2.3"/>
|
|
14200
14201
|
</dependency>
|
|
14201
|
-
<dependency ref="pkg:npm/%40modusoperandi/licit@0.14.
|
|
14202
|
-
<dependency ref="pkg:npm/%40modusoperandi/licit-doc-attrs-step@0.1.
|
|
14202
|
+
<dependency ref="pkg:npm/%40modusoperandi/licit@0.14.1">
|
|
14203
|
+
<dependency ref="pkg:npm/%40modusoperandi/licit-doc-attrs-step@0.1.4"/>
|
|
14203
14204
|
<dependency ref="pkg:npm/%40modusoperandi/licit-ui-commands@0.1.11"/>
|
|
14204
14205
|
<dependency ref="pkg:npm/%40wojtekmaj/enzyme-adapter-react-17@0.6.7"/>
|
|
14205
14206
|
<dependency ref="pkg:npm/body-parser@1.20.1"/>
|
|
@@ -14220,22 +14221,23 @@
|
|
|
14220
14221
|
<dependency ref="pkg:npm/resize-observer-polyfill@1.5.1"/>
|
|
14221
14222
|
<dependency ref="pkg:npm/smooth-scroll-into-view-if-needed@1.1.28"/>
|
|
14222
14223
|
<dependency ref="pkg:npm/url@0.11.0"/>
|
|
14223
|
-
<dependency ref="pkg:npm/%40webassemblyjs/helper-api-error@1.11.1"/>
|
|
14224
14224
|
<dependency ref="pkg:npm/%40webassemblyjs/helper-buffer@1.11.1"/>
|
|
14225
|
-
<dependency ref="pkg:npm/%40webassemblyjs/helper-
|
|
14225
|
+
<dependency ref="pkg:npm/%40webassemblyjs/helper-api-error@1.11.1"/>
|
|
14226
14226
|
<dependency ref="pkg:npm/%40webassemblyjs/helper-wasm-bytecode@1.11.1"/>
|
|
14227
14227
|
<dependency ref="pkg:npm/%40webassemblyjs/helper-wasm-section@1.11.1"/>
|
|
14228
14228
|
<dependency ref="pkg:npm/%40webassemblyjs/wasm-opt@1.11.1"/>
|
|
14229
14229
|
<dependency ref="pkg:npm/%40jridgewell/resolve-uri@3.1.0"/>
|
|
14230
14230
|
<dependency ref="pkg:npm/%40jridgewell/trace-mapping@0.3.17"/>
|
|
14231
14231
|
<dependency ref="pkg:npm/%40jridgewell/set-array@1.1.2"/>
|
|
14232
|
+
<dependency ref="pkg:npm/%40types/estree@0.0.51"/>
|
|
14233
|
+
<dependency ref="pkg:npm/%40types/eslint@8.4.10"/>
|
|
14232
14234
|
<dependency ref="pkg:npm/%40types/eslint-scope@3.7.4"/>
|
|
14233
14235
|
<dependency ref="pkg:npm/%40webassemblyjs/wasm-edit@1.11.1"/>
|
|
14234
14236
|
<dependency ref="pkg:npm/acorn-import-assertions@1.8.0"/>
|
|
14235
|
-
<dependency ref="pkg:npm/ajv@6.12.6"/>
|
|
14236
14237
|
<dependency ref="pkg:npm/ajv-keywords@3.5.2"/>
|
|
14237
|
-
<dependency ref="pkg:npm/
|
|
14238
|
+
<dependency ref="pkg:npm/ajv@6.12.6"/>
|
|
14238
14239
|
<dependency ref="pkg:npm/array.prototype.filter@1.0.2"/>
|
|
14240
|
+
<dependency ref="pkg:npm/array.prototype.flat@1.3.1"/>
|
|
14239
14241
|
<dependency ref="pkg:npm/boolbase@1.0.0"/>
|
|
14240
14242
|
<dependency ref="pkg:npm/caniuse-lite@1.0.30001439"/>
|
|
14241
14243
|
<dependency ref="pkg:npm/cheerio@1.0.0-rc.12"/>
|
|
@@ -14245,14 +14247,13 @@
|
|
|
14245
14247
|
<dependency ref="pkg:npm/enzyme@3.11.0"/>
|
|
14246
14248
|
<dependency ref="pkg:npm/es-module-lexer@0.9.3"/>
|
|
14247
14249
|
<dependency ref="pkg:npm/escalade@3.1.1"/>
|
|
14248
|
-
<dependency ref="pkg:npm/estraverse@5.3.0"/>
|
|
14249
14250
|
<dependency ref="pkg:npm/esrecurse@4.3.0"/>
|
|
14250
14251
|
<dependency ref="pkg:npm/events@3.3.0"/>
|
|
14251
14252
|
<dependency ref="pkg:npm/glob-to-regexp@0.4.1"/>
|
|
14252
14253
|
<dependency ref="pkg:npm/loader-runner@4.3.0"/>
|
|
14253
14254
|
<dependency ref="pkg:npm/merge-stream@2.0.0"/>
|
|
14254
14255
|
<dependency ref="pkg:npm/neo-async@2.6.2"/>
|
|
14255
|
-
<dependency ref="pkg:npm/node-releases@2.0.
|
|
14256
|
+
<dependency ref="pkg:npm/node-releases@2.0.8"/>
|
|
14256
14257
|
<dependency ref="pkg:npm/randombytes@2.1.0"/>
|
|
14257
14258
|
<dependency ref="pkg:npm/react@17.0.2"/>
|
|
14258
14259
|
<dependency ref="pkg:npm/react-dom@17.0.2"/>
|