Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into docs/fix-input-type-knob
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Feb 7, 2022
2 parents d6ee05b + 2367bf5 commit 0afb6cf
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
Binary file removed .yarn/offline-mirror/http-server-14.0.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/http-server-14.1.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"http-server": "~14.0.0",
"http-server": "~14.1.0",
"husky": "^4.3.8",
"is-plain-obj": "^2.1.0",
"is-port-reachable": "^3.1.0",
Expand All @@ -217,7 +217,7 @@
"karma-webpack": "^5.0.0",
"lint-staged": "^12.0.0",
"magic-string": "~0.25.7",
"mini-css-extract-plugin": "~2.4.0",
"mini-css-extract-plugin": "~2.5.0",
"mkdirp": "~1.0.0",
"morgan": "^1.8.0",
"null-loader": "^4.0.0",
Expand Down
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"extends": ["config:base", ":maintainLockFilesWeekly", ":preserveSemverRanges", "schedule:weekends", ":noUnscheduledUpdates"],
"rangeStrategy": "replace"
"packageRules": [
{
"matchUpdateTypes": ["major"],
"enabled": false
}
],
"rangeStrategy": "replace",
"vulnerabilityAlerts": {
"enabled": true
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10853,13 +10853,13 @@ http-proxy@^1.17.0, http-proxy@^1.18.1:
follow-redirects "^1.0.0"
requires-port "^1.0.0"

http-server@~14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/http-server/-/http-server-14.0.0.tgz#bd214952a60b93ce8ca9bbe8ba181faf7f9821b0"
integrity sha512-XTePIXAo5x72bI8SlKFSqsg7UuSHwsOa4+RJIe56YeMUvfTvGDy7TxFkTEhfIRmM/Dnf6x29ut541ythSBZdkQ==
http-server@~14.1.0:
version "14.1.0"
resolved "https://registry.yarnpkg.com/http-server/-/http-server-14.1.0.tgz#51d43e03cdbb94f328b24821cad2cefc6c6a2eed"
integrity sha512-5lYsIcZtf6pdR8tCtzAHTWrAveo4liUlJdWc7YafwK/maPgYHs+VNP6KpCClmUnSorJrARVMXqtT055zBv11Yg==
dependencies:
basic-auth "^2.0.1"
colors "^1.4.0"
chalk "^4.1.2"
corser "^2.0.1"
he "^1.2.0"
html-encoding-sniffer "^3.0.0"
Expand Down Expand Up @@ -13994,10 +13994,10 @@ [email protected]:
schema-utils "^3.0.0"
webpack-sources "^1.1.0"

mini-css-extract-plugin@~2.4.0:
version "2.4.5"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.5.tgz#191d6c170226037212c483af1180b4010b7b9eef"
integrity sha512-oEIhRucyn1JbT/1tU2BhnwO6ft1jjH1iCX9Gc59WFMg0n5773rQU0oyQ0zzeYFFuBfONaRbQJyGoPtuNseMxjA==
mini-css-extract-plugin@~2.5.0:
version "2.5.3"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.3.tgz#c5c79f9b22ce9b4f164e9492267358dbe35376d9"
integrity sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==
dependencies:
schema-utils "^4.0.0"

Expand Down

0 comments on commit 0afb6cf

Please sign in to comment.