From 928b95895bd7cb7247191278aff5d144db08b20b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:38:28 +0000 Subject: [PATCH] build(deps): Bump chevrotain from 11.0.2 to 11.0.3 Bumps [chevrotain](https://github.com/Chevrotain/chevrotain) from 11.0.2 to 11.0.3. - [Release notes](https://github.com/Chevrotain/chevrotain/releases) - [Commits](https://github.com/Chevrotain/chevrotain/compare/v11.0.2...v11.0.3) --- updated-dependencies: - dependency-name: chevrotain dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 110 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9241a2f2d..b511a25f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "chalk": "^5.3.0", - "chevrotain": "^11.0.2", + "chevrotain": "^11.0.3", "commander": "^11.0.0", "glob": "^10.3.3", "langium": "^1.2.1", @@ -81,38 +81,38 @@ "dev": true }, "node_modules/@chevrotain/cst-dts-gen": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.2.tgz", - "integrity": "sha512-thr6e9rb/v+7uzRDezhH2hjzrlZH6B7oauZka5Ks+8i/1uMaDsz4HtC+USO+wevf9L0qo9n1L8yjFEvpRPMcLw==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.3.tgz", + "integrity": "sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==", "dependencies": { - "@chevrotain/gast": "11.0.2", - "@chevrotain/types": "11.0.2", + "@chevrotain/gast": "11.0.3", + "@chevrotain/types": "11.0.3", "lodash-es": "4.17.21" } }, "node_modules/@chevrotain/gast": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@chevrotain/gast/-/gast-11.0.2.tgz", - "integrity": "sha512-TuYPcVX0KLFpLJPUH1zl4I3KNtmulax62R98jLyJbjUFM+0hPQvGqEtbR3Z8J6kODTCRiySSw8mRY67VdbrJ0g==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/gast/-/gast-11.0.3.tgz", + "integrity": "sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==", "dependencies": { - "@chevrotain/types": "11.0.2", + "@chevrotain/types": "11.0.3", "lodash-es": "4.17.21" } }, "node_modules/@chevrotain/regexp-to-ast": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.2.tgz", - "integrity": "sha512-VHVOLvRTehE1QMVRlRdhZkz8m/mmLOguaulbpDt100PH0/5Igod91wlQ8OljYYBMr/PoUGhW2piJxQv/FCawfA==" + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.3.tgz", + "integrity": "sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==" }, "node_modules/@chevrotain/types": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-11.0.2.tgz", - "integrity": "sha512-b7zJ8avGLtf4abOf1Lb7GwisyElybATnulfOFBk14IDqwz3o9mjVsz8OlmEYBi/NQSHNbYXePPzHU15WWDs3LA==" + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-11.0.3.tgz", + "integrity": "sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==" }, "node_modules/@chevrotain/utils": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-11.0.2.tgz", - "integrity": "sha512-xrpSVsW8NgJoP02UhumJgvJMc4aKvPZZmEl0DAGEfqawp98LQcwXfk1oCEwm1xIYNlotlTa/BxEBffrcFlgHaA==" + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-11.0.3.tgz", + "integrity": "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==" }, "node_modules/@esbuild/android-arm": { "version": "0.18.20", @@ -1499,15 +1499,15 @@ } }, "node_modules/chevrotain": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-11.0.2.tgz", - "integrity": "sha512-kQAQeRduf3SpiA8hFX5TtJc2fWKzg7R3oy9o03R6xgJRlCCD38y80jujcMVYyr+AzOsejyCdFq83vkZ91Yw4tA==", - "dependencies": { - "@chevrotain/cst-dts-gen": "11.0.2", - "@chevrotain/gast": "11.0.2", - "@chevrotain/regexp-to-ast": "11.0.2", - "@chevrotain/types": "11.0.2", - "@chevrotain/utils": "11.0.2", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-11.0.3.tgz", + "integrity": "sha512-ci2iJH6LeIkvP9eJW6gpueU8cnZhv85ELY8w8WiFtNjMHA5ad6pQLaJo9mEly/9qUyCpvqX8/POVUTf18/HFdw==", + "dependencies": { + "@chevrotain/cst-dts-gen": "11.0.3", + "@chevrotain/gast": "11.0.3", + "@chevrotain/regexp-to-ast": "11.0.3", + "@chevrotain/types": "11.0.3", + "@chevrotain/utils": "11.0.3", "lodash-es": "4.17.21" } }, @@ -5465,38 +5465,38 @@ "dev": true }, "@chevrotain/cst-dts-gen": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.2.tgz", - "integrity": "sha512-thr6e9rb/v+7uzRDezhH2hjzrlZH6B7oauZka5Ks+8i/1uMaDsz4HtC+USO+wevf9L0qo9n1L8yjFEvpRPMcLw==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.3.tgz", + "integrity": "sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==", "requires": { - "@chevrotain/gast": "11.0.2", - "@chevrotain/types": "11.0.2", + "@chevrotain/gast": "11.0.3", + "@chevrotain/types": "11.0.3", "lodash-es": "4.17.21" } }, "@chevrotain/gast": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@chevrotain/gast/-/gast-11.0.2.tgz", - "integrity": "sha512-TuYPcVX0KLFpLJPUH1zl4I3KNtmulax62R98jLyJbjUFM+0hPQvGqEtbR3Z8J6kODTCRiySSw8mRY67VdbrJ0g==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/gast/-/gast-11.0.3.tgz", + "integrity": "sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==", "requires": { - "@chevrotain/types": "11.0.2", + "@chevrotain/types": "11.0.3", "lodash-es": "4.17.21" } }, "@chevrotain/regexp-to-ast": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.2.tgz", - "integrity": "sha512-VHVOLvRTehE1QMVRlRdhZkz8m/mmLOguaulbpDt100PH0/5Igod91wlQ8OljYYBMr/PoUGhW2piJxQv/FCawfA==" + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.3.tgz", + "integrity": "sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==" }, "@chevrotain/types": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-11.0.2.tgz", - "integrity": "sha512-b7zJ8avGLtf4abOf1Lb7GwisyElybATnulfOFBk14IDqwz3o9mjVsz8OlmEYBi/NQSHNbYXePPzHU15WWDs3LA==" + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-11.0.3.tgz", + "integrity": "sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==" }, "@chevrotain/utils": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-11.0.2.tgz", - "integrity": "sha512-xrpSVsW8NgJoP02UhumJgvJMc4aKvPZZmEl0DAGEfqawp98LQcwXfk1oCEwm1xIYNlotlTa/BxEBffrcFlgHaA==" + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-11.0.3.tgz", + "integrity": "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==" }, "@esbuild/android-arm": { "version": "0.18.20", @@ -6394,15 +6394,15 @@ "dev": true }, "chevrotain": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-11.0.2.tgz", - "integrity": "sha512-kQAQeRduf3SpiA8hFX5TtJc2fWKzg7R3oy9o03R6xgJRlCCD38y80jujcMVYyr+AzOsejyCdFq83vkZ91Yw4tA==", - "requires": { - "@chevrotain/cst-dts-gen": "11.0.2", - "@chevrotain/gast": "11.0.2", - "@chevrotain/regexp-to-ast": "11.0.2", - "@chevrotain/types": "11.0.2", - "@chevrotain/utils": "11.0.2", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-11.0.3.tgz", + "integrity": "sha512-ci2iJH6LeIkvP9eJW6gpueU8cnZhv85ELY8w8WiFtNjMHA5ad6pQLaJo9mEly/9qUyCpvqX8/POVUTf18/HFdw==", + "requires": { + "@chevrotain/cst-dts-gen": "11.0.3", + "@chevrotain/gast": "11.0.3", + "@chevrotain/regexp-to-ast": "11.0.3", + "@chevrotain/types": "11.0.3", + "@chevrotain/utils": "11.0.3", "lodash-es": "4.17.21" } }, diff --git a/package.json b/package.json index ba50d02e4..5336740c0 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "chalk": "^5.3.0", - "chevrotain": "^11.0.2", + "chevrotain": "^11.0.3", "commander": "^11.0.0", "glob": "^10.3.3", "langium": "^1.2.1",