Skip to content

Commit 9124aaf

Browse files
authored
misc: update deps for security (#1786)
* misc: update deps for security * misc: fix build error
1 parent 6524e3f commit 9124aaf

8 files changed

Lines changed: 659 additions & 474 deletions

File tree

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,18 @@
3333
},
3434
"devDependencies": {
3535
"@ringcentral-integration/babel-settings": "*",
36-
"@testing-library/jest-dom": "^6.1.6",
37-
"commitizen": "^4.2.4",
36+
"@testing-library/jest-dom": "^6.9.1",
37+
"@types/fs-extra": "^11.0.4",
38+
"@types/glob": "^8.1.0",
39+
"@types/inquirer": "^6.5.0",
40+
"@types/node": "^20.11.0",
41+
"@types/through2": "^2.0.41",
42+
"commitizen": "^4.3.1",
3843
"core-js": "^3.9.1",
3944
"cz-conventional-changelog": "^2.1.0",
4045
"eslint-settings": "*",
41-
"typescript-plugin-css-modules": "^1.0.5",
42-
"ts-node": "^10.9.1",
46+
"typescript-plugin-css-modules": "^5.2.0",
47+
"ts-node": "^10.9.2",
4348
"typescript": "^5.5.2",
4449
"serialize-error": "^7.0.1"
4550
},

packages/locale-loader/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"compilerOptions": {
66
"outDir": "../../build/locale-loader",
77
"noEmit": false,
8-
"sourceMap": true
8+
"sourceMap": true,
9+
"types": ["node"]
910
}
1011
}

packages/ringcentral-integration/gulpfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import cp from 'child_process';
22
import path from 'path';
3-
import babelIstanbul from 'babel-istanbul';
43
import fs from 'fs-extra';
54
import gulp from 'gulp';
65
import babel from 'gulp-babel';
@@ -78,7 +77,6 @@ function preCoverage() {
7877
testSources.length === 2 &&
7978
(testSources[0] === './**/*.test.js' ||
8079
testSources[0] === './**/*.test.ts'),
81-
instrumenter: babelIstanbul.Instrumenter,
8280
}),
8381
)
8482
.pipe(istanbul.hookRequire());

packages/ringcentral-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/ramda": "^0.27.46",
7373
"assert": "^2.0.0",
7474
"babel-istanbul": "^0.12.1",
75-
"babelify": "^7.3.0",
75+
"babelify": "^10.0.0",
7676
"browserify": "^14.4.0",
7777
"browserify-zlib": "^0.2.0",
7878
"buffer": "^6.0.3",

packages/ringcentral-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"fetch-mock-jest": "^1.5.1",
2121
"isomorphic-fetch": "^2.2.1",
2222
"jest-websocket-mock": "^2.5.0",
23-
"json-schema-faker": "^0.5.0-rcv.40",
23+
"json-schema-faker": "^0.5.9",
2424
"openapi-types": "^9.3.0",
2525
"path-to-regexp": "^6.2.0",
2626
"ramda": "^0.28.0",

packages/ringcentral-widgets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"copy-to-clipboard": "^3.3.3",
3636
"dedent": "^0.7.0",
3737
"emoji-mart": "^5.2.2",
38-
"linkify-react": "^3.0.4",
39-
"linkifyjs": "^3.0.5",
38+
"linkify-react": "^4.3.2",
39+
"linkifyjs": "^4.3.2",
4040
"normalize.css": "^8.0.1",
4141
"prop-types": "^15.7.2",
4242
"ramda": "^0.28.0",

packages/test-utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"dependencies": {
2626
"@ringcentral-integration/babel-settings": "*",
2727
"@ringcentral-integration/crius": "*",
28+
"rxjs": "^7.8.0",
2829
"@ringcentral/juno": "^2.42.0",
2930
"@ringcentral/juno-icon": "^1.80.0",
3031
"@testing-library/jest-dom": "^6.1.6",

0 commit comments

Comments
 (0)