From 6023f0d3b0d4f336237982047151ae8f2f014e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 06:01:04 +0000 Subject: [PATCH] build(deps): bump react-native-web from 0.19.4 to 0.19.9 Bumps [react-native-web](https://github.com/necolas/react-native-web) from 0.19.4 to 0.19.9. - [Release notes](https://github.com/necolas/react-native-web/releases) - [Commits](https://github.com/necolas/react-native-web/compare/0.19.4...0.19.9) --- updated-dependencies: - dependency-name: react-native-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++--------------------- package.json | 2 +- 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfa1ce1..4e31e55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-native-reanimated": "~3.1.0", "react-native-safe-area-context": "4.6.0", "react-native-screens": "~3.23.0", - "react-native-web": "~0.19.4" + "react-native-web": "~0.19.9" }, "devDependencies": { "@babel/core": "^7.22.19", @@ -12625,11 +12625,6 @@ "url": "https://github.com/sponsors/antelle" } }, - "node_modules/normalize-css-color": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/normalize-css-color/-/normalize-css-color-1.0.2.tgz", - "integrity": "sha512-jPJ/V7Cp1UytdidsPqviKEElFQJs22hUUgK5BOPHTwOonNCk7/2qOxhhqzEajmFrWJowADFfOFh1V+aWkRfy+w==" - }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", @@ -13887,18 +13882,18 @@ } }, "node_modules/react-native-web": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/react-native-web/-/react-native-web-0.19.4.tgz", - "integrity": "sha512-laZjyzpTmsuuifAKTujp+VQRBA2ZcWga6MpxIw72QmeR/3spILNy4m/fdnCyO4E9UKH3d6vNMWbatZK3Nr6F+w==", + "version": "0.19.9", + "resolved": "https://registry.npmjs.org/react-native-web/-/react-native-web-0.19.9.tgz", + "integrity": "sha512-m69arZbS6FV+BNSKE6R/NQwUX+CzxCkYM7AJlSLlS8dz3BDzlaxG8Bzqtzv/r3r1YFowhnZLBXVKIwovKDw49g==", "dependencies": { "@babel/runtime": "^7.18.6", + "@react-native/normalize-color": "^2.1.0", "fbjs": "^3.0.4", "inline-style-prefixer": "^6.0.1", "memoize-one": "^6.0.0", - "normalize-css-color": "^1.0.2", "nullthrows": "^1.1.1", "postcss-value-parser": "^4.2.0", - "styleq": "^0.1.2" + "styleq": "^0.1.3" }, "peerDependencies": { "react": "^18.0.0", @@ -25787,11 +25782,6 @@ "resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz", "integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==" }, - "normalize-css-color": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/normalize-css-color/-/normalize-css-color-1.0.2.tgz", - "integrity": "sha512-jPJ/V7Cp1UytdidsPqviKEElFQJs22hUUgK5BOPHTwOonNCk7/2qOxhhqzEajmFrWJowADFfOFh1V+aWkRfy+w==" - }, "normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", @@ -26768,18 +26758,18 @@ } }, "react-native-web": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/react-native-web/-/react-native-web-0.19.4.tgz", - "integrity": "sha512-laZjyzpTmsuuifAKTujp+VQRBA2ZcWga6MpxIw72QmeR/3spILNy4m/fdnCyO4E9UKH3d6vNMWbatZK3Nr6F+w==", + "version": "0.19.9", + "resolved": "https://registry.npmjs.org/react-native-web/-/react-native-web-0.19.9.tgz", + "integrity": "sha512-m69arZbS6FV+BNSKE6R/NQwUX+CzxCkYM7AJlSLlS8dz3BDzlaxG8Bzqtzv/r3r1YFowhnZLBXVKIwovKDw49g==", "requires": { "@babel/runtime": "^7.18.6", + "@react-native/normalize-color": "^2.1.0", "fbjs": "^3.0.4", "inline-style-prefixer": "^6.0.1", "memoize-one": "^6.0.0", - "normalize-css-color": "^1.0.2", "nullthrows": "^1.1.1", "postcss-value-parser": "^4.2.0", - "styleq": "^0.1.2" + "styleq": "^0.1.3" }, "dependencies": { "memoize-one": { diff --git a/package.json b/package.json index d55caeb..4f0844f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-native-reanimated": "~3.1.0", "react-native-safe-area-context": "4.6.0", "react-native-screens": "~3.23.0", - "react-native-web": "~0.19.4" + "react-native-web": "~0.19.9" }, "devDependencies": { "@babel/core": "^7.22.19",