Projects STRLCPY wrongsecrets Commits e5ef2dc0
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    js/package-lock.json
    skipped 8 lines
    9 9   "version": "1.3.1",
    10 10   "license": "MIT",
    11 11   "dependencies": {
    12  - "minimatch": ">=9.0.0"
     12 + "minimatch": ">=9.0.1"
    13 13   },
    14 14   "devDependencies": {
    15 15   "javascript-obfuscator": "^4.0.2",
    16  - "minimatch": ">=9.0.0"
     16 + "minimatch": ">=9.0.1"
    17 17   }
    18 18   },
    19 19   "node_modules/@javascript-obfuscator/escodegen": {
    skipped 820 lines
    840 840   }
    841 841   },
    842 842   "node_modules/minimatch": {
    843  - "version": "9.0.0",
    844  - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
    845  - "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
     843 + "version": "9.0.1",
     844 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
     845 + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
    846 846   "dev": true,
    847 847   "dependencies": {
    848 848   "brace-expansion": "^2.0.1"
    skipped 969 lines
    1818 1818   }
    1819 1819   },
    1820 1820   "minimatch": {
    1821  - "version": "9.0.0",
    1822  - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
    1823  - "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
     1821 + "version": "9.0.1",
     1822 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
     1823 + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
    1824 1824   "dev": true,
    1825 1825   "requires": {
    1826 1826   "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 1369 lines
    1387 1387   }
    1388 1388   },
    1389 1389   "node_modules/eslint-config-standard": {
    1390  - "version": "17.0.0",
    1391  - "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz",
    1392  - "integrity": "sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==",
     1390 + "version": "17.1.0",
     1391 + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz",
     1392 + "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==",
    1393 1393   "dev": true,
    1394 1394   "funding": [
    1395 1395   {
    skipped 9 lines
    1405 1405   "url": "https://feross.org/support"
    1406 1406   }
    1407 1407   ],
     1408 + "engines": {
     1409 + "node": ">=12.0.0"
     1410 + },
    1408 1411   "peerDependencies": {
    1409 1412   "eslint": "^8.0.1",
    1410 1413   "eslint-plugin-import": "^2.25.2",
    1411  - "eslint-plugin-n": "^15.0.0",
     1414 + "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
    1412 1415   "eslint-plugin-promise": "^6.0.0"
    1413 1416   }
    1414 1417   },
    skipped 2845 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 317 lines
    384 384   <plugin>
    385 385   <groupId>org.cyclonedx</groupId>
    386 386   <artifactId>cyclonedx-maven-plugin</artifactId>
    387  - <version>2.7.8</version>
     387 + <version>2.7.9</version>
    388 388   <configuration>
    389 389   <projectType>library</projectType>
    390 390   <schemaVersion>1.3</schemaVersion>
    skipped 137 lines
    528 528   <plugin>
    529 529   <groupId>com.diffplug.spotless</groupId>
    530 530   <artifactId>spotless-maven-plugin</artifactId>
    531  - <version>2.36.0</version>
     531 + <version>2.37.0</version>
    532 532   <configuration>
    533 533   <formats>
    534 534   <format>
    skipped 77 lines
Please wait...
Page is in error, reload to recover