Skip to content

Commit

Permalink
Update Babel versions for security warning (microsoft#20474)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChumpChief authored Apr 4, 2024
1 parent 4af3ec2 commit 23c35c2
Show file tree
Hide file tree
Showing 4 changed files with 992 additions and 1,172 deletions.
17 changes: 3 additions & 14 deletions experimental/PropertyDDS/packages/property-binder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@babel/runtime": "^7.13.7",
"@fluid-experimental/property-changeset": "workspace:~",
"@fluid-experimental/property-dds": "workspace:~",
"@fluid-experimental/property-properties": "workspace:~",
Expand All @@ -87,11 +86,9 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.3",
"@babel/core": "^7.13.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-decorators": "^7.20.4",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@biomejs/biome": "^1.6.2",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.34.0",
Expand All @@ -101,14 +98,6 @@
"@types/node": "^18.19.0",
"@types/underscore": "^1.11.4",
"async": "^3.2.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.5",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-polyfill-corejs2": "^0.1.10",
"babel-plugin-polyfill-corejs3": "^0.1.7",
"babel-plugin-polyfill-regenerator": "^0.1.6",
"babel-plugin-transform-jsx": "^2.0.0",
"body-parser": "^1.18.3",
"c8": "^8.0.1",
"chai": "^4.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"require-from-string": "^2.0.2"
},
"devDependencies": {
"@babel/core": "^7.13.0",
"@babel/core": "^7.24.4",
"@biomejs/biome": "^1.6.2",
"@fluid-experimental/property-binder": "workspace:~",
"@fluid-experimental/property-changeset": "workspace:~",
Expand Down Expand Up @@ -96,7 +96,6 @@
"eslint": "~8.55.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jest": "^29.6.2",
"jest-junit": "^10.0.0",
"jest-transform-file": "^1.1.1",
Expand Down
4 changes: 0 additions & 4 deletions experimental/PropertyDDS/packages/property-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.3",
"@babel/core": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@biomejs/biome": "^1.6.2",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.34.0",
"@fluidframework/eslint-config-fluid": "^5.1.0",
"@types/jest": "29.5.3",
"@types/node": "^18.19.0",
"babel-loader": "^8.0.5",
"copyfiles": "^2.4.1",
"eslint": "~8.55.0",
"jest": "^29.6.2",
Expand Down
Loading

0 comments on commit 23c35c2

Please sign in to comment.