Skip to content

Commit f7a0fde

Browse files
upd: upgrade dependencies to fix security issues (#211) (#212)
1 parent 725f79f commit f7a0fde

File tree

5 files changed

+1631
-1795
lines changed

5 files changed

+1631
-1795
lines changed

.github/workflows/publish_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 16.15.0
14+
node-version: 18.19.1
1515
registry-url: https://registry.npmjs.org/
1616
- run: yarn install
1717
- run: yarn compile

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
testing:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v2
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 16.15.0
12+
node-version: 18.19.1
1313
- run: yarn install
1414
- run: yarn test

dist/components/panel/graph_selection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var _material = require("@mui/material");
1616
var _curve = require("../../actions/curve");
1717
var _list_layout = require("../../constants/list_layout");
1818
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
19-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
19+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
2020
/* eslint-disable react/function-component-definition, function-paren-newline,
2121
react/require-default-props, react/no-unused-prop-types */
2222

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@complat/react-spectra-editor",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "An editor to View and Edit Chemical Spectra data (NMR, IR and MS, CV, UIVIS, XRD).",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/ComPlat/react-spectra-editor"
88
},
99
"license": "AGPL-3.0",
1010
"dependencies": {
11-
"@complat/react-svg-file-zoom-pan": "1.1.3",
11+
"@complat/react-svg-file-zoom-pan": "1.1.4",
1212
"@emotion/react": "^11.11.1",
1313
"@emotion/styled": "^11.11.0",
1414
"@mdi/js": "^7.2.96",

0 commit comments

Comments
 (0)