Tests: TS: temporarily lock @types/node version to v22

v24 brings breaking changes that will be fixed in the next
minor openpgpjs release
This commit is contained in:
larabr 2025-08-25 15:07:09 +02:00
parent bcdb59729c
commit 5027bcd0eb
No known key found for this signature in database
GPG Key ID: 2A4BEC40729185DD
2 changed files with 5 additions and 3 deletions

7
package-lock.json generated
View File

@ -24,6 +24,7 @@
"@rollup/plugin-typescript": "^12.1.4", "@rollup/plugin-typescript": "^12.1.4",
"@rollup/plugin-wasm": "^6.2.2", "@rollup/plugin-wasm": "^6.2.2",
"@types/chai": "^4.3.20", "@types/chai": "^4.3.20",
"@types/node": "^22.18.0",
"@types/sinon": "^17.0.4", "@types/sinon": "^17.0.4",
"@typescript-eslint/parser": "^7.18.0", "@typescript-eslint/parser": "^7.18.0",
"@web/test-runner": "^0.19.0", "@web/test-runner": "^0.19.0",
@ -1975,9 +1976,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.15.12", "version": "22.18.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.12.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.0.tgz",
"integrity": "sha512-K0fpC/ZVeb8G9rm7bH7vI0KAec4XHEhBam616nVJCV51bKzJ6oA3luG4WdKoaztxe70QaNjS/xBmcDLmr4PiGw==", "integrity": "sha512-m5ObIqwsUp6BZzyiy4RdZpzWGub9bqLJMvZDD0QMXhxjqMHMENlj+SqF5QxoUwaQNFe+8kz8XM8ZQhqkQPTgMQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -78,6 +78,7 @@
"@rollup/plugin-typescript": "^12.1.4", "@rollup/plugin-typescript": "^12.1.4",
"@rollup/plugin-wasm": "^6.2.2", "@rollup/plugin-wasm": "^6.2.2",
"@types/chai": "^4.3.20", "@types/chai": "^4.3.20",
"@types/node": "^22.18.0",
"@types/sinon": "^17.0.4", "@types/sinon": "^17.0.4",
"@typescript-eslint/parser": "^7.18.0", "@typescript-eslint/parser": "^7.18.0",
"@web/test-runner": "^0.19.0", "@web/test-runner": "^0.19.0",