diff --git a/package-lock.json b/package-lock.json index 76b7b02c..53d7f7e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11290,6 +11290,7 @@ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/cliui": "^8.0.2" }, diff --git a/package.json b/package.json index 4f054dae..9b21155a 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "vite-plugin-svgr": "4.2.0" }, "resolutions": { - "jackspeak": "2.3.6" + "jackspeak": "4.0.2" } }