Skip to content

Commit 4a84738

Browse files
authored
Bump style-loader to 3.3.3 in viz-lib (#6286)
1 parent 2eed83b commit 4a84738

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

viz-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"npm-run-all": "^4.1.5",
6565
"prettier": "^1.19.1",
6666
"prop-types": "^15.7.2",
67-
"style-loader": "^1.1.4",
67+
"style-loader": "^3.3.3",
6868
"ts-migrate": "^0.1.35",
6969
"typescript": "^4.1.2",
7070
"webpack": "^5.88.2",

viz-lib/yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6834,7 +6834,7 @@ json5@^2.1.1:
68346834
dependencies:
68356835
minimist "^1.2.5"
68366836

6837-
json5@^2.1.2, json5@^2.2.2:
6837+
json5@^2.2.2:
68386838
version "2.2.3"
68396839
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
68406840
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -6983,15 +6983,6 @@ loader-utils@^1.2.3, loader-utils@^1.4.0:
69836983
emojis-list "^3.0.0"
69846984
json5 "^1.0.1"
69856985

6986-
loader-utils@^2.0.0:
6987-
version "2.0.4"
6988-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
6989-
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
6990-
dependencies:
6991-
big.js "^5.2.2"
6992-
emojis-list "^3.0.0"
6993-
json5 "^2.1.2"
6994-
69956986
locate-path@^3.0.0:
69966987
version "3.0.0"
69976988
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
@@ -9768,13 +9759,10 @@ strongly-connected-components@^1.0.1:
97689759
resolved "https://registry.yarnpkg.com/strongly-connected-components/-/strongly-connected-components-1.0.1.tgz#0920e2b4df67c8eaee96c6b6234fe29e873dba99"
97699760
integrity sha1-CSDitN9nyOrulsa2I0/inoc9upk=
97709761

9771-
style-loader@^1.1.4:
9772-
version "1.1.4"
9773-
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.1.4.tgz#1ad81283cefe51096756fd62697258edad933230"
9774-
integrity sha512-SbBHRD8fwK3pX+4UDF4ETxUF0+rCvk29LWTTI7Rt0cgsDjAj3SWM76ByTe6u2+4IlJ/WwluB7wuslWETCoPQdg==
9775-
dependencies:
9776-
loader-utils "^2.0.0"
9777-
schema-utils "^2.6.5"
9762+
style-loader@^3.3.3:
9763+
version "3.3.3"
9764+
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.3.tgz#bba8daac19930169c0c9c96706749a597ae3acff"
9765+
integrity sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==
97789766

97799767
supercluster@^7.0.0:
97809768
version "7.1.5"

0 commit comments

Comments
 (0)