Skip to content

Commit

Permalink
Pin dependencies (#19905)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent c47c6e3 commit b982884
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@webcomponents/webcomponentsjs": "2.8.0",
"app-datepicker": "5.1.1",
"chart.js": "4.4.1",
"color-name": "~2.0.0",
"color-name": "2.0.0",
"comlink": "4.4.1",
"core-js": "3.36.0",
"cropperjs": "1.6.1",
Expand Down Expand Up @@ -171,7 +171,7 @@
"@types/babel__plugin-transform-runtime": "7.9.5",
"@types/chromecast-caf-receiver": "6.0.13",
"@types/chromecast-caf-sender": "1.0.8",
"@types/color-name": "^1",
"@types/color-name": "1.1.3",
"@types/glob": "8.1.0",
"@types/html-minifier-terser": "7.0.2",
"@types/js-yaml": "4.0.9",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4003,7 +4003,7 @@ __metadata:
languageName: node
linkType: hard

"@types/color-name@npm:^1":
"@types/color-name@npm:1.1.3":
version: 1.1.3
resolution: "@types/color-name@npm:1.1.3"
checksum: 10/9060d16d0bce2cdf562d6da54e18c5f23e80308ccb58b725b9173a028818f27d8e01c8a5cd96952e76f11145a7388ed7d2f450fb4652f4760383834f2e698263
Expand Down Expand Up @@ -6751,20 +6751,20 @@ __metadata:
languageName: node
linkType: hard

"color-name@npm:2.0.0":
version: 2.0.0
resolution: "color-name@npm:2.0.0"
checksum: 10/10a1addae41de2987d6b90dbd3cfade266c2e6f680ce21749911df4493b4fae07654862c6b5358bdd13e155461acb4eedaa5e0ba172bf13542cdcca10866cf2b
languageName: node
linkType: hard

"color-name@npm:~1.1.4":
version: 1.1.4
resolution: "color-name@npm:1.1.4"
checksum: 10/b0445859521eb4021cd0fb0cc1a75cecf67fceecae89b63f62b201cca8d345baf8b952c966862a9d9a2632987d4f6581f0ec8d957dfacece86f0a7919316f610
languageName: node
linkType: hard

"color-name@npm:~2.0.0":
version: 2.0.0
resolution: "color-name@npm:2.0.0"
checksum: 10/10a1addae41de2987d6b90dbd3cfade266c2e6f680ce21749911df4493b4fae07654862c6b5358bdd13e155461acb4eedaa5e0ba172bf13542cdcca10866cf2b
languageName: node
linkType: hard

"color-support@npm:^1.1.3":
version: 1.1.3
resolution: "color-support@npm:1.1.3"
Expand Down Expand Up @@ -9619,7 +9619,7 @@ __metadata:
"@types/babel__plugin-transform-runtime": "npm:7.9.5"
"@types/chromecast-caf-receiver": "npm:6.0.13"
"@types/chromecast-caf-sender": "npm:1.0.8"
"@types/color-name": "npm:^1"
"@types/color-name": "npm:1.1.3"
"@types/glob": "npm:8.1.0"
"@types/html-minifier-terser": "npm:7.0.2"
"@types/js-yaml": "npm:4.0.9"
Expand Down Expand Up @@ -9650,7 +9650,7 @@ __metadata:
babel-plugin-template-html-minifier: "npm:4.1.0"
chai: "npm:5.1.0"
chart.js: "npm:4.4.1"
color-name: "npm:~2.0.0"
color-name: "npm:2.0.0"
comlink: "npm:4.4.1"
core-js: "npm:3.36.0"
cropperjs: "npm:1.6.1"
Expand Down

0 comments on commit b982884

Please sign in to comment.