Skip to content

Commit c223ffb

Browse files
github-actionsBGruenberg
authored andcommitted
chore: update sbom
1 parent c2ecf53 commit c223ffb

File tree

1 file changed

+10
-282
lines changed

1 file changed

+10
-282
lines changed

src/sbom.json

Lines changed: 10 additions & 282 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"bomFormat": "CycloneDX",
44
"specVersion": "1.4",
55
"version": 1,
6-
"serialNumber": "urn:uuid:ed83308a-35fa-464f-8560-dff48c1d74e9",
6+
"serialNumber": "urn:uuid:95f6e882-befd-494e-8dd1-a6fc8bd922e3",
77
"metadata": {
8-
"timestamp": "2025-11-20T14:53:09.744Z",
8+
"timestamp": "2025-11-21T12:11:55.818Z",
99
"tools": [
1010
{
1111
"name": "npm",
@@ -5959,8 +5959,8 @@
59595959
{
59605960
"type": "library",
59615961
"name": "calendar-link",
5962-
"version": "2.6.0",
5963-
"bom-ref": "calendar-link@2.6.0",
5962+
"version": "2.11.0",
5963+
"bom-ref": "calendar-link@2.11.0",
59645964
"author": "Anand Chowdhary",
59655965
"description": "📅 Calendar link generator for popular services, like Google, Outlook, and Yahoo.",
59665966
"licenses": [
@@ -5970,7 +5970,7 @@
59705970
}
59715971
}
59725972
],
5973-
"purl": "pkg:npm/calendar-link@2.6.0",
5973+
"purl": "pkg:npm/calendar-link@2.11.0",
59745974
"externalReferences": [
59755975
{
59765976
"url": "git+https://github.com/AnandChowdhary/calendar-link.git",
@@ -5988,12 +5988,12 @@
59885988
"comment": "as detected from PackageJson property \"bugs.url\""
59895989
},
59905990
{
5991-
"url": "https://registry.npmjs.org/calendar-link/-/calendar-link-2.6.0.tgz",
5991+
"url": "https://registry.npmjs.org/calendar-link/-/calendar-link-2.11.0.tgz",
59925992
"type": "distribution",
59935993
"hashes": [
59945994
{
59955995
"alg": "SHA-512",
5996-
"content": "ca9818a05073db0d169095759ba2e83b7d62f05e6d7b7febb13749a7f38d69c566afe0b8372eeb1e1bf0988652df2adb1b669b6dca219f60fc0d96dc159bf07c"
5996+
"content": "4dc2fec9707cabaad982b605e5d53b530163711f67fe47303043a8848f84e2f5d7c49e6774b09c8f0ddaba352d45fa3f188a4b151a0e42cf1993fa994b036482"
59975997
}
59985998
],
59995999
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
@@ -6056,256 +6056,6 @@
60566056
}
60576057
]
60586058
},
6059-
{
6060-
"type": "library",
6061-
"name": "query-string",
6062-
"version": "6.14.1",
6063-
"bom-ref": "query-string@6.14.1",
6064-
"author": "Sindre Sorhus",
6065-
"description": "Parse and stringify URL query strings",
6066-
"licenses": [
6067-
{
6068-
"license": {
6069-
"id": "MIT"
6070-
}
6071-
}
6072-
],
6073-
"purl": "pkg:npm/query-string@6.14.1",
6074-
"externalReferences": [
6075-
{
6076-
"url": "git+https://github.com/sindresorhus/query-string.git",
6077-
"type": "vcs",
6078-
"comment": "as detected from PackageJson property \"repository.url\""
6079-
},
6080-
{
6081-
"url": "https://github.com/sindresorhus/query-string#readme",
6082-
"type": "website",
6083-
"comment": "as detected from PackageJson property \"homepage\""
6084-
},
6085-
{
6086-
"url": "https://github.com/sindresorhus/query-string/issues",
6087-
"type": "issue-tracker",
6088-
"comment": "as detected from PackageJson property \"bugs.url\""
6089-
},
6090-
{
6091-
"url": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz",
6092-
"type": "distribution",
6093-
"hashes": [
6094-
{
6095-
"alg": "SHA-512",
6096-
"content": "5c3c407959a97eed7fe888f24ff8171ce97e4b4bd0f68c20809df486158a74702c34f39c6ac9f9a3d056d1e7a366a2f67b8bcc8e1031a16de3547703ea66dc63"
6097-
}
6098-
],
6099-
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
6100-
}
6101-
],
6102-
"properties": [
6103-
{
6104-
"name": "cdx:npm:package:path",
6105-
"value": "node_modules/query-string"
6106-
}
6107-
]
6108-
},
6109-
{
6110-
"type": "library",
6111-
"name": "decode-uri-component",
6112-
"version": "0.2.2",
6113-
"bom-ref": "decode-uri-component@0.2.2",
6114-
"author": "Sam Verschueren",
6115-
"description": "A better decodeURIComponent",
6116-
"licenses": [
6117-
{
6118-
"license": {
6119-
"id": "MIT"
6120-
}
6121-
}
6122-
],
6123-
"purl": "pkg:npm/decode-uri-component@0.2.2",
6124-
"externalReferences": [
6125-
{
6126-
"url": "git+https://github.com/SamVerschueren/decode-uri-component.git",
6127-
"type": "vcs",
6128-
"comment": "as detected from PackageJson property \"repository.url\""
6129-
},
6130-
{
6131-
"url": "https://github.com/SamVerschueren/decode-uri-component#readme",
6132-
"type": "website",
6133-
"comment": "as detected from PackageJson property \"homepage\""
6134-
},
6135-
{
6136-
"url": "https://github.com/SamVerschueren/decode-uri-component/issues",
6137-
"type": "issue-tracker",
6138-
"comment": "as detected from PackageJson property \"bugs.url\""
6139-
},
6140-
{
6141-
"url": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
6142-
"type": "distribution",
6143-
"hashes": [
6144-
{
6145-
"alg": "SHA-512",
6146-
"content": "16a51843ef28d79f06c864eb305266b3daa1dc2a932af02a82ab139e42c8f2c2aed34dbca2ba8187134c16415e9f4cc6ca0e9ea40083df6a63564e7c9e0204ad"
6147-
}
6148-
],
6149-
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
6150-
}
6151-
],
6152-
"properties": [
6153-
{
6154-
"name": "cdx:npm:package:path",
6155-
"value": "node_modules/decode-uri-component"
6156-
}
6157-
]
6158-
},
6159-
{
6160-
"type": "library",
6161-
"name": "filter-obj",
6162-
"version": "1.1.0",
6163-
"bom-ref": "filter-obj@1.1.0",
6164-
"author": "Sindre Sorhus",
6165-
"description": "Filter object keys and values into a new object",
6166-
"licenses": [
6167-
{
6168-
"license": {
6169-
"id": "MIT"
6170-
}
6171-
}
6172-
],
6173-
"purl": "pkg:npm/filter-obj@1.1.0",
6174-
"externalReferences": [
6175-
{
6176-
"url": "git+https://github.com/sindresorhus/filter-obj.git",
6177-
"type": "vcs",
6178-
"comment": "as detected from PackageJson property \"repository.url\""
6179-
},
6180-
{
6181-
"url": "https://github.com/sindresorhus/filter-obj#readme",
6182-
"type": "website",
6183-
"comment": "as detected from PackageJson property \"homepage\""
6184-
},
6185-
{
6186-
"url": "https://github.com/sindresorhus/filter-obj/issues",
6187-
"type": "issue-tracker",
6188-
"comment": "as detected from PackageJson property \"bugs.url\""
6189-
},
6190-
{
6191-
"url": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz",
6192-
"type": "distribution",
6193-
"hashes": [
6194-
{
6195-
"alg": "SHA-512",
6196-
"content": "f2b5e0d599d7ef1cf2d8d183564055680cbe95294f37069dd7706d81294bbb17c8b25cade5583ae14eed15c0ade164b547486fb674326d3fc8c829066770e95d"
6197-
}
6198-
],
6199-
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
6200-
}
6201-
],
6202-
"properties": [
6203-
{
6204-
"name": "cdx:npm:package:path",
6205-
"value": "node_modules/filter-obj"
6206-
}
6207-
]
6208-
},
6209-
{
6210-
"type": "library",
6211-
"name": "split-on-first",
6212-
"version": "1.1.0",
6213-
"bom-ref": "split-on-first@1.1.0",
6214-
"author": "Sindre Sorhus",
6215-
"description": "Split a string on the first occurance of a given separator",
6216-
"licenses": [
6217-
{
6218-
"license": {
6219-
"id": "MIT"
6220-
}
6221-
}
6222-
],
6223-
"purl": "pkg:npm/split-on-first@1.1.0",
6224-
"externalReferences": [
6225-
{
6226-
"url": "git+https://github.com/sindresorhus/split-on-first.git",
6227-
"type": "vcs",
6228-
"comment": "as detected from PackageJson property \"repository.url\""
6229-
},
6230-
{
6231-
"url": "https://github.com/sindresorhus/split-on-first#readme",
6232-
"type": "website",
6233-
"comment": "as detected from PackageJson property \"homepage\""
6234-
},
6235-
{
6236-
"url": "https://github.com/sindresorhus/split-on-first/issues",
6237-
"type": "issue-tracker",
6238-
"comment": "as detected from PackageJson property \"bugs.url\""
6239-
},
6240-
{
6241-
"url": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz",
6242-
"type": "distribution",
6243-
"hashes": [
6244-
{
6245-
"alg": "SHA-512",
6246-
"content": "e3766cb0025a32eb2e2962fcb0a5014171d63a9abc77a09f37fbb5a78814cdf264334e42f2bc53998ae420f4d76a966939103a2e4933714ba527c16a03b52e77"
6247-
}
6248-
],
6249-
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
6250-
}
6251-
],
6252-
"properties": [
6253-
{
6254-
"name": "cdx:npm:package:path",
6255-
"value": "node_modules/split-on-first"
6256-
}
6257-
]
6258-
},
6259-
{
6260-
"type": "library",
6261-
"name": "strict-uri-encode",
6262-
"version": "2.0.0",
6263-
"bom-ref": "strict-uri-encode@2.0.0",
6264-
"author": "Kevin Mårtensson",
6265-
"description": "A stricter URI encode adhering to RFC 3986",
6266-
"licenses": [
6267-
{
6268-
"license": {
6269-
"id": "MIT"
6270-
}
6271-
}
6272-
],
6273-
"purl": "pkg:npm/strict-uri-encode@2.0.0",
6274-
"externalReferences": [
6275-
{
6276-
"url": "git+https://github.com/kevva/strict-uri-encode.git",
6277-
"type": "vcs",
6278-
"comment": "as detected from PackageJson property \"repository.url\""
6279-
},
6280-
{
6281-
"url": "https://github.com/kevva/strict-uri-encode#readme",
6282-
"type": "website",
6283-
"comment": "as detected from PackageJson property \"homepage\""
6284-
},
6285-
{
6286-
"url": "https://github.com/kevva/strict-uri-encode/issues",
6287-
"type": "issue-tracker",
6288-
"comment": "as detected from PackageJson property \"bugs.url\""
6289-
},
6290-
{
6291-
"url": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz",
6292-
"type": "distribution",
6293-
"hashes": [
6294-
{
6295-
"alg": "SHA-512",
6296-
"content": "430897660a5170a9214e3d927279fefb83cab56b07d24a7367ad8bd91e9cfcb51562fee156766a720dbeb0cb93e91ec9bacbb5bef88afcc16cbba90d25f5a511"
6297-
}
6298-
],
6299-
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
6300-
}
6301-
],
6302-
"properties": [
6303-
{
6304-
"name": "cdx:npm:package:path",
6305-
"value": "node_modules/strict-uri-encode"
6306-
}
6307-
]
6308-
},
63096059
{
63106060
"type": "library",
63116061
"name": "core-js",
@@ -6623,7 +6373,7 @@
66236373
"@ngx-translate/http-loader@8.0.0",
66246374
"@popperjs/core@2.11.8",
66256375
"bootstrap@5.3.3",
6626-
"calendar-link@2.6.0",
6376+
"calendar-link@2.11.0",
66276377
"core-js@3.45.0",
66286378
"dompurify@3.3.0",
66296379
"moment@2.30.1",
@@ -7314,36 +7064,14 @@
73147064
]
73157065
},
73167066
{
7317-
"ref": "calendar-link@2.6.0",
7067+
"ref": "calendar-link@2.11.0",
73187068
"dependsOn": [
7319-
"dayjs@1.11.19",
7320-
"query-string@6.14.1"
7069+
"dayjs@1.11.19"
73217070
]
73227071
},
73237072
{
73247073
"ref": "dayjs@1.11.19"
73257074
},
7326-
{
7327-
"ref": "query-string@6.14.1",
7328-
"dependsOn": [
7329-
"decode-uri-component@0.2.2",
7330-
"filter-obj@1.1.0",
7331-
"split-on-first@1.1.0",
7332-
"strict-uri-encode@2.0.0"
7333-
]
7334-
},
7335-
{
7336-
"ref": "decode-uri-component@0.2.2"
7337-
},
7338-
{
7339-
"ref": "filter-obj@1.1.0"
7340-
},
7341-
{
7342-
"ref": "split-on-first@1.1.0"
7343-
},
7344-
{
7345-
"ref": "strict-uri-encode@2.0.0"
7346-
},
73477075
{
73487076
"ref": "core-js@3.45.0"
73497077
},

0 commit comments

Comments
 (0)