mirror of https://github.com/DJ2LS/FreeDATA.git
Bump core-js from 3.45.1 to 3.46.0 in /freedata_gui
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.45.1 to 3.46.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.46.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-version: 3.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>pull/1031/head
parent
836039d3f4
commit
f03cb737c6
|
|
@ -15,7 +15,7 @@
|
|||
"bootstrap-vue-next": "^0.40.4",
|
||||
"chart.js": "^4.5.0",
|
||||
"chartjs-plugin-annotation": "^3.1.0",
|
||||
"core-js": "^3.45.1",
|
||||
"core-js": "^3.46.0",
|
||||
"d3": "^7.9.0",
|
||||
"dompurify": "^3.2.7",
|
||||
"gettext-parser": "^8.0.0",
|
||||
|
|
@ -2881,9 +2881,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/core-js": {
|
||||
"version": "3.45.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.1.tgz",
|
||||
"integrity": "sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==",
|
||||
"version": "3.46.0",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.46.0.tgz",
|
||||
"integrity": "sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"bootstrap-vue-next": "^0.40.4",
|
||||
"chart.js": "^4.5.0",
|
||||
"chartjs-plugin-annotation": "^3.1.0",
|
||||
"core-js": "^3.45.1",
|
||||
"core-js": "^3.46.0",
|
||||
"d3": "^7.9.0",
|
||||
"dompurify": "^3.2.7",
|
||||
"gettext-parser": "^8.0.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue