mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-11-23 22:15:52 +00:00
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:
parent
bcdb59729c
commit
5027bcd0eb
7
package-lock.json
generated
7
package-lock.json
generated
@ -24,6 +24,7 @@
|
||||
"@rollup/plugin-typescript": "^12.1.4",
|
||||
"@rollup/plugin-wasm": "^6.2.2",
|
||||
"@types/chai": "^4.3.20",
|
||||
"@types/node": "^22.18.0",
|
||||
"@types/sinon": "^17.0.4",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"@web/test-runner": "^0.19.0",
|
||||
@ -1975,9 +1976,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "22.15.12",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.12.tgz",
|
||||
"integrity": "sha512-K0fpC/ZVeb8G9rm7bH7vI0KAec4XHEhBam616nVJCV51bKzJ6oA3luG4WdKoaztxe70QaNjS/xBmcDLmr4PiGw==",
|
||||
"version": "22.18.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.0.tgz",
|
||||
"integrity": "sha512-m5ObIqwsUp6BZzyiy4RdZpzWGub9bqLJMvZDD0QMXhxjqMHMENlj+SqF5QxoUwaQNFe+8kz8XM8ZQhqkQPTgMQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@ -78,6 +78,7 @@
|
||||
"@rollup/plugin-typescript": "^12.1.4",
|
||||
"@rollup/plugin-wasm": "^6.2.2",
|
||||
"@types/chai": "^4.3.20",
|
||||
"@types/node": "^22.18.0",
|
||||
"@types/sinon": "^17.0.4",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"@web/test-runner": "^0.19.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user