mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-11 00:08:47 -06:00
Bumps the npm_and_yarn group with 1 update in the /widget directory: [happy-dom](https://github.com/capricorn86/happy-dom). Updates `happy-dom` from 20.0.0 to 20.0.2 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v20.0.0...v20.0.2) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.0.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
546 B
JSON
23 lines
546 B
JSON
{
|
|
"name": "widget",
|
|
"version": "1.0.0",
|
|
"main": "./static/js/privatecaptcha.js",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.0",
|
|
"esbuild-plugin-inline-worker": "^0.1.1",
|
|
"eslint": "^9.23.0",
|
|
"happy-dom": "^20.0.2"
|
|
},
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs",
|
|
"test": "node esbuild.test.config.mjs && node --test test/bundle.test.js",
|
|
"lint": "eslint js/**/*.js"
|
|
},
|
|
"dependencies": {
|
|
"base64-arraybuffer": "^1.0.2",
|
|
"blake2b-wasm": "^2.4.0",
|
|
"blakejs": "^1.2.1"
|
|
}
|
|
}
|