ISSUE-72| Update coreks
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Nikolai 2024-02-20 21:07:53 +01:00
parent 0b02df26e8
commit 872ff894b5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@vue/compiler-sfc": "^3.0.0",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"core-js": "^3.6.5",
"core-js": "^3.36.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.0.0",
"sass": "^1.37.5",
@ -4559,9 +4559,9 @@
}
},
"node_modules/core-js": {
"version": "3.35.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz",
"integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==",
"version": "3.36.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz",
"integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==",
"dev": true,
"hasInstallScript": true,
"funding": {
@ -15346,9 +15346,9 @@
}
},
"core-js": {
"version": "3.35.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz",
"integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==",
"version": "3.36.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz",
"integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==",
"dev": true
},
"core-js-compat": {

View File

@ -15,7 +15,7 @@
"@babel/eslint-parser": "7.23.10",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"core-js": "^3.6.5",
"core-js": "^3.36.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.0.0",
"sass": "^1.37.5",