Skip to content

Commit

Permalink
Addressing CVE-2020-8203.
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
logue committed Jan 29, 2024
1 parent f8a7a82 commit 314eaf8
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 199 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ The dependent libraries [@thi.ng/colored-noise](https://www.jsdelivr.com/package

## License

©2019-2023 by Logue. Licensed under the [MIT License](LICENSE).
©2019-2024 by Logue. Licensed under the [MIT License](LICENSE).
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
/>
</head>

<body class="d-flex flex-column h-100 text-body bg-body">
<body class="d-flex flex-column h-100">
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="container-fluid d-flex justify-content-between">
<a class="navbar-brand" href="#">Reverb.js</a>
<button
Expand Down Expand Up @@ -156,7 +156,7 @@
</header>

<!-- Begin page content -->
<main role="main" class="flex-shrink-0">
<main role="main" class="flex-shrink-0 my-3">
<div class="container-fluid bg-body-tertiary p-5 mb-3">
<h1 class="display-5 fw-bold">Reverb.js Demo</h1>
<p class="fs-4">Refer to the console log for the values.</p>
Expand Down Expand Up @@ -502,10 +502,10 @@ <h3>Filter for Impulse response</h3>
</div>
</main>

<footer class="footer mt-auto py-3 bg-tertiary">
<footer class="footer mt-auto py-3 bg-body-tertiary">
<div class="container">
<address class="text-muted">
&copy; 2019-2023 by
&copy; 2019-2024 by
<a href="http://logue.dev/">Logue</a>
. Licensed under the
<a href="http://opensource.org/licenses/mit-license.php">
Expand All @@ -517,8 +517,8 @@ <h3>Filter for Impulse response</h3>
</footer>

<script
src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
<script type="module">
Expand Down
12 changes: 6 additions & 6 deletions localaudio.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
/>
</head>

<body class="d-flex flex-column h-100 text-body bg-body">
<body class="d-flex flex-column h-100">
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="container-fluid d-flex justify-content-between">
<a class="navbar-brand" href="#">Reverb.js</a>
<button
Expand Down Expand Up @@ -156,7 +156,7 @@
</header>

<!-- Begin page content -->
<main role="main" class="flex-shrink-0">
<main role="main" class="flex-shrink-0 my-3">
<div class="container-fluid bg-body-tertiary p-5 mb-3">
<h1 class="display-5 fw-bold">Reverb.js Local Audio Demo</h1>
<p class="fs-4">Play own audio file.</p>
Expand Down Expand Up @@ -507,7 +507,7 @@ <h3>Filter for Impulse response</h3>
<footer class="footer mt-auto py-3 bg-body-tertiary">
<div class="container">
<address class="text-muted">
&copy; 2019-2023 by
&copy; 2019-2024 by
<a href="http://logue.dev/">Logue</a>
. Licensed under the
<a href="http://opensource.org/licenses/mit-license.php">
Expand All @@ -519,8 +519,8 @@ <h3>Filter for Impulse response</h3>
</footer>

<script
src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
<script
Expand Down
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@logue/reverb",
"version": "1.3.6",
"version": "1.3.7",
"description": "JavaScript Reverb effect class",
"keywords": [
"webaudio",
Expand Down Expand Up @@ -59,36 +59,36 @@
"prepare": "husky install"
},
"dependencies": {
"@thi.ng/colored-noise": "^1.0.43",
"@thi.ng/transducers": "^8.8.18"
"@thi.ng/colored-noise": "^1.0.47",
"@thi.ng/transducers": "^8.8.22"
},
"devDependencies": {
"@tsconfig/node-lts": "^20.1.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@tsconfig/node-lts": "^20.1.1",
"@types/node": "^20.11.10",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"bootstrap": "^5.3.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-yaml": "^0.5.0",
"husky": "^8.0.3",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "latest",
"vite": "^5.0.10",
"vite": "^5.0.12",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.7.0"
"vite-plugin-dts": "^3.7.2"
},
"husky": {
"hooks": {
Expand All @@ -100,9 +100,10 @@
"*": "prettier -w -u"
},
"resolutions": {
"http-cache-semantics": "^4.1.1",
"json5": "^2.2.3",
"lodash": ">=4.17.21",
"postcss": "^8.4.31",
"semver": "^7.5.3",
"yaml": "^2.2.2"
"yaml": "^2.3.2"
}
}
}
Loading

0 comments on commit 314eaf8

Please sign in to comment.