From 34188ce63f3ed1ae45e1f1b4ecb146782f2a3f32 Mon Sep 17 00:00:00 2001 From: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:33:14 +0000 Subject: [PATCH] chore: update browserslist DB --- .husky/_/husky.sh | 34 ++++++---------------------------- package-lock.json | 9 +++++---- 2 files changed, 11 insertions(+), 32 deletions(-) diff --git a/.husky/_/husky.sh b/.husky/_/husky.sh index 6809ccca28..f9d0637909 100644 --- a/.husky/_/husky.sh +++ b/.husky/_/husky.sh @@ -1,31 +1,9 @@ -#!/bin/sh -if [ -z "$husky_skip_init" ]; then - debug () { - if [ "$HUSKY_DEBUG" = "1" ]; then - echo "husky (debug) - $1" - fi - } +echo "husky - DEPRECATED - readonly hook_name="$(basename "$0")" - debug "starting $hook_name..." +Please remove the following two lines from $0: - if [ "$HUSKY" = "0" ]; then - debug "HUSKY env variable is set to 0, skipping hook" - exit 0 - fi +#!/usr/bin/env sh +. \"\$(dirname -- \"\$0\")/_/husky.sh\" - if [ -f ~/.huskyrc ]; then - debug "sourcing ~/.huskyrc" - . ~/.huskyrc - fi - - export readonly husky_skip_init=1 - sh -e "$0" "$@" - exitCode="$?" - - if [ $exitCode != 0 ]; then - echo "husky - $hook_name hook exited with code $exitCode (error)" - fi - - exit $exitCode -fi +They WILL FAIL in v10.0.0 +" \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ce0643866c..f3d4e1502f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7307,9 +7307,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001690", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz", - "integrity": "sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==", + "version": "1.0.30001692", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001692.tgz", + "integrity": "sha512-A95VKan0kdtrsnMubMKxEKUKImOPSuCpYgxSQBo036P5YYgVIcOYJEgt/txJWqObiRQeISNCfef9nvlQ0vbV7A==", "funding": [ { "type": "opencollective", @@ -7323,7 +7323,8 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/cast-array": { "version": "1.0.1",