Skip to content

Commit

Permalink
Merge pull request #1628 from blockchain-certificates/fix/cve
Browse files Browse the repository at this point in the history
Fix/CVE
  • Loading branch information
lemoustachiste authored Sep 27, 2024
2 parents 51a9930 + ea53d7b commit 794a80d
Show file tree
Hide file tree
Showing 41 changed files with 8,485 additions and 27,412 deletions.
9 changes: 9 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "stylelint-config-standard-scss",
"rules": {
"selector-class-pattern": null,
"scss/dollar-variable-pattern": null,
"no-invalid-position-at-import-rule": null,
"scss/load-no-partial-leading-underscore": null
}
}
44 changes: 24 additions & 20 deletions bundle-stats.html

Large diffs are not rendered by default.

35,688 changes: 8,394 additions & 27,294 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"main": "dist/main.js",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"@blockcerts/cert-verifier-js": "^6.13.2",
"@blockcerts/cert-verifier-js": "^6.14.1",
"@blockcerts/cert-verifier-js-v1-legacy": "^4.0.1",
"@polymer/lit-element": "0.5.1",
"@polymer/polymer": "3.5.1",
Expand Down Expand Up @@ -63,13 +63,14 @@
"jest-fetch-mock": "^3.0.3",
"karma-firefox-launcher": "^2.0.0",
"rimraf": "^5.0.5",
"rollup": "^4.6.1",
"rollup": "^4.22.4",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-serve": "^3.0.0",
"rollup-plugin-visualizer": "^5.9.2",
"sass-lint": "^1.13.1",
"semantic-release": "^22.0.12",
"sinon": "^17.0.1",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.3",
"wc-sass-render": "blockchain-certificates/wc-sass-render"
Expand All @@ -91,7 +92,7 @@
"styles:compile:watch": "sass-render ./src/components/**/*.scss -w",
"lint": "npm run lint:ts && npm run lint:styles",
"lint:ts": "eslint . --ext .ts",
"lint:styles": "sass-lint --verbose",
"lint:styles": "stylelint '**/*.scss'",
"semantic-release": "semantic-release",
"prepare": "husky install"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '../../../shared-styles/utils.a11y';

.buv-c-logo {
color: currentColor;
color: currentcolor;
text-decoration: none;
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.buv-c-download-link {
text-decoration: none;
color: currentColor;
color: currentcolor;
}

.buv-c-download-link--icon {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.buv-c-drag-and-drop__droparea {
z-index: 100;
background-color: rgba(0, 0, 0, .1);
background-color: rgb(0 0 0 / 10%);
display: none;
position: absolute;
top: 0;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import '../../../shared-styles/objects.link';
@import '../../../shared-styles/objects.text';

@import '../../../shared-styles/utils.a11y';
Loading

0 comments on commit 794a80d

Please sign in to comment.