From 00226d047c06751353ba4b249e002834d9fe8cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 09:50:16 +0000 Subject: [PATCH] chore: bump @stoplight/spectral-ruleset-bundler from 1.6.2 to 1.6.3 Bumps [@stoplight/spectral-ruleset-bundler](https://github.com/stoplightio/spectral) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/stoplightio/spectral/releases) - [Changelog](https://github.com/stoplightio/spectral/blob/develop/CHANGELOG.md) - [Commits](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-bundler-1.6.2...@stoplight/spectral-ruleset-bundler-1.6.3) --- updated-dependencies: - dependency-name: "@stoplight/spectral-ruleset-bundler" dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9185e2188e..72eea22190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@stoplight/spectral-core": "^1.20.0", "@stoplight/spectral-functions": "^1.10.1", "@stoplight/spectral-ref-resolver": "^1.0.5", - "@stoplight/spectral-ruleset-bundler": "^1.6.2", + "@stoplight/spectral-ruleset-bundler": "^1.6.3", "apache-arrow": "^19.0.1", "dotenv": "^16.5.0", "eslint-plugin-jest": "^28.10.0", @@ -4558,9 +4558,10 @@ } }, "node_modules/@stoplight/spectral-ruleset-bundler": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-bundler/-/spectral-ruleset-bundler-1.6.2.tgz", - "integrity": "sha512-Tg7y/0e/6yY4hiebh9YLUGa/fHcgI6RyjfBcRGipYU7QDcJUn2UZYSzeC9hggMwT0UiRzdQlch0aEl7L4VL1GQ==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-bundler/-/spectral-ruleset-bundler-1.6.3.tgz", + "integrity": "sha512-AQFRO6OCKg8SZJUupnr3+OzI1LrMieDTEUHsYgmaRpNiDRPvzImE3bzM1KyQg99q58kTQyZ8kpr7sG8Lp94RRA==", + "license": "Apache-2.0", "dependencies": { "@rollup/plugin-commonjs": "~22.0.2", "@stoplight/path": "1.3.2", diff --git a/package.json b/package.json index 08600aa6a3..1cd465d1c0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@stoplight/spectral-core": "^1.20.0", "@stoplight/spectral-functions": "^1.10.1", "@stoplight/spectral-ref-resolver": "^1.0.5", - "@stoplight/spectral-ruleset-bundler": "^1.6.2", + "@stoplight/spectral-ruleset-bundler": "^1.6.3", "apache-arrow": "^19.0.1", "dotenv": "^16.5.0", "eslint-plugin-jest": "^28.10.0",