From 549020ece59c9b99c7df1c4e5db7f87dbb900728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:16:20 +0000 Subject: [PATCH] Bump js-yaml from 4.1.1 to 4.3.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.0/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 73 ++++++++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ba1e0b..8128a9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,43 +1,43 @@ { "name": "hathordice-dapp", - "version": "0.1.0-beta", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hathordice-dapp", - "version": "0.1.0-beta", + "version": "0.2.1", "dependencies": { - "@walletconnect/sign-client": "^2.23.0", - "@walletconnect/utils": "^2.23.0", - "@web3modal/standalone": "^2.4.3", - "framer-motion": "^12.23.24", + "@walletconnect/sign-client": "2.23.0", + "@walletconnect/utils": "2.23.0", + "@web3modal/standalone": "2.4.3", + "framer-motion": "12.23.24", "next": "16.2.5", - "react": "^18.3.1", - "react-dom": "^18.3.1", - "sonner": "^2.0.7" + "react": "18.3.1", + "react-dom": "18.3.1", + "sonner": "2.0.7" }, "devDependencies": { - "@playwright/test": "^1.56.1", - "@testing-library/jest-dom": "^6.9.1", - "@testing-library/react": "^16.3.0", - "@testing-library/user-event": "^14.6.1", - "@types/node": "^20", - "@types/react": "^18", - "@types/react-dom": "^18", - "@vitejs/plugin-react": "^5.1.1", - "@vitest/coverage-v8": "^4.0.12", - "@vitest/ui": "^4.0.12", - "autoprefixer": "^10.4.19", - "c8": "^10.1.3", - "eslint": "^9.18.0", + "@playwright/test": "1.56.1", + "@testing-library/jest-dom": "6.9.1", + "@testing-library/react": "16.3.0", + "@testing-library/user-event": "14.6.1", + "@types/node": "20.19.24", + "@types/react": "18.3.26", + "@types/react-dom": "18.3.7", + "@vitejs/plugin-react": "5.1.1", + "@vitest/coverage-v8": "4.0.12", + "@vitest/ui": "4.0.12", + "autoprefixer": "10.4.21", + "c8": "10.1.3", + "eslint": "9.39.4", "eslint-config-next": "16.2.5", - "happy-dom": "^20.0.10", - "jsdom": "^27.2.0", - "postcss": "^8.4.38", - "tailwindcss": "^3.4.3", - "typescript": "^5", - "vitest": "^4.0.12" + "happy-dom": "20.0.10", + "jsdom": "27.2.0", + "postcss": "8.5.6", + "tailwindcss": "3.4.18", + "typescript": "5.9.3", + "vitest": "4.0.12" } }, "node_modules/@acemir/cssom": { @@ -7909,10 +7909,20 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -9036,7 +9046,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true,