Skip to content

Commit 287303d

Browse files
chore(deps): update babel monorepo to v7.22.5
1 parent f97bc2e commit 287303d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "root",
33
"private": true,
44
"devDependencies": {
5-
"@babel/core": "7.17.8",
6-
"@babel/preset-env": "7.16.11",
7-
"@babel/preset-typescript": "7.16.7",
5+
"@babel/core": "7.22.5",
6+
"@babel/preset-env": "7.22.5",
7+
"@babel/preset-typescript": "7.22.5",
88
"@types/cbor": "5.0.1",
99
"@types/is-url": "1.2.30",
1010
"@types/jest": "25.2.3",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"url": "https://github.com/adenvt/webauthn-lib/issues"
4343
},
4444
"devDependencies": {
45-
"@babel/plugin-transform-runtime": "7.17.0",
45+
"@babel/plugin-transform-runtime": "7.22.5",
4646
"@rollup/plugin-babel": "5.3.1",
4747
"@rollup/plugin-commonjs": "21.0.2",
4848
"@rollup/plugin-node-resolve": "13.1.3",

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"rasha": "^1.2.5"
5252
},
5353
"devDependencies": {
54-
"@babel/cli": "7.17.6",
55-
"@babel/core": "7.17.8"
54+
"@babel/cli": "7.22.5",
55+
"@babel/core": "7.22.5"
5656
}
5757
}

0 commit comments

Comments
 (0)