mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 00:27:01 +00:00
Bump tar from 7.5.7 to 7.5.8 (#3582)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.7 to 7.5.8. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.7...v7.5.8) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
15
package-lock.json
generated
15
package-lock.json
generated
@@ -76,7 +76,7 @@
|
||||
"js-yaml": "^4.1.1",
|
||||
"pofile": "^1.1.3",
|
||||
"rollup": "^4.44.0",
|
||||
"tar": "^7.5.4"
|
||||
"tar": "^7.5.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20",
|
||||
@@ -7948,10 +7948,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/tar": {
|
||||
"version": "7.5.7",
|
||||
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz",
|
||||
"integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==",
|
||||
"version": "7.5.8",
|
||||
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.8.tgz",
|
||||
"integrity": "sha512-SYkBtK99u0yXa+IWL0JRzzcl7RxNpvX/U08Z+8DKnysfno7M+uExnTZH8K+VGgShf2qFPKtbNr9QBl8n7WBP6Q==",
|
||||
"dev": true,
|
||||
"license": "BlueOak-1.0.0",
|
||||
"dependencies": {
|
||||
"@isaacs/fs-minipass": "^4.0.0",
|
||||
"chownr": "^3.0.0",
|
||||
@@ -14076,9 +14077,9 @@
|
||||
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
|
||||
},
|
||||
"tar": {
|
||||
"version": "7.5.7",
|
||||
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz",
|
||||
"integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==",
|
||||
"version": "7.5.8",
|
||||
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.8.tgz",
|
||||
"integrity": "sha512-SYkBtK99u0yXa+IWL0JRzzcl7RxNpvX/U08Z+8DKnysfno7M+uExnTZH8K+VGgShf2qFPKtbNr9QBl8n7WBP6Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@isaacs/fs-minipass": "^4.0.0",
|
||||
|
||||
212
package.json
212
package.json
@@ -1,106 +1,106 @@
|
||||
{
|
||||
"name": "espocrm",
|
||||
"version": "9.3.0",
|
||||
"description": "Open-source CRM.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/espocrm/espocrm.git"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node js/scripts/postinstall-cleanup && node js/scripts/prepare-lib-original.js",
|
||||
"build": "grunt",
|
||||
"build-dev": "grunt dev",
|
||||
"build-test": "grunt test",
|
||||
"build-frontend": "grunt internal",
|
||||
"sa": "php vendor/bin/phpstan",
|
||||
"unit-tests": "php vendor/bin/phpunit ./tests/unit",
|
||||
"integration-tests": "php vendor/bin/phpunit ./tests/integration"
|
||||
},
|
||||
"homepage": "https://www.espocrm.com",
|
||||
"author": "EspoCRM, Inc.",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Yurii Kuznietsov"
|
||||
},
|
||||
{
|
||||
"name": "Taras Machyshyn"
|
||||
},
|
||||
{
|
||||
"name": "Oleksii Avramenko"
|
||||
}
|
||||
],
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^28.0.6",
|
||||
"@rollup/plugin-node-resolve": "^16.0.1",
|
||||
"archiver": "^7",
|
||||
"chromedriver": "^127.0.1",
|
||||
"espo-frontend-build-tools": "github:espocrm/frontend-build-tools#0.2.3",
|
||||
"fstream": ">=1.0.12",
|
||||
"glob": "^11.1.0",
|
||||
"grunt": "^1.5.3",
|
||||
"grunt-contrib-clean": "~2.0.0",
|
||||
"grunt-contrib-concat": "^2.0.0",
|
||||
"grunt-contrib-copy": "~1.0.0",
|
||||
"grunt-contrib-cssmin": "^4.0.0",
|
||||
"grunt-contrib-less": "^3.0.0",
|
||||
"grunt-contrib-uglify": "^5.0.1",
|
||||
"grunt-mkdir": "^1.1.0",
|
||||
"grunt-replace": "^2.0.2",
|
||||
"jasmine-browser-runner": "^2.5.0",
|
||||
"jasmine-core": "^5.2.0",
|
||||
"js-yaml": "^4.1.1",
|
||||
"pofile": "^1.1.3",
|
||||
"rollup": "^4.44.0",
|
||||
"tar": "^7.5.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fullcalendar/moment": "^6.1.8",
|
||||
"@fullcalendar/moment-timezone": "^6.1.8",
|
||||
"@shopify/draggable": "^1.1.4",
|
||||
"@textcomplete/core": "^0.1.13",
|
||||
"@textcomplete/textarea": "^0.1.13",
|
||||
"ace-builds": "^1.4.12",
|
||||
"autobahn-espo": "github:yurikuzn/autobahn-espo#0.1.0",
|
||||
"autonumeric": "^4.6.0",
|
||||
"backbone": "^1.3.3",
|
||||
"bootstrap": "github:yurikuzn/espo-bootstrap#0.1.2",
|
||||
"bootstrap-colorpicker": "^2.5.2",
|
||||
"bootstrap-datepicker": "^1.9.0",
|
||||
"bullbone": "github:espocrm/bullbone#1.3.3",
|
||||
"cronstrue": "^1.114.0",
|
||||
"cropper": "^0.7.9",
|
||||
"devbridge-autocomplete": "^1.4.11",
|
||||
"dompurify": "^3.2.4",
|
||||
"espo-funnel-chart": "github:yurikuzn/espo-funnel-chart#1.1.0",
|
||||
"exif-js": "^2.3.0",
|
||||
"flotr2": "github:yurikuzn/flotr2#0.1.3",
|
||||
"fullcalendar": "^6.1.8",
|
||||
"getobject": ">=1.0.0",
|
||||
"gridstack": "github:yurikuzn/gridstack.js#5.1.1.e3",
|
||||
"handlebars": "^4.7.7",
|
||||
"intl-tel-input": "^18.2.1",
|
||||
"jquery": "^3.7.1",
|
||||
"jquery-ui-espo": "github:yurikuzn/jquery-ui-espo#0.2.2",
|
||||
"jquery-ui-touch-punch": "^0.2.3",
|
||||
"js-base64": "^3.7.2",
|
||||
"jsbarcode": "^3.11.4",
|
||||
"marked": "^4.0.10",
|
||||
"moment": "^2.29.4",
|
||||
"moment-timezone": "^0.5.41",
|
||||
"moment-timezone-data-build": "github:yurikuzn/moment-timezone-data-build#0.1.2",
|
||||
"qrcodejs": "^1.0.0",
|
||||
"selectize": "github:yurikuzn/selectize-for-espo#0.1.1",
|
||||
"set-value": ">=4.0.1",
|
||||
"summernote": "^0.9.1",
|
||||
"timepicker": "^1.11.15",
|
||||
"turndown": "^7.2.0",
|
||||
"underscore": "^1.13.1",
|
||||
"vis-data": "^7.1.6",
|
||||
"vis-timeline": "^7.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=8",
|
||||
"node": ">=20"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "espocrm",
|
||||
"version": "9.3.0",
|
||||
"description": "Open-source CRM.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/espocrm/espocrm.git"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node js/scripts/postinstall-cleanup && node js/scripts/prepare-lib-original.js",
|
||||
"build": "grunt",
|
||||
"build-dev": "grunt dev",
|
||||
"build-test": "grunt test",
|
||||
"build-frontend": "grunt internal",
|
||||
"sa": "php vendor/bin/phpstan",
|
||||
"unit-tests": "php vendor/bin/phpunit ./tests/unit",
|
||||
"integration-tests": "php vendor/bin/phpunit ./tests/integration"
|
||||
},
|
||||
"homepage": "https://www.espocrm.com",
|
||||
"author": "EspoCRM, Inc.",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Yurii Kuznietsov"
|
||||
},
|
||||
{
|
||||
"name": "Taras Machyshyn"
|
||||
},
|
||||
{
|
||||
"name": "Oleksii Avramenko"
|
||||
}
|
||||
],
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^28.0.6",
|
||||
"@rollup/plugin-node-resolve": "^16.0.1",
|
||||
"archiver": "^7",
|
||||
"chromedriver": "^127.0.1",
|
||||
"espo-frontend-build-tools": "github:espocrm/frontend-build-tools#0.2.3",
|
||||
"fstream": ">=1.0.12",
|
||||
"glob": "^11.1.0",
|
||||
"grunt": "^1.5.3",
|
||||
"grunt-contrib-clean": "~2.0.0",
|
||||
"grunt-contrib-concat": "^2.0.0",
|
||||
"grunt-contrib-copy": "~1.0.0",
|
||||
"grunt-contrib-cssmin": "^4.0.0",
|
||||
"grunt-contrib-less": "^3.0.0",
|
||||
"grunt-contrib-uglify": "^5.0.1",
|
||||
"grunt-mkdir": "^1.1.0",
|
||||
"grunt-replace": "^2.0.2",
|
||||
"jasmine-browser-runner": "^2.5.0",
|
||||
"jasmine-core": "^5.2.0",
|
||||
"js-yaml": "^4.1.1",
|
||||
"pofile": "^1.1.3",
|
||||
"rollup": "^4.44.0",
|
||||
"tar": "^7.5.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fullcalendar/moment": "^6.1.8",
|
||||
"@fullcalendar/moment-timezone": "^6.1.8",
|
||||
"@shopify/draggable": "^1.1.4",
|
||||
"@textcomplete/core": "^0.1.13",
|
||||
"@textcomplete/textarea": "^0.1.13",
|
||||
"ace-builds": "^1.4.12",
|
||||
"autobahn-espo": "github:yurikuzn/autobahn-espo#0.1.0",
|
||||
"autonumeric": "^4.6.0",
|
||||
"backbone": "^1.3.3",
|
||||
"bootstrap": "github:yurikuzn/espo-bootstrap#0.1.2",
|
||||
"bootstrap-colorpicker": "^2.5.2",
|
||||
"bootstrap-datepicker": "^1.9.0",
|
||||
"bullbone": "github:espocrm/bullbone#1.3.3",
|
||||
"cronstrue": "^1.114.0",
|
||||
"cropper": "^0.7.9",
|
||||
"devbridge-autocomplete": "^1.4.11",
|
||||
"dompurify": "^3.2.4",
|
||||
"espo-funnel-chart": "github:yurikuzn/espo-funnel-chart#1.1.0",
|
||||
"exif-js": "^2.3.0",
|
||||
"flotr2": "github:yurikuzn/flotr2#0.1.3",
|
||||
"fullcalendar": "^6.1.8",
|
||||
"getobject": ">=1.0.0",
|
||||
"gridstack": "github:yurikuzn/gridstack.js#5.1.1.e3",
|
||||
"handlebars": "^4.7.7",
|
||||
"intl-tel-input": "^18.2.1",
|
||||
"jquery": "^3.7.1",
|
||||
"jquery-ui-espo": "github:yurikuzn/jquery-ui-espo#0.2.2",
|
||||
"jquery-ui-touch-punch": "^0.2.3",
|
||||
"js-base64": "^3.7.2",
|
||||
"jsbarcode": "^3.11.4",
|
||||
"marked": "^4.0.10",
|
||||
"moment": "^2.29.4",
|
||||
"moment-timezone": "^0.5.41",
|
||||
"moment-timezone-data-build": "github:yurikuzn/moment-timezone-data-build#0.1.2",
|
||||
"qrcodejs": "^1.0.0",
|
||||
"selectize": "github:yurikuzn/selectize-for-espo#0.1.1",
|
||||
"set-value": ">=4.0.1",
|
||||
"summernote": "^0.9.1",
|
||||
"timepicker": "^1.11.15",
|
||||
"turndown": "^7.2.0",
|
||||
"underscore": "^1.13.1",
|
||||
"vis-data": "^7.1.6",
|
||||
"vis-timeline": "^7.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=8",
|
||||
"node": ">=20"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user