Skip to content

Commit

Permalink
chore: update dependencies (#3609)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* fix: pin semver to latest with security fixes
  • Loading branch information
ravijayaramappa committed Jul 7, 2023
1 parent 0f25f05 commit f2461d6
Show file tree
Hide file tree
Showing 9 changed files with 761 additions and 490 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@rollup/plugin-typescript": "^11.1.2",
"@types/babel__core": "^7.20.1",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@types/node": "^20.4.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"bytes": "^3.1.2",
"es-module-lexer": "^1.3.0",
"eslint": "^8.44.0",
Expand All @@ -50,13 +50,13 @@
"husky": "^8.0.2",
"is-ci": "^3.0.1",
"isbinaryfile": "^5.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"lint-staged": "^13.2.3",
"magic-string": "^0.30.0",
"nx": "16.4.2",
"magic-string": "^0.30.1",
"nx": "16.5.0",
"prettier": "^2.8.8",
"rollup": "^3.26.0",
"rollup": "^3.26.2",
"terser": "^5.18.2",
"ts-jest": "^29.1.1",
"tslib": "^2.6.0",
Expand All @@ -82,8 +82,10 @@
},
"resolutions": {
"//": [
"jasmine-core: Freezing jasmine version used in Karma test suite. jasmine-core@4 drops support for IE11."
"jasmine-core: Freezing jasmine version used in Karma test suite. jasmine-core@4 drops support for IE11.",
"semver: Pinned to 7.5.3 to address security vulnerability"
],
"jasmine-core": "3.10.1"
"jasmine-core": "3.10.1",
"semver": "7.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@babel/core": "7.22.5",
"@babel/core": "7.22.8",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/engine-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@lwc/aria-reflection": "3.0.0",
"@lwc/engine-core": "3.0.0",
"@lwc/shared": "3.0.0",
"magic-string": "^0.30.0"
"magic-string": "^0.30.1"
},
"lwc": {
"modules": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/integration-karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"karma-coverage": "^2.2.1",
"karma-jasmine": "^4.0.2",
"karma-sauce-launcher": "^4.3.6",
"magic-string": "^0.30.0"
"magic-string": "^0.30.1"
}
}
10 changes: 5 additions & 5 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "3.0.0",
"@wdio/cli": "^8.11.2",
"@wdio/devtools-service": "^8.11.2",
"@wdio/local-runner": "^8.11.2",
"@wdio/cli": "^8.11.3",
"@wdio/devtools-service": "^8.11.3",
"@wdio/local-runner": "^8.11.3",
"@wdio/mocha-framework": "^8.11.0",
"@wdio/sauce-service": "^8.11.2",
"@wdio/selenium-standalone-service": "^8.11.0",
"@wdio/sauce-service": "^8.11.3",
"@wdio/selenium-standalone-service": "^8.11.3",
"@wdio/spec-reporter": "^8.11.2",
"@wdio/static-server-service": "^8.11.0",
"deepmerge": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/style-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@lwc/shared": "3.0.0",
"postcss": "~8.4.24",
"postcss": "~8.4.25",
"postcss-selector-parser": "~6.0.13",
"postcss-value-parser": "~4.2.0",
"string.prototype.matchall": "^4.0.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/template-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@lwc/errors": "3.0.0",
"@lwc/shared": "3.0.0",
"acorn": "~8.9.0",
"acorn": "~8.10.0",
"astring": "~1.8.6",
"estree-walker": "~2.0.2",
"he": "~1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@lwc/rollup-plugin": "3.0.0",
"@rollup/plugin-replace": "^5.0.2",
"lwc": "3.0.0",
"rollup": "^3.26.0",
"rollup": "^3.26.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^2.0.2"
},
Expand Down
Loading

0 comments on commit f2461d6

Please sign in to comment.