diff --git a/package-lock.json b/package-lock.json index d6dc0dc..fd48655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,8 +30,8 @@ "@pasqal-io/starlight-client-mermaid": "0.1.0", "@stylistic/eslint-plugin": "5.10.0", "@types/mocha": "10.0.10", - "@types/node": "24.13.2", - "@types/wallabyjs": "0.0.15", + "@types/node": "24.13.3", + "@types/wallabyjs": "0.0.16", "asciinema-player": "3.17.0", "astro": "5.16.6", "astro-broken-link-checker": "file:./vendor/astro-broken-link-checker", @@ -5590,9 +5590,9 @@ } }, "node_modules/@types/node": { - "version": "24.13.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.2.tgz", - "integrity": "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==", + "version": "24.13.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz", + "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==", "license": "MIT", "dependencies": { "undici-types": "~7.18.0" @@ -5673,16 +5673,16 @@ "license": "MIT" }, "node_modules/@types/wallabyjs": { - "version": "0.0.15", - "resolved": "https://registry.npmjs.org/@types/wallabyjs/-/wallabyjs-0.0.15.tgz", - "integrity": "sha512-po3ph5pwSDWbB6ykIiYFslnFu7N+8aGi396PgUlkhXgR6Wu3PZ7Jl4xooVSRGy2c2M0s8LR/XHhHPB9p2cgJ+w==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@types/wallabyjs/-/wallabyjs-0.0.16.tgz", + "integrity": "sha512-plUpAhuNA5KDRvxgwHBKwoY5+lKoDx5E/xI7qUHsulhMH6XHfq/MWgohy0yesuCkw7hi6M+wUxns9uzejSyVyw==", "dev": true, "license": "MIT", "dependencies": { "@types/babel__core": "*", "@types/coffeescript": "*", "@types/express": "*", - "typescript": "*" + "typescript": "<7" } }, "node_modules/@types/yargs": { diff --git a/package.json b/package.json index e604ca9..dbcaeae 100644 --- a/package.json +++ b/package.json @@ -139,8 +139,8 @@ "@pasqal-io/starlight-client-mermaid": "0.1.0", "@stylistic/eslint-plugin": "5.10.0", "@types/mocha": "10.0.10", - "@types/node": "24.13.2", - "@types/wallabyjs": "0.0.15", + "@types/node": "24.13.3", + "@types/wallabyjs": "0.0.16", "asciinema-player": "3.17.0", "astro": "5.16.6", "astro-broken-link-checker": "file:./vendor/astro-broken-link-checker",