Browse Source

fix(deps): update dependency styled-components to v6.1.17 (#3253)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 months ago
parent
commit
acbdede422
1 changed files with 9 additions and 9 deletions
  1. 9 9
      webview-ui/package-lock.json

+ 9 - 9
webview-ui/package-lock.json

@@ -20673,9 +20673,9 @@
 			}
 			}
 		},
 		},
 		"node_modules/styled-components": {
 		"node_modules/styled-components": {
-			"version": "6.1.14",
-			"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.14.tgz",
-			"integrity": "sha512-KtfwhU5jw7UoxdM0g6XU9VZQFV4do+KrM8idiVCH5h4v49W+3p3yMe0icYwJgZQZepa5DbH04Qv8P0/RdcLcgg==",
+			"version": "6.1.17",
+			"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.17.tgz",
+			"integrity": "sha512-97D7DwWanI7nN24v0D4SvbfjLE9656umNSJZkBkDIWL37aZqG/wRQ+Y9pWtXyBIM/NSfcBzHLErEsqHmJNSVUg==",
 			"license": "MIT",
 			"license": "MIT",
 			"dependencies": {
 			"dependencies": {
 				"@emotion/is-prop-valid": "1.2.2",
 				"@emotion/is-prop-valid": "1.2.2",
@@ -20683,7 +20683,7 @@
 				"@types/stylis": "4.2.5",
 				"@types/stylis": "4.2.5",
 				"css-to-react-native": "3.2.0",
 				"css-to-react-native": "3.2.0",
 				"csstype": "3.1.3",
 				"csstype": "3.1.3",
-				"postcss": "8.4.38",
+				"postcss": "8.4.49",
 				"shallowequal": "1.1.0",
 				"shallowequal": "1.1.0",
 				"stylis": "4.3.2",
 				"stylis": "4.3.2",
 				"tslib": "2.6.2"
 				"tslib": "2.6.2"
@@ -20701,9 +20701,9 @@
 			}
 			}
 		},
 		},
 		"node_modules/styled-components/node_modules/postcss": {
 		"node_modules/styled-components/node_modules/postcss": {
-			"version": "8.4.38",
-			"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
-			"integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
+			"version": "8.4.49",
+			"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
+			"integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
 			"funding": [
 			"funding": [
 				{
 				{
 					"type": "opencollective",
 					"type": "opencollective",
@@ -20721,8 +20721,8 @@
 			"license": "MIT",
 			"license": "MIT",
 			"dependencies": {
 			"dependencies": {
 				"nanoid": "^3.3.7",
 				"nanoid": "^3.3.7",
-				"picocolors": "^1.0.0",
-				"source-map-js": "^1.2.0"
+				"picocolors": "^1.1.1",
+				"source-map-js": "^1.2.1"
 			},
 			},
 			"engines": {
 			"engines": {
 				"node": "^10 || ^12 || >=14"
 				"node": "^10 || ^12 || >=14"