From 83bdd355a683c6b752346eba63af1ecb6293982e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:41:54 +0000 Subject: [PATCH] build(deps): bump @stylable/runtime from 5.15.1 to 5.15.2 Bumps [@stylable/runtime](https://github.com/wix/stylable) from 5.15.1 to 5.15.2. - [Release notes](https://github.com/wix/stylable/releases) - [Commits](https://github.com/wix/stylable/compare/v5.15.1...v5.15.2) --- updated-dependencies: - dependency-name: "@stylable/runtime" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e94279d..1bd0b06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "potato-bruce", "version": "0.1.0", "dependencies": { - "@stylable/runtime": "^5.15.1", + "@stylable/runtime": "^5.15.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -515,9 +515,9 @@ } }, "node_modules/@stylable/runtime": { - "version": "5.15.1", - "resolved": "https://registry.npmjs.org/@stylable/runtime/-/runtime-5.15.1.tgz", - "integrity": "sha512-xHgB6FfFFblScSHqZQoUYtIlMnNWC/6nkjq+8+WPFW+mcT51kCOvuqJ/CD2w0dDeDse2u1+pVKD+P7qB1gF5yw==", + "version": "5.15.2", + "resolved": "https://registry.npmjs.org/@stylable/runtime/-/runtime-5.15.2.tgz", + "integrity": "sha512-YbAhX8ckOOrxbUOpJy3mH/VF7UTC07Y1/Dh5YuH9UTE22OBUQ7oV24NtY82+adXgAuL8mCt3wbcd3rdVDbyp3A==", "engines": { "node": ">=14.14.0" } @@ -8855,9 +8855,9 @@ } }, "@stylable/runtime": { - "version": "5.15.1", - "resolved": "https://registry.npmjs.org/@stylable/runtime/-/runtime-5.15.1.tgz", - "integrity": "sha512-xHgB6FfFFblScSHqZQoUYtIlMnNWC/6nkjq+8+WPFW+mcT51kCOvuqJ/CD2w0dDeDse2u1+pVKD+P7qB1gF5yw==" + "version": "5.15.2", + "resolved": "https://registry.npmjs.org/@stylable/runtime/-/runtime-5.15.2.tgz", + "integrity": "sha512-YbAhX8ckOOrxbUOpJy3mH/VF7UTC07Y1/Dh5YuH9UTE22OBUQ7oV24NtY82+adXgAuL8mCt3wbcd3rdVDbyp3A==" }, "@stylable/webpack-plugin": { "version": "5.15.1", diff --git a/package.json b/package.json index d9b501e..54b1694 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "deploy": "ncp ./CNAME ./dist/CNAME && gh-pages -d ./dist" }, "dependencies": { - "@stylable/runtime": "^5.15.1", + "@stylable/runtime": "^5.15.2", "react": "^18.2.0", "react-dom": "^18.2.0" },