Skip to content

Commit 6a90b01

Browse files
authoredJun 21, 2022
chore: bump json-schema from 0.2.3 to 0.4.0 (#355)
Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0. - [Release notes](https://github.com/kriszyp/json-schema/releases) - [Commits](kriszyp/json-schema@v0.2.3...v0.4.0) --- updated-dependencies: - dependency-name: json-schema dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d54041 commit 6a90b01

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed
 

‎yarn.lock

+7-27
Original file line numberDiff line numberDiff line change
@@ -3753,22 +3753,7 @@ ansi-html-community@0.0.8:
37533753
resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41"
37543754
integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==
37553755

3756-
ansi-regex@^2.0.0:
3757-
version "2.1.1"
3758-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
3759-
integrity sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==
3760-
3761-
ansi-regex@^3.0.0:
3762-
version "3.0.1"
3763-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1"
3764-
integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==
3765-
3766-
ansi-regex@^4.1.0:
3767-
version "4.1.1"
3768-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed"
3769-
integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==
3770-
3771-
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
3756+
ansi-regex@^2.0.0, ansi-regex@^3.0.0, ansi-regex@^4.1.0, ansi-regex@^5.0.0, ansi-regex@^5.0.1:
37723757
version "5.0.1"
37733758
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
37743759
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
@@ -7100,16 +7085,11 @@ hash.js@^1.0.0, hash.js@^1.0.3:
71007085
inherits "^2.0.3"
71017086
minimalistic-assert "^1.0.1"
71027087

7103-
highlight.js@^10.0.0:
7088+
highlight.js@^10.0.0, highlight.js@^10.4.1, highlight.js@^9.15.6:
71047089
version "10.7.3"
71057090
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531"
71067091
integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==
71077092

7108-
highlight.js@^9.15.6:
7109-
version "9.18.5"
7110-
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.5.tgz#d18a359867f378c138d6819edfc2a8acd5f29825"
7111-
integrity sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==
7112-
71137093
highlight.js@~10.4.0:
71147094
version "10.4.1"
71157095
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.4.1.tgz#d48fbcf4a9971c4361b3f95f302747afe19dbad0"
@@ -8013,10 +7993,10 @@ json-schema-traverse@^0.4.1:
80137993
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
80147994
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
80157995

8016-
json-schema@0.2.3:
8017-
version "0.2.3"
8018-
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
8019-
integrity sha512-a3xHnILGMtk+hDOqNwHzF6e2fNbiMrXZvxKQiEv2MlgQP+pjIOzqAmKYD2mDpXYE/44M7g+n9p2bKkYWDUcXCQ==
7996+
json-schema@0.2.3, json-schema@^0.4.0:
7997+
version "0.4.0"
7998+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
7999+
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
80208000

80218001
json-source-map@^0.6.1:
80228002
version "0.6.1"
@@ -11920,7 +11900,7 @@ trim-newlines@^3.0.0:
1192011900
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1192111901
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
1192211902

11923-
trim-off-newlines@^1.0.1:
11903+
trim-off-newlines@^1.0.1, trim-off-newlines@^1.0.3:
1192411904
version "1.0.3"
1192511905
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.3.tgz#8df24847fcb821b0ab27d58ab6efec9f2fe961a1"
1192611906
integrity sha512-kh6Tu6GbeSNMGfrrZh6Bb/4ZEHV1QlB4xNDBeog8Y9/QwFlKTRyWvY3Fs9tRDAMZliVUwieMgEdIeL/FtqjkJg==

1 commit comments

Comments
 (1)

vercel[bot] commented on Jun 21, 2022

@vercel[bot]

Successfully deployed to the following URLs:

lumos-website – ./

lumos-website-cryptape.vercel.app
lumos-website-git-develop-cryptape.vercel.app
lumos-website.vercel.app

Please sign in to comment.