Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.33.2 (#2959)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent 852d14b commit 04a9ccb
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/catalogue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"checkFormat": "prettier src --check --config ../.prettierrc.js"
},
"dependencies": {
"core-js": "3.33.0",
"core-js": "3.33.2",
"graphql-request": "5.2.0",
"import": "^0.0.6",
"molgenis-components": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/central/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"checkFormat": "prettier src --check --config ../.prettierrc.js"
},
"dependencies": {
"core-js": "3.33.0",
"core-js": "3.33.2",
"graphql-request": "5.2.0",
"molgenis-components": "*",
"v-scroll-lock": "1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@vueup/vue-quill": "^1.0.0",
"core-js": "3.33.0",
"core-js": "3.33.2",
"graphql-request": "5.2.0",
"molgenis-components": "*",
"vue": "3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/reports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"checkFormat": "prettier src --write --check ../.prettierrc.js"
},
"dependencies": {
"core-js": "3.33.0",
"core-js": "3.33.2",
"graphql-request": "5.2.0",
"molgenis-components": "*",
"vue": "3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"checkFormat": "prettier src --write --config ../.prettierrc.js"
},
"dependencies": {
"core-js": "3.33.0",
"core-js": "3.33.2",
"graphql-request": "5.2.0",
"molgenis-components": "*",
"vue": "3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"molgenis-components": "*",
"core-js": "3.33.0",
"core-js": "3.33.2",
"graphql-request": "5.2.0",
"vue": "3.3.4",
"vue-router": "4.2.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/tables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"checkFormat": "prettier src --write --config ../.prettierrc.js"
},
"dependencies": {
"core-js": "3.33.0",
"core-js": "3.33.2",
"graphql-request": "5.2.0",
"molgenis-components": "*",
"vue": "3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier src --write --config ../.prettierrc.js"
},
"dependencies": {
"core-js": "3.33.0",
"core-js": "3.33.2",
"graphql-request": "5.2.0",
"molgenis-components": "*",
"vue": "3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/updownload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"molgenis-components": "*",
"core-js": "3.33.0",
"core-js": "3.33.2",
"graphql-request": "5.2.0",
"vue": "3.3.4"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5168,10 +5168,10 @@ copy-to-clipboard@^3.0.8, copy-to-clipboard@^3.2.0, copy-to-clipboard@^3.3.1:
dependencies:
toggle-selection "^1.0.6"

core-js@3.33.0:
version "3.33.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.33.0.tgz#70366dbf737134761edb017990cf5ce6c6369c40"
integrity sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==
core-js@3.33.2:
version "3.33.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.33.2.tgz#312bbf6996a3a517c04c99b9909cdd27138d1ceb"
integrity sha512-XeBzWI6QL3nJQiHmdzbAOiMYqjrb7hwU7A39Qhvd/POSa/t9E1AeZyEZx3fNvp/vtM8zXwhoL0FsiS0hD0pruQ==

core-js@^1.1.1:
version "1.2.7"
Expand Down

0 comments on commit 04a9ccb

Please sign in to comment.