diff --git a/cgi/user.pl b/cgi/user.pl index 6768e903a3d70..4cac3fa3a68cb 100644 --- a/cgi/user.pl +++ b/cgi/user.pl @@ -343,7 +343,7 @@ } if ( ((defined $user_ref->{pro}) and ($user_ref->{pro})) - or ((defined $server_options{producers_platform}) and ($type eq "add"))) + or (($server_options{producers_platform}) and ($type eq "add"))) { if (($section_ref->{id} eq "professional") and $field_ref->{type} eq "checkbox") { $field_ref->{value} = "on"; diff --git a/package-lock.json b/package-lock.json index eae61b21b5ac2..c0d00a40c877f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ ], "dependencies": { "@webcomponents/webcomponentsjs": "2.6.0", - "@yaireo/tagify": "^4.11.0", + "@yaireo/tagify": ">=4.12.0 <4.13.0", "blueimp-file-upload": "^10.31.0", "cropperjs": "^1.5.12", "foundation-sites": "5.5.3", @@ -83,9 +83,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.0.tgz", - "integrity": "sha512-Gt9jszFJYq7qzXVK4slhc6NzJXnOVmRECWcVjF/T23rNXD9NtWQ0W3qxdg+p9wWIB+VQw3GYV/U2Ha9bRTfs4w==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz", + "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==", "dev": true, "engines": { "node": ">=6.9.0" @@ -439,9 +439,9 @@ } }, "node_modules/@babel/types": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.0.tgz", - "integrity": "sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", + "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", "dev": true, "dependencies": { "@babel/helper-string-parser": "^7.19.4", @@ -783,9 +783,9 @@ } }, "node_modules/@yaireo/tagify": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@yaireo/tagify/-/tagify-4.16.4.tgz", - "integrity": "sha512-7x13aVfYPGUUMXWkV11/Zw4w1RkkTWtaO/rEAkaOFNwGIFXDBeG5Wr4gWF6JSHXLZAreS53nHq6b6mJrtpUgYA==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@yaireo/tagify/-/tagify-4.12.0.tgz", + "integrity": "sha512-3PErDt0dWGsrpxFcfoCXiCKJDil4J8hdts2GApS7z6KAKkkBMYxD9pSyF28TdkdehcuC/E64TMVwU9e2TdjTxw==", "peerDependencies": { "prop-types": "^15.7.2" } @@ -9801,9 +9801,9 @@ } }, "@babel/compat-data": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.0.tgz", - "integrity": "sha512-Gt9jszFJYq7qzXVK4slhc6NzJXnOVmRECWcVjF/T23rNXD9NtWQ0W3qxdg+p9wWIB+VQw3GYV/U2Ha9bRTfs4w==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz", + "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==", "dev": true }, "@babel/core": { @@ -10075,9 +10075,9 @@ } }, "@babel/types": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.0.tgz", - "integrity": "sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", + "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", "dev": true, "requires": { "@babel/helper-string-parser": "^7.19.4", @@ -10353,9 +10353,9 @@ "integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==" }, "@yaireo/tagify": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@yaireo/tagify/-/tagify-4.16.4.tgz", - "integrity": "sha512-7x13aVfYPGUUMXWkV11/Zw4w1RkkTWtaO/rEAkaOFNwGIFXDBeG5Wr4gWF6JSHXLZAreS53nHq6b6mJrtpUgYA==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@yaireo/tagify/-/tagify-4.12.0.tgz", + "integrity": "sha512-3PErDt0dWGsrpxFcfoCXiCKJDil4J8hdts2GApS7z6KAKkkBMYxD9pSyF28TdkdehcuC/E64TMVwU9e2TdjTxw==", "requires": {} }, "acorn": { diff --git a/package.json b/package.json index 08b7e264d026b..f7c78c34d8700 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "", "main": "", "private": true, + "browserslist": [ + ">0.05%", "defaults" + ], "scripts": { "build": "gulp", "build:watch": "gulp watch", @@ -42,7 +45,7 @@ ], "dependencies": { "@webcomponents/webcomponentsjs": "2.6.0", - "@yaireo/tagify": "^4.11.0", + "@yaireo/tagify": ">=4.12.0 <4.13.0", "blueimp-file-upload": "^10.31.0", "cropperjs": "^1.5.12", "foundation-sites": "5.5.3",