Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit e322d36

Browse files
committed
fix(security): Update @babel/traverse
Fixing https://security.snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462
1 parent 33bde5a commit e322d36

File tree

14 files changed

+123
-197
lines changed

14 files changed

+123
-197
lines changed

choice/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"port": 9001,
66
"devDependencies": {
7-
"@babel/core": "7.23.2",
8-
"@babel/preset-react": "7.22.15",
9-
"@babel/preset-typescript": "7.23.2",
7+
"@babel/core": "^7.23.2",
8+
"@babel/preset-react": "^7.22.15",
9+
"@babel/preset-typescript": "^7.23.2",
1010
"@testing-library/dom": "^9.3.1",
1111
"@testing-library/jest-dom": "^6.0.0",
1212
"@testing-library/react": "^14.0.0",

common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "7.23.2",
19-
"@babel/preset-react": "7.22.15",
20-
"@babel/preset-typescript": "7.23.2",
18+
"@babel/core": "^7.23.2",
19+
"@babel/preset-react": "^7.22.15",
20+
"@babel/preset-typescript": "^7.23.2",
2121
"@testing-library/dom": "^9.3.1",
2222
"@testing-library/jest-dom": "^6.0.0",
2323
"@testing-library/react": "^14.0.0",

http/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"homepage": "https://kaotoio.github.io/http-step-extension",
66
"port": "9001",
77
"devDependencies": {
8-
"@babel/core": "7.23.2",
9-
"@babel/preset-react": "7.22.15",
10-
"@babel/preset-typescript": "7.23.2",
8+
"@babel/core": "^7.23.2",
9+
"@babel/preset-react": "^7.22.15",
10+
"@babel/preset-typescript": "^7.23.2",
1111
"@testing-library/dom": "^9.3.1",
1212
"@testing-library/jest-dom": "^6.0.0",
1313
"@testing-library/react": "^14.0.0",

load-balance/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"port": 9001,
66
"devDependencies": {
7-
"@babel/core": "7.23.2",
8-
"@babel/preset-react": "7.22.15",
9-
"@babel/preset-typescript": "7.23.2",
7+
"@babel/core": "^7.23.2",
8+
"@babel/preset-react": "^7.22.15",
9+
"@babel/preset-typescript": "^7.23.2",
1010
"@testing-library/dom": "^9.3.1",
1111
"@testing-library/jest-dom": "^6.0.0",
1212
"@testing-library/react": "^14.0.0",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
},
3434
"packageManager": "[email protected]",
3535
"resolutions": {
36+
"@babel/traverse": "7.23.2",
3637
"yaml@^2.2.2": "patch:yaml@npm%3A2.2.2#./.yarn/patches/yaml-npm-2.2.2-6e3cddb343.patch",
3738
"yaml@^1.10.0": "patch:yaml@npm%3A2.2.2#./.yarn/patches/yaml-npm-2.2.2-6e3cddb343.patch",
3839
"yaml@^1.10.2": "patch:yaml@npm%3A2.2.2#./.yarn/patches/yaml-npm-2.2.2-6e3cddb343.patch",

rest-dsl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"private": true,
55
"port": "9001",
66
"devDependencies": {
7-
"@babel/core": "7.23.2",
8-
"@babel/preset-env": "^7.22.5",
9-
"@babel/preset-react": "7.22.15",
10-
"@babel/preset-typescript": "7.23.2",
7+
"@babel/core": "^7.23.2",
8+
"@babel/preset-env": "^7.23.2",
9+
"@babel/preset-react": "^7.22.15",
10+
"@babel/preset-typescript": "^7.23.2",
1111
"@testing-library/jest-dom": "^6.0.0",
1212
"@testing-library/react": "^14.0.0",
1313
"@testing-library/user-event": "^14.4.3",

set-body/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"port": 9001,
66
"devDependencies": {
7-
"@babel/core": "7.23.2",
8-
"@babel/preset-react": "7.22.15",
9-
"@babel/preset-typescript": "7.23.2",
7+
"@babel/core": "^7.23.2",
8+
"@babel/preset-react": "^7.22.15",
9+
"@babel/preset-typescript": "^7.23.2",
1010
"@testing-library/dom": "^9.3.1",
1111
"@testing-library/jest-dom": "^6.0.0",
1212
"@testing-library/react": "^14.0.0",

set-header/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"port": 9001,
66
"devDependencies": {
7-
"@babel/core": "7.23.2",
8-
"@babel/preset-react": "7.22.15",
9-
"@babel/preset-typescript": "7.23.2",
7+
"@babel/core": "^7.23.2",
8+
"@babel/preset-react": "^7.22.15",
9+
"@babel/preset-typescript": "^7.23.2",
1010
"@testing-library/dom": "^9.3.1",
1111
"@testing-library/jest-dom": "^6.0.0",
1212
"@testing-library/react": "^14.0.0",

set-property/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"port": 9001,
66
"devDependencies": {
7-
"@babel/core": "7.23.2",
8-
"@babel/preset-react": "7.22.15",
9-
"@babel/preset-typescript": "7.23.2",
7+
"@babel/core": "^7.23.2",
8+
"@babel/preset-react": "^7.22.15",
9+
"@babel/preset-typescript": "^7.23.2",
1010
"@testing-library/dom": "^9.3.1",
1111
"@testing-library/jest-dom": "^6.0.0",
1212
"@testing-library/react": "^14.0.0",

sort/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"homepage": "https://kaotoio.github.io/step-extension-repository",
66
"port": 3002,
77
"devDependencies": {
8-
"@babel/core": "7.23.2",
9-
"@babel/preset-react": "7.22.15",
10-
"@babel/preset-typescript": "7.23.2",
8+
"@babel/core": "^7.23.2",
9+
"@babel/preset-react": "^7.22.15",
10+
"@babel/preset-typescript": "^7.23.2",
1111
"@testing-library/dom": "^9.3.1",
1212
"@testing-library/jest-dom": "^6.0.0",
1313
"@testing-library/react": "^14.0.0",

0 commit comments

Comments
 (0)