Skip to content

Commit

Permalink
build: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamensuli committed Nov 6, 2023
1 parent 6edbfe2 commit 8290aa7
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nodefony-client",
"title": "nodefony-client",
"version": "6.0.2",
"version": "6.0.3",
"description": "Client Side Nodefony Framework",
"browser": "./dist/nodefony.js",
"main": "./dist/nodefony.js",
Expand Down Expand Up @@ -39,37 +39,37 @@
"crypto-browserify": "^3.12.0",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"url": "^0.11.0",
"url": "0.11.3",
"util": "^0.12.4",
"uuid": "^8.3.2",
"webrtc-adapter": "8.1.1",
"whatwg-fetch": "^3.6.2"
"uuid": "9.0.1",
"webrtc-adapter": "8.2.3",
"whatwg-fetch": "3.6.19"
},
"devDependencies": {
"@babel/core": "7.17.7",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/register": "7.17.7",
"babel-loader": "^8.2.3",
"@babel/core": "7.23.2",
"@babel/plugin-transform-runtime": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/register": "7.22.15",
"babel-loader": "9.1.3",
"babel-polyfill": "^6.26.0",
"chai": "4.3.6",
"chai": "4.3.10",
"clean-webpack-plugin": "^4.0.0",
"core-js": "3.21.1",
"core-js": "3.33.2",
"express-generator": "^4.16.1",
"github-release-notes": "^0.17.3",
"jsdom": "^19.0.0",
"jsdom": "22.1.0",
"jsdom-global": "^3.0.2",
"json5-loader": "^4.0.1",
"mocha": "9.2.2",
"terser-webpack-plugin": "5.3.1",
"ts-loader": "9.2.8",
"typescript": "4.6.2",
"webpack": "5.70.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "4.9.2",
"mocha": "10.2.0",
"terser-webpack-plugin": "5.3.9",
"ts-loader": "9.5.0",
"typescript": "5.2.2",
"webpack": "5.89.0",
"webpack-bundle-analyzer": "4.9.1",
"webpack-cli": "5.1.4",
"webpack-manifest-plugin": "5.0.0",
"webpack-merge": "^5.8.0",
"webpack-subresource-integrity": "5.1.0"
"webpack-merge": "5.10.0",
"webpack-subresource-integrity": "5.2.0-rc.1"
},
"license": "CECILL-B",
"licenses": [
Expand Down

0 comments on commit 8290aa7

Please sign in to comment.