Bump ssri from 12.0.0 to 13.0.0 (#9964)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-10-28 10:05:48 +01:00 committed by GitHub
parent b0903438ef
commit 9e0186d833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -34,7 +34,7 @@
"rollup-plugin-git-version": "^0.3.1",
"simple-git": "^3.28.0",
"sinon": "^21.0.0",
"ssri": "^12.0.0",
"ssri": "^13.0.0",
"uglify-js": "^3.19.3",
"ui-event-simulator": "^2.0.0"
}
@ -6211,16 +6211,16 @@
}
},
"node_modules/ssri": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/ssri/-/ssri-12.0.0.tgz",
"integrity": "sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==",
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/ssri/-/ssri-13.0.0.tgz",
"integrity": "sha512-yizwGBpbCn4YomB2lzhZqrHLJoqFGXihNbib3ozhqF/cIp5ue+xSmOQrjNasEE62hFxsCcg/V/z23t4n8jMEng==",
"dev": true,
"license": "ISC",
"dependencies": {
"minipass": "^7.0.3"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"node_modules/stable-hash-x": {

View File

@ -29,7 +29,7 @@
"rollup-plugin-git-version": "^0.3.1",
"simple-git": "^3.28.0",
"sinon": "^21.0.0",
"ssri": "^12.0.0",
"ssri": "^13.0.0",
"uglify-js": "^3.19.3",
"ui-event-simulator": "^2.0.0"
},