From c866103203575c193fdfb3095b55a8c3a83f2073 Mon Sep 17 00:00:00 2001 From: Gusted Date: Thu, 28 Jul 2022 11:33:13 +0200 Subject: [PATCH] Update mCaptcha-glue --- package-lock.json | 14 +++++++------- package.json | 8 ++------ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index e92fde3324f45..52bcfae940f3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "MIT", "dependencies": { "@claviska/jquery-minicolors": "2.3.6", - "@mcaptcha/vanilla-glue": "0.1.0-alpha-1", + "@mcaptcha/vanilla-glue": "0.1.0-alpha-2", "@primer/octicons": "17.3.0", "add-asset-webpack-plugin": "2.0.1", "css-loader": "6.7.1", @@ -1660,9 +1660,9 @@ ] }, "node_modules/@mcaptcha/vanilla-glue": { - "version": "0.1.0-alpha-1", - "resolved": "https://registry.npmjs.org/@mcaptcha/vanilla-glue/-/vanilla-glue-0.1.0-alpha-1.tgz", - "integrity": "sha512-GHPjUpqdgk9DquGnGYGDQertcwMENKUc4yr/Q3M7WzL6rPBs6JMCVdDHV22RGTxk3xBM19fGuDQ8GOyNauQ3hg==", + "version": "0.1.0-alpha-2", + "resolved": "https://registry.npmjs.org/@mcaptcha/vanilla-glue/-/vanilla-glue-0.1.0-alpha-2.tgz", + "integrity": "sha512-cQOg3EIhdjk1xoZtjD9SVPwQAnd49FCvHKchwFZZuhdNTeFs7SUHynOCekuGow2Ip0RJZuMZGcRxvWMgd0ogng==", "funding": [ { "type": "individual", @@ -13848,9 +13848,9 @@ "integrity": "sha512-avphBVgf3PPDWuUoDsB2qiXAss2pc00lUILswJaMQofr8FQyflzkhha8H2Z+qGFiX0Iib/yyP2TOtBDbHqE9Tg==" }, "@mcaptcha/vanilla-glue": { - "version": "0.1.0-alpha-1", - "resolved": "https://registry.npmjs.org/@mcaptcha/vanilla-glue/-/vanilla-glue-0.1.0-alpha-1.tgz", - "integrity": "sha512-GHPjUpqdgk9DquGnGYGDQertcwMENKUc4yr/Q3M7WzL6rPBs6JMCVdDHV22RGTxk3xBM19fGuDQ8GOyNauQ3hg==", + "version": "0.1.0-alpha-2", + "resolved": "https://registry.npmjs.org/@mcaptcha/vanilla-glue/-/vanilla-glue-0.1.0-alpha-2.tgz", + "integrity": "sha512-cQOg3EIhdjk1xoZtjD9SVPwQAnd49FCvHKchwFZZuhdNTeFs7SUHynOCekuGow2Ip0RJZuMZGcRxvWMgd0ogng==", "requires": { "@mcaptcha/core-glue": "^0.1.0-alpha-3" } diff --git a/package.json b/package.json index 361aafe7d91a4..40d7c51109e97 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@claviska/jquery-minicolors": "2.3.6", - "@mcaptcha/vanilla-glue": "0.1.0-alpha-1", + "@mcaptcha/vanilla-glue": "0.1.0-alpha-2", "@primer/octicons": "17.3.0", "add-asset-webpack-plugin": "2.0.1", "css-loader": "6.7.1", @@ -62,9 +62,5 @@ "svgo": "2.8.0", "updates": "13.1.2" }, - "browserslist": [ - "defaults", - "not ie > 0", - "not ie_mob > 0" - ] + "browserslist": ["defaults", "not ie > 0", "not ie_mob > 0"] }