Projects STRLCPY wrongsecrets Commits b16a3d26
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    js/package-lock.json
    skipped 7 lines
    8 8   "name": "wrongsecrets",
    9 9   "version": "1.3.1",
    10 10   "license": "MIT",
    11  - "dependencies": {
    12  - "minimatch": ">=9.0.0"
    13  - },
    14 11   "devDependencies": {
    15 12   "javascript-obfuscator": "^4.0.2",
    16  - "minimatch": ">=9.0.0"
     13 + "minimatch": ">=9.0.1"
    17 14   }
    18 15   },
    19 16   "node_modules/@javascript-obfuscator/escodegen": {
    skipped 820 lines
    840 837   }
    841 838   },
    842 839   "node_modules/minimatch": {
    843  - "version": "9.0.0",
    844  - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
    845  - "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
     840 + "version": "9.0.1",
     841 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
     842 + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
    846 843   "dev": true,
    847 844   "dependencies": {
    848 845   "brace-expansion": "^2.0.1"
    skipped 969 lines
    1818 1815   }
    1819 1816   },
    1820 1817   "minimatch": {
    1821  - "version": "9.0.0",
    1822  - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
    1823  - "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
     1818 + "version": "9.0.1",
     1819 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
     1820 + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
    1824 1821   "dev": true,
    1825 1822   "requires": {
    1826 1823   "brace-expansion": "^2.0.1"
    skipped 274 lines
  • ■ ■ ■ ■ ■ ■
    js/package.json
    skipped 11 lines
    12 12   "author": "",
    13 13   "license": "MIT",
    14 14   "dependencies": {
    15  - "minimatch": ">=9.0.0"
     15 + "minimatch": ">=9.0.1"
    16 16   },
    17 17   "devDependencies": {
    18  - "minimatch": ">=9.0.0",
     18 + "minimatch": ">=9.0.1",
    19 19   "javascript-obfuscator": "^4.0.2"
    20 20   }
    21 21  }
    skipped 1 lines
  • ■ ■ ■ ■ ■ ■
    package-lock.json
    skipped 8 lines
    9 9   },
    10 10   "devDependencies": {
    11 11   "@commitlint/config-conventional": "^17.6.1",
    12  - "cypress": "^12.10.0",
     12 + "cypress": "^12.13.0",
    13 13   "eslint": "^8.39.0",
    14  - "eslint-config-standard": "^17.0.0",
     14 + "eslint-config-standard": "^17.1.0",
    15 15   "eslint-plugin-cypress": "^2.13.3",
    16 16   "eslint-plugin-import": "^2.27.5",
    17 17   "eslint-plugin-jest": "^27.2.1",
    skipped 1042 lines
    1060 1060   }
    1061 1061   },
    1062 1062   "node_modules/cypress": {
    1063  - "version": "12.10.0",
    1064  - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.10.0.tgz",
    1065  - "integrity": "sha512-Y0wPc221xKKW1/4iAFCphkrG2jNR4MjOne3iGn4mcuCaE7Y5EtXL83N8BzRsAht7GYfWVjJ/UeTqEdDKHz39HQ==",
     1063 + "version": "12.13.0",
     1064 + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.13.0.tgz",
     1065 + "integrity": "sha512-QJlSmdPk+53Zhy69woJMySZQJoWfEWun3X5OOenGsXjRPVfByVTHorxNehbzhZrEzH9RDUDqVcck0ahtlS+N/Q==",
    1066 1066   "dev": true,
    1067 1067   "hasInstallScript": true,
    1068 1068   "dependencies": {
    skipped 369 lines
    1438 1438   }
    1439 1439   },
    1440 1440   "node_modules/eslint-config-standard": {
    1441  - "version": "17.0.0",
    1442  - "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz",
    1443  - "integrity": "sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==",
     1441 + "version": "17.1.0",
     1442 + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz",
     1443 + "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==",
    1444 1444   "dev": true,
    1445 1445   "funding": [
    1446 1446   {
    skipped 9 lines
    1456 1456   "url": "https://feross.org/support"
    1457 1457   }
    1458 1458   ],
     1459 + "engines": {
     1460 + "node": ">=12.0.0"
     1461 + },
    1459 1462   "peerDependencies": {
    1460 1463   "eslint": "^8.0.1",
    1461 1464   "eslint-plugin-import": "^2.25.2",
    1462  - "eslint-plugin-n": "^15.0.0",
     1465 + "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
    1463 1466   "eslint-plugin-promise": "^6.0.0"
    1464 1467   }
    1465 1468   },
    skipped 3578 lines
    5044 5047   }
    5045 5048   },
    5046 5049   "cypress": {
    5047  - "version": "12.10.0",
    5048  - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.10.0.tgz",
    5049  - "integrity": "sha512-Y0wPc221xKKW1/4iAFCphkrG2jNR4MjOne3iGn4mcuCaE7Y5EtXL83N8BzRsAht7GYfWVjJ/UeTqEdDKHz39HQ==",
     5050 + "version": "12.13.0",
     5051 + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.13.0.tgz",
     5052 + "integrity": "sha512-QJlSmdPk+53Zhy69woJMySZQJoWfEWun3X5OOenGsXjRPVfByVTHorxNehbzhZrEzH9RDUDqVcck0ahtlS+N/Q==",
    5050 5053   "dev": true,
    5051 5054   "requires": {
    5052 5055   "@cypress/request": "^2.88.10",
    skipped 290 lines
    5343 5346   }
    5344 5347   },
    5345 5348   "eslint-config-standard": {
    5346  - "version": "17.0.0",
    5347  - "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz",
    5348  - "integrity": "sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==",
     5349 + "version": "17.1.0",
     5350 + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz",
     5351 + "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==",
    5349 5352   "dev": true,
    5350 5353   "requires": {}
    5351 5354   },
    skipped 2011 lines
  • ■ ■ ■ ■ ■ ■
    package.json
    skipped 4 lines
    5 5   },
    6 6   "devDependencies": {
    7 7   "@commitlint/config-conventional": "^17.6.1",
    8  - "cypress": "^12.10.0",
     8 + "cypress": "^12.13.0",
    9 9   "eslint": "^8.39.0",
    10  - "eslint-config-standard": "^17.0.0",
     10 + "eslint-config-standard": "^17.1.0",
    11 11   "eslint-plugin-cypress": "^2.13.3",
    12 12   "eslint-plugin-import": "^2.27.5",
    13 13   "eslint-plugin-jest": "^27.2.1",
    skipped 8 lines
  • ■ ■ ■ ■ ■ ■
    pom.xml
    skipped 59 lines
    60 60   <jruby.version>9.4.2.0</jruby.version>
    61 61   <lombok.version>1.18.26</lombok.version>
    62 62   <maven.compiler.target>19</maven.compiler.target>
    63  - <spring.cloud-version>2022.0.2</spring.cloud-version>
     63 + <spring.cloud-version>2022.0.3</spring.cloud-version>
    64 64   <spring.security.version>6.0.2</spring.security.version>
    65 65   <system-stubs-jupiter.version>2.0.2</system-stubs-jupiter.version>
    66 66   <thymeleaf-extras-springsecurity6.version>3.1.1.RELEASE</thymeleaf-extras-springsecurity6.version>
    skipped 311 lines
    378 378   <plugin>
    379 379   <groupId>org.cyclonedx</groupId>
    380 380   <artifactId>cyclonedx-maven-plugin</artifactId>
    381  - <version>2.7.8</version>
     381 + <version>2.7.9</version>
    382 382   <configuration>
    383 383   <projectType>library</projectType>
    384 384   <schemaVersion>1.3</schemaVersion>
    skipped 138 lines
    523 523   <plugin>
    524 524   <groupId>com.diffplug.spotless</groupId>
    525 525   <artifactId>spotless-maven-plugin</artifactId>
    526  - <version>2.36.0</version>
     526 + <version>2.37.0</version>
    527 527   <configuration>
    528 528   <formats>
    529 529   <format>
    skipped 77 lines
Please wait...
Page is in error, reload to recover