Skip to content

Commit 8b20f8c

Browse files
committedMay 7, 2024
deps: ssri@10.0.6
1 parent a9a6dcd commit 8b20f8c

File tree

6 files changed

+16
-15
lines changed

6 files changed

+16
-15
lines changed
 

‎node_modules/ssri/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ function createIntegrity (opts) {
535535
hashes.forEach(h => h.update(chunk, enc))
536536
return this
537537
},
538-
digest: function (enc) {
538+
digest: function () {
539539
const integrity = algorithms.reduce((acc, algo) => {
540540
const digest = hashes.shift().digest('base64')
541541
const hash = new Hash(

‎node_modules/ssri/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssri",
3-
"version": "10.0.5",
3+
"version": "10.0.6",
44
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
55
"main": "lib/index.js",
66
"files": [
@@ -13,7 +13,7 @@
1313
"posttest": "npm run lint",
1414
"test": "tap",
1515
"coverage": "tap",
16-
"lint": "eslint \"**/*.js\"",
16+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1717
"postlint": "template-oss-check",
1818
"template-oss-apply": "template-oss-apply --force",
1919
"lintfix": "npm run lint -- --fix",
@@ -28,7 +28,7 @@
2828
},
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/npm/ssri.git"
31+
"url": "git+https://github.com/npm/ssri.git"
3232
},
3333
"keywords": [
3434
"w3c",
@@ -51,15 +51,15 @@
5151
},
5252
"devDependencies": {
5353
"@npmcli/eslint-config": "^4.0.0",
54-
"@npmcli/template-oss": "4.18.0",
54+
"@npmcli/template-oss": "4.22.0",
5555
"tap": "^16.0.1"
5656
},
5757
"engines": {
5858
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
5959
},
6060
"templateOSS": {
6161
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
62-
"version": "4.18.0",
62+
"version": "4.22.0",
6363
"publish": "true"
6464
}
6565
}

‎package-lock.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"read": "^3.0.1",
146146
"semver": "^7.6.0",
147147
"spdx-expression-parse": "^4.0.0",
148-
"ssri": "^10.0.5",
148+
"ssri": "^10.0.6",
149149
"supports-color": "^9.4.0",
150150
"tar": "^6.2.1",
151151
"text-table": "~0.2.0",
@@ -11100,10 +11100,11 @@
1110011100
"inBundle": true
1110111101
},
1110211102
"node_modules/ssri": {
11103-
"version": "10.0.5",
11104-
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz",
11105-
"integrity": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==",
11103+
"version": "10.0.6",
11104+
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
11105+
"integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
1110611106
"inBundle": true,
11107+
"license": "ISC",
1110711108
"dependencies": {
1110811109
"minipass": "^7.0.3"
1110911110
},
@@ -14820,7 +14821,7 @@
1482014821
"promise-call-limit": "^3.0.1",
1482114822
"read-package-json-fast": "^3.0.2",
1482214823
"semver": "^7.3.7",
14823-
"ssri": "^10.0.5",
14824+
"ssri": "^10.0.6",
1482414825
"treeverse": "^3.0.0",
1482514826
"walk-up-path": "^3.0.1"
1482614827
},
@@ -15015,7 +15016,7 @@
1501515016
"proc-log": "^4.2.0",
1501615017
"semver": "^7.3.7",
1501715018
"sigstore": "^2.2.0",
15018-
"ssri": "^10.0.5"
15019+
"ssri": "^10.0.6"
1501915020
},
1502015021
"devDependencies": {
1502115022
"@npmcli/eslint-config": "^4.0.0",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"read": "^3.0.1",
111111
"semver": "^7.6.0",
112112
"spdx-expression-parse": "^4.0.0",
113-
"ssri": "^10.0.5",
113+
"ssri": "^10.0.6",
114114
"supports-color": "^9.4.0",
115115
"tar": "^6.2.1",
116116
"text-table": "~0.2.0",

‎workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"promise-call-limit": "^3.0.1",
3535
"read-package-json-fast": "^3.0.2",
3636
"semver": "^7.3.7",
37-
"ssri": "^10.0.5",
37+
"ssri": "^10.0.6",
3838
"treeverse": "^3.0.0",
3939
"walk-up-path": "^3.0.1"
4040
},

‎workspaces/libnpmpublish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"proc-log": "^4.2.0",
4646
"semver": "^7.3.7",
4747
"sigstore": "^2.2.0",
48-
"ssri": "^10.0.5"
48+
"ssri": "^10.0.6"
4949
},
5050
"engines": {
5151
"node": "^16.14.0 || >=18.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.